[U-Boot] [PATCH v2 5/9] x86: fsp: Rename update_fsp_upd() and change its signature

Bin Meng bmeng.cn at gmail.com
Mon Dec 21 08:44:36 CET 2015


On Sat, Dec 19, 2015 at 10:51 AM, Simon Glass <sjg at chromium.org> wrote:
> On 10 December 2015 at 23:03, Bin Meng <bmeng.cn at gmail.com> wrote:
>> To support platform-specific configurations (might not always be
>> UPD on some platform), use a better name update_fsp_configs() and
>> accepct struct fsp_config_data as its parameter so that platform
>> codes can handle whatever configuration data for that FSP.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> Acked-by: Simon Glass <sjg at chromium.org>
>> ---
>>
>> Changes in v2: None
>>
>>  arch/x86/cpu/baytrail/fsp_configs.c    |  5 +++--
>>  arch/x86/cpu/queensbay/fsp_configs.c   |  2 +-
>>  arch/x86/include/asm/fsp/fsp_support.h |  6 +++---
>>  arch/x86/lib/fsp/fsp_support.c         | 12 ++++++------
>>  4 files changed, 13 insertions(+), 12 deletions(-)
>
> 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