summaryrefslogtreecommitdiffstats
path: root/resources/libreboot/patch/coreboot/721ee01bb0668d2ea207048a11c339313ed248f5/grub/d510mo
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-03-08 01:00:09 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-03-08 02:32:32 (EST)
commitdfa21bb8ee01eac21a2acee79011a634cb67e373 (patch)
tree21cd4f855aa03db13abba91400ad3be212b11602 /resources/libreboot/patch/coreboot/721ee01bb0668d2ea207048a11c339313ed248f5/grub/d510mo
parent2e5e505da125f9d90dd63c1cbcb08bf5316b21ae (diff)
downloadlibreboot-dfa21bb8ee01eac21a2acee79011a634cb67e373.zip
libreboot-dfa21bb8ee01eac21a2acee79011a634cb67e373.tar.gz
libreboot-dfa21bb8ee01eac21a2acee79011a634cb67e373.tar.bz2
Update coreboot (kgpe-d16,kcma-d8,kfsn4-dre,d510mo,ga-g41m-es2l)
Update to the latest coreboot and vboot versions at the time of writing: coreboot 2a3434757ef425dbdfedf1fc69e1a033a6e7310d vboot d187cd3fc792f8bcefbee4587c83eafbd08441fc
Diffstat (limited to 'resources/libreboot/patch/coreboot/721ee01bb0668d2ea207048a11c339313ed248f5/grub/d510mo')
-rw-r--r--resources/libreboot/patch/coreboot/721ee01bb0668d2ea207048a11c339313ed248f5/grub/d510mo/0001-mb-intel-d510mo-Explicitly-select-NIC-on-PCI-in-devi.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/resources/libreboot/patch/coreboot/721ee01bb0668d2ea207048a11c339313ed248f5/grub/d510mo/0001-mb-intel-d510mo-Explicitly-select-NIC-on-PCI-in-devi.patch b/resources/libreboot/patch/coreboot/721ee01bb0668d2ea207048a11c339313ed248f5/grub/d510mo/0001-mb-intel-d510mo-Explicitly-select-NIC-on-PCI-in-devi.patch
deleted file mode 100644
index 61a45d6..0000000
--- a/resources/libreboot/patch/coreboot/721ee01bb0668d2ea207048a11c339313ed248f5/grub/d510mo/0001-mb-intel-d510mo-Explicitly-select-NIC-on-PCI-in-devi.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 482235b17b3a41433d6d26c9c0b59c7a9789f374 Mon Sep 17 00:00:00 2001
-From: Damien Zammit <damien@zamaudio.com>
-Date: Tue, 26 Jan 2016 14:06:26 +1100
-Subject: [PATCH] mb/intel/d510mo: Explicitly select NIC on PCI in devicetree
-
-While the board configuration still works without this,
-It's nicer to have the device statically defined since
-the NIC is hardwired to the board.
-
-Change-Id: Ic6682865dd17672c3782bfba9511cd120d1657c1
-Signed-off-by: Damien Zammit <damien@zamaudio.com>
----
- src/mainboard/intel/d510mo/devicetree.cb | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/src/mainboard/intel/d510mo/devicetree.cb b/src/mainboard/intel/d510mo/devicetree.cb
-index c0f38de..c5b885f 100644
---- a/src/mainboard/intel/d510mo/devicetree.cb
-+++ b/src/mainboard/intel/d510mo/devicetree.cb
-@@ -43,7 +43,9 @@ chip northbridge/intel/pineview # Northbridge
- register "gpe0_en" = "0x20000040"
-
- device pci 1b.0 on end # Audio
-- device pci 1c.0 on end # PCIe 1
-+ device pci 1c.0 on # PCIe 1
-+ device pci 0.0 on end # NIC
-+ end
- device pci 1c.1 on end # PCIe 2
- device pci 1c.2 on end # PCIe 3
- device pci 1c.3 on end # PCIe 4
---
-1.9.1
-