u-boot/arch/x86
Simon Glass d188b18f65 x86: Refactor PCI to permit alternate init
We want access PCI earlier in the init sequence, so refactor the code so
that it does not require use of a BSS variable to work. This will allow us
to use early malloc() to store information about a PCI hose.

Common PCI code moves to arch/x86/cpu/pci.c and a new
board_pci_setup_hose() function is provided by boards to set up the (single)
hose used by that board.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2014-11-21 07:34:11 +01:00
..
cpu x86: Refactor PCI to permit alternate init 2014-11-21 07:34:11 +01:00
dts x86: Add chromebook_link board 2014-11-21 07:34:11 +01:00
include/asm x86: Refactor PCI to permit alternate init 2014-11-21 07:34:11 +01:00
lib x86: Allow timer calibration to work on ivybridge 2014-11-21 07:24:12 +01:00
config.mk x86: Remove REALMODE_BASE which is no longer used 2014-11-21 07:24:08 +01:00
Kconfig x86: chromebook_link: Implement CAR support (cache as RAM) 2014-11-21 07:34:11 +01:00