[U-Boot] [PATCH v2 5/9] x86: fsp: Rename update_fsp_upd() and change its signature
Simon Glass
sjg at chromium.org
Sat Dec 19 03:51:44 CET 2015
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>
More information about the U-Boot
mailing list