u-boot-brain/arch/x86/lib/fsp
Bin Meng d7f7ba36b2 x86: fsp: Remove the call to set up internal uart in fsp_init()
First of all, it's inappropriate to call setup_internal_uart() in a
generic API fsp_init(), as CONFIG_INTERNAL_UART is an option that
is only available on BayTrail platform. Secondly even for BayTrail,
there is no need to call setup_internal_uart() at all, as Intel FSP
will do this for us.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-06-05 08:55:22 +08: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 x86: fsp: Save stack address to CMOS for next S3 boot 2017-05-17 17:11:46 +08:00
fsp_dram.c x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3 2017-05-17 17:11:46 +08:00
fsp_support.c x86: fsp: Remove the call to set up internal uart in fsp_init() 2017-06-05 08:55:22 +08:00
Makefile x86: fsp: Make hob command a sub-command to fsp 2015-10-21 07:46:26 -06:00