[v1 13/17] arm: socfpga: Add SPL for Intel N5X device

Tan, Ley Foon ley.foon.tan at intel.com
Fri Apr 16 02:37:55 CEST 2021



> -----Original Message-----
> From: Lim, Elly Siew Chin <elly.siew.chin.lim at intel.com>
> Sent: Wednesday, March 31, 2021 10:39 PM
> To: u-boot at lists.denx.de
> Cc: Marek Vasut <marex at denx.de>; Tan, Ley Foon
> <ley.foon.tan at intel.com>; See, Chin Liang <chin.liang.see at intel.com>;
> Simon Goldschmidt <simon.k.r.goldschmidt at gmail.com>; Chee, Tien Fong
> <tien.fong.chee at intel.com>; Westergreen, Dalon
> <dalon.westergreen at intel.com>; Simon Glass <sjg at chromium.org>; Gan,
> Yau Wai <yau.wai.gan at intel.com>; Lim, Elly Siew Chin
> <elly.siew.chin.lim at intel.com>
> Subject: [v1 13/17] arm: socfpga: Add SPL for Intel N5X device
> 
> Add SPL for N5X.
> 
> Signed-off-by: Siew Chin Lim <elly.siew.chin.lim at intel.com>
> ---
>  arch/arm/mach-socfpga/{spl_agilex.c => spl_n5x.c} | 37 ++++++++++++++--
> -------
>  1 file changed, 22 insertions(+), 15 deletions(-)  copy arch/arm/mach-
> socfpga/{spl_agilex.c => spl_n5x.c} (83%)
> 
> diff --git a/arch/arm/mach-socfpga/spl_agilex.c b/arch/arm/mach-
> socfpga/spl_n5x.c similarity index 83% copy from arch/arm/mach-
> socfpga/spl_agilex.c
> copy to arch/arm/mach-socfpga/spl_n5x.c
> index ee5a9dc1e2..d056871d29 100644
> --- a/arch/arm/mach-socfpga/spl_agilex.c
> +++ b/arch/arm/mach-socfpga/spl_n5x.c
> @@ -1,27 +1,26 @@
>  // SPDX-License-Identifier: GPL-2.0
>  /*
> - * Copyright (C) 2019 Intel Corporation <www.intel.com>
> + * Copyright (C) 2020-2021 Intel Corporation <www.intel.com>
>   *
>   */
> 
> -#include <init.h>
> -#include <log.h>
> -#include <asm/global_data.h>
> -#include <asm/io.h>
> -#include <asm/u-boot.h>
> -#include <asm/utils.h>
>  #include <common.h>
Sort this.

> -#include <hang.h>
> -#include <image.h>
> -#include <spl.h>
>  #include <asm/arch/clock_manager.h>
>  #include <asm/arch/firewall.h>
>  #include <asm/arch/mailbox_s10.h>
>  #include <asm/arch/misc.h>
>  #include <asm/arch/reset_manager.h>
>  #include <asm/arch/system_manager.h>
> -#include <watchdog.h>
> +#include <asm/global_data.h>
> +#include <asm/io.h>
> +#include <asm/u-boot.h>
> +#include <asm/utils.h>
>  #include <dm/uclass.h>
> +#include <hang.h>
> +#include <image.h>
> +#include <init.h>
> +#include <spl.h>
> +#include <watchdog.h>
> 


Regards
Ley Foon


More information about the U-Boot mailing list