u-boot-brain/arch/x86/lib/fsp
Bin Meng ff1e18af9d x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init()
fsp_init() call has a parameter nvs_buf which is used by FSP as the
MRC cache but currently is blindly set to NULL. Retreive the MRC
cache from SPI flash and pass it to fsp_init() call. After the call,
save FSP produced MRC cache to SPI flash too.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
2015-10-21 07:46:27 -06:00
..
cmd_fsp.c x86: fsp: Add a hdr sub-command to show header information 2015-10-21 07:46:26 -06:00
fsp_car.S x86: fsp: Add comments about U-Boot entering start.S twice 2015-08-26 07:54:11 -07:00
fsp_common.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_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: Do not assert VPD_IMAGE_REV when DEBUG 2015-08-14 03:24:21 -06:00
Makefile x86: fsp: Make hob command a sub-command to fsp 2015-10-21 07:46:26 -06:00