[U-Boot] [PATCH 13/33] x86: config: Enable plug-and-play for link PCI

Simon Glass sjg at chromium.org
Wed Nov 12 01:18:01 CET 2014


Enable this option so that we can configure the available PCI devices. Also
make sure that PCI is available early after relocation as we use it for
several other subsystems.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 include/configs/chromebook_link.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/configs/chromebook_link.h b/include/configs/chromebook_link.h
index cd4a8a0..055b3ac 100644
--- a/include/configs/chromebook_link.h
+++ b/include/configs/chromebook_link.h
@@ -66,6 +66,9 @@
 #define CONFIG_PCI_IO_PHYS	CONFIG_PCI_IO_BUS
 #define CONFIG_PCI_IO_SIZE	0xefff
 
+#define CONFIG_SYS_EARLY_PCI_INIT
+#define CONFIG_PCI_PNP
+
 #define CONFIG_STD_DEVICES_SETTINGS     "stdin=usbkbd,vga,serial\0" \
 					"stdout=vga,serial\0" \
 					"stderr=vga,serial\0"
-- 
2.1.0.rc2.206.gedb03e5



More information about the U-Boot mailing list