commit | fa5530b85dd48e58700188754ee852444466bf28 | [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 | 4722c035cf0f7f82633af9d5fe19d4336805e800 [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>