]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Split out fsp_init_phase_pci() code into a new function
authorSimon Glass <sjg@chromium.org>
Mon, 10 Aug 2015 13:05:07 +0000 (07:05 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:23:20 +0000 (10:23 +0200)
commitc6deae8f5864df0f2c5a2c3491e55e1339ee56b2
tree630004556f92da8541f220b4fa215b258cddba66
parent3861be0f2e00467ba5f03cec246f808137fbe9c8
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>
arch/x86/include/asm/fsp/fsp_support.h
arch/x86/lib/fsp/fsp_common.c