commit | 9634ddeea3a8280d9d9204c538e648844484ea64 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Dec 30 22:53:20 2014 +0800 |
committer | Simon Glass <sjg@chromium.org> | Mon Jan 12 17:03:41 2015 -0800 |
tree | cc20bd27dc02eafaf6eb3ad49900019473b61563 | |
parent | 9525645a94c90fc27ec19455e4b0d98aabad5107 [diff] |
x86: Support pci bus scan in the early phase On x86, some peripherals on pci buses need to be accessed in the early phase (eg: pci uart) with a valid pci memory/io address, thus scan the pci bus and do the corresponding resource allocation. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>