[U-Boot] [PATCH v2 11/27] x86: queensbay: Adapt FSP support codes

Simon Glass sjg at chromium.org
Wed Dec 10 06:54:04 CET 2014


Hi Bin,

On 9 December 2014 at 07:49, Bin Meng <bmeng.cn at gmail.com> wrote:
> Use inline assembly codes to call FspNotify() to make sure parameters
> are passed on the stack as required by the FSP calling convention.
> Also update FSP support codes license header to use SPDX ID.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v2:
> - Update the codes to use U-Boot coding style

Good to keep this patch separate, except that it might be better to
squash in your license headers changes to the previous patch?

>
>  arch/x86/cpu/queensbay/fsp_configs.c               | 40 +++---------
>  arch/x86/cpu/queensbay/fsp_support.c               | 76 +++++++++-------------
>  arch/x86/include/asm/arch-queensbay/fsp/fsp_api.h  | 35 ++--------
>  .../include/asm/arch-queensbay/fsp/fsp_bootmode.h  | 35 ++--------
>  arch/x86/include/asm/arch-queensbay/fsp/fsp_ffs.h  | 35 ++--------
>  arch/x86/include/asm/arch-queensbay/fsp/fsp_fv.h   | 35 ++--------
>  arch/x86/include/asm/arch-queensbay/fsp/fsp_hob.h  | 35 ++--------
>  .../asm/arch-queensbay/fsp/fsp_infoheader.h        | 35 ++--------
>  .../include/asm/arch-queensbay/fsp/fsp_platform.h  | 35 ++--------
>  .../include/asm/arch-queensbay/fsp/fsp_support.h   | 37 ++---------
>  .../x86/include/asm/arch-queensbay/fsp/fsp_types.h | 35 ++--------
>  arch/x86/include/asm/arch-queensbay/fsp/fsp_vpd.h  | 37 ++---------
>  12 files changed, 101 insertions(+), 369 deletions(-)

Regards,
Simon


More information about the U-Boot mailing list