
26 Jan
2016
26 Jan
'16
9 p.m.
Hi Stephen,
On 26 January 2016 at 11:10, Stephen Warren swarren@wwwdotorg.org wrote:
From: Stephen Warren swarren@nvidia.com
The PCI bus must be enumerated before PCI devices, such as Ethernet devices, are known to U-Boot. Enhance the distro boot commands to perform PCI enumeration when needed.
Signed-off-by: Stephen Warren swarren@nvidia.com
doc/README.distro | 8 ++++++++ include/config_distro_bootcmd.h | 12 ++++++++++++ 2 files changed, 20 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
I wonder whether longer term we can invent something that 'knows' that USB and PCI are needed for particular features. This would have to be board-specific though, so probably isn't that different from what you have here.
Regards, Simon