[U-Boot] [PATCH v2 4/9] x86: fsp: Rename shared_data to fsp_config_data
Bin Meng
bmeng.cn at gmail.com
Mon Dec 21 08:44:32 CET 2015
On Sat, Dec 19, 2015 at 10:51 AM, Simon Glass <sjg at chromium.org> wrote:
> On 10 December 2015 at 23:02, Bin Meng <bmeng.cn at gmail.com> wrote:
>> 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 at gmail.com>
>>
>> ---
>>
>> Changes in v2:
>> - Include a common struct fsp_cfg_common in the struct fsp_config_data.
>>
>> arch/x86/include/asm/arch-baytrail/fsp/fsp_configs.h | 15 +++++++++++++++
>> arch/x86/include/asm/arch-queensbay/fsp/fsp_configs.h | 15 +++++++++++++++
>> arch/x86/include/asm/fsp/fsp_api.h | 10 ++++++++++
>> arch/x86/include/asm/fsp/fsp_support.h | 8 +-------
>> arch/x86/lib/fsp/fsp_support.c | 10 +++++-----
>> 5 files changed, 46 insertions(+), 12 deletions(-)
>> create mode 100644 arch/x86/include/asm/arch-baytrail/fsp/fsp_configs.h
>> create mode 100644 arch/x86/include/asm/arch-queensbay/fsp/fsp_configs.h
>
> Acked-by: Simon Glass <sjg at chromium.org>
> Tested on Minnowmax:
> Tested-by: Simon Glass <sjg at chromium.org>
applied to u-boot-x86/next, thanks!
More information about the U-Boot
mailing list