x86: fsp: Rename shared_data to fsp_config_data
authorBin Meng <bmeng.cn@gmail.com>
Fri, 11 Dec 2015 06:02:59 +0000 (22:02 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 13 Jan 2016 04:20:14 +0000 (12:20 +0800)
commitcb379a34c46230c9b56a1aa1750445a867c48bd4
treea2d2e167913c9613259311438b3869c722a87eba
parent57ac74ff0476bd087223b14cfdc4b972db433cd9
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>
arch/x86/include/asm/arch-baytrail/fsp/fsp_configs.h [new file with mode: 0644]
arch/x86/include/asm/arch-queensbay/fsp/fsp_configs.h [new file with mode: 0644]
arch/x86/include/asm/fsp/fsp_api.h
arch/x86/include/asm/fsp/fsp_support.h
arch/x86/lib/fsp/fsp_support.c