commit | 412400abaaa6ef02adff35419188689ea6d3ec7e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 10 07:05:07 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Aug 14 03:24:21 2015 -0600 |
tree | b056bd2a176dabe981308976c7f75d40584121be | |
parent | 9e3ff9c2b464e4aa342bed74a534ec9844612459 [diff] |
x86: Split out fsp_init_phase_pci() code into a new function This code may be useful for boards that use driver model for PCI. Note: It would be better to have driver model automatically call this function somehow. However for now it is probably safer to have it under board control. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>