u-boot-brain/arch/x86/lib/fsp
Simon Glass 671549e5b0 board_f: x86: Rename x86_fsp_init() to arch_fsp_init()
While x86 is the only user and this could in principle be moved to
arch_cpu_init() there is some justification for this being a separate
call. It provides a way to handle init which is not CPU-specific, but
must happen before the CPU can be set up.

Rename the function to be more generic.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
2017-04-05 13:52:36 -04:00
..
cmd_fsp.c x86: fsp: Always use hex numbers in the hob command output 2016-01-13 12:20:15 +08:00
fsp_car.S x86: Update microcode for secondary CPUs 2016-03-17 10:27:25 +08:00
fsp_common.c board_f: x86: Rename x86_fsp_init() to arch_fsp_init() 2017-04-05 13:52:36 -04:00
fsp_dram.c x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init() 2015-10-21 07:46:27 -06:00
fsp_support.c x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UART 2016-07-12 13:46:01 +08:00
Makefile x86: fsp: Make hob command a sub-command to fsp 2015-10-21 07:46:26 -06:00