1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-07 07:59:18 +01:00
Files
u-boot-megous/drivers/pci
Andrew Sharp 69fd2d3b05 pci: add CONFIG_PCI_ENUM_ONLY for platforms that don't need PCI setup done
Introduce CONFIG_PCI_ENUM_ONLY variable for platforms that just want a
quick enumberation of the PCI devices, but don't need any setup work done.
This is very beneficial on platforms that have u-boot loaded by another
boot loader which does a more sophisticated job of setup of PCI devices
than u-boot.  That way, u-boot can just read what's there and get on
with life.  This is what SeaBIOS does.

Signed-off-by: Andrew Sharp <andywyse6@gmail.com>
2012-09-02 14:19:05 +02:00
..
2011-06-23 08:25:18 +02:00
2011-06-23 08:25:18 +02:00
2008-12-10 23:11:36 +09:00
2008-10-18 21:54:03 +02:00