Searched hist:"69 fd2d3b0559f221a45e9a86b8ead16490f4e47b" (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/pci/ |
H A D | pci_auto.c | 69fd2d3b0559f221a45e9a86b8ead16490f4e47b Wed Aug 29 09:16:32 CDT 2012 Andrew Sharp <andywyse6@gmail.com> 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>
|
/openbmc/u-boot/ |
H A D | README | 69fd2d3b0559f221a45e9a86b8ead16490f4e47b Wed Aug 29 09:16:32 CDT 2012 Andrew Sharp <andywyse6@gmail.com> 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>
|