u-boot/arch/x86/lib/fsp
Bin Meng cb379a34c4 x86: fsp: Rename shared_data to fsp_config_data
FSP has several config data like UPD, HDA verb table which can be
overridden or provided by bootloader. Currently in U-Boot only UPD
is handled via struct shared_data. To accommodate any platform, we
rename shared_data to fsp_config_data and move the definition from
common place fsp_support.h to platform-specific place fsp_configs.h.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
2016-01-13 12:20:14 +08: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: Remove legacy pci codes 2015-11-13 06:46:25 -08: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: Rename shared_data to fsp_config_data 2016-01-13 12:20:14 +08:00
Makefile x86: fsp: Make hob command a sub-command to fsp 2015-10-21 07:46:26 -06:00