[v1 14/17] board: intel: Add socdk board support for Intel N5X device
Tan, Ley Foon
ley.foon.tan at intel.com
Fri Apr 16 02:38:58 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 14/17] board: intel: Add socdk board support for Intel N5X device
>
> Add N5X SoC devkit board.
>
> Signed-off-by: Siew Chin Lim <elly.siew.chin.lim at intel.com>
> ---
> board/intel/n5x-socdk/MAINTAINERS | 7 +++++++
> board/{altera/stratix10-socdk => intel/n5x-socdk}/Makefile | 2 +-
> board/{altera/stratix10-socdk => intel/n5x-socdk}/socfpga.c | 2 +-
> 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644
> board/intel/n5x-socdk/MAINTAINERS copy board/{altera/stratix10-socdk =>
> intel/n5x-socdk}/Makefile (50%) copy board/{altera/stratix10-socdk =>
> intel/n5x-socdk}/socfpga.c (52%)
>
> diff --git a/board/intel/n5x-socdk/MAINTAINERS b/board/intel/n5x-
> socdk/MAINTAINERS
> new file mode 100644
> index 0000000000..c1059f092c
> --- /dev/null
> +++ b/board/intel/n5x-socdk/MAINTAINERS
> @@ -0,0 +1,7 @@
> +SOCFPGA BOARD
> +M: Chee Tien Fong <tien.fong.chee at intel.com>
> +M: Lim Siew Chin <elly.siew.chin.lim at intel.com>
> +S: Maintained
> +F: board/intel/n5x-socdk/
> +F: include/configs/socfpga_n5x_socdk.h
> +F: configs/socfpga_n5x_atf_defconfig
> diff --git a/board/altera/stratix10-socdk/Makefile b/board/intel/n5x-
> socdk/Makefile similarity index 50% copy from board/altera/stratix10-
> socdk/Makefile
> copy to board/intel/n5x-socdk/Makefile
> index 02a9cadf76..accfdcddcb 100644
> --- a/board/altera/stratix10-socdk/Makefile
> +++ b/board/intel/n5x-socdk/Makefile
> @@ -1,5 +1,5 @@
> #
> -# Copyright (C) 2016-2017 Intel Corporation <www.intel.com>
> +# Copyright (C) 2020-2021 Intel Corporation <www.intel.com>
> #
> # SPDX-License-Identifier: GPL-2.0
> #
> diff --git a/board/altera/stratix10-socdk/socfpga.c b/board/intel/n5x-
> socdk/socfpga.c similarity index 52% copy from board/altera/stratix10-
> socdk/socfpga.c
> copy to board/intel/n5x-socdk/socfpga.c
> index 043fc543f1..985ba190d0 100644
> --- a/board/altera/stratix10-socdk/socfpga.c
> +++ b/board/intel/n5x-socdk/socfpga.c
> @@ -1,6 +1,6 @@
> // SPDX-License-Identifier: GPL-2.0
> /*
> - * Copyright (C) 2016-2018 Intel Corporation <www.intel.com>
> + * Copyright (C) 2020-2021 Intel Corporation <www.intel.com>
> *
> */
>
Reviewed-by: Ley Foon Tan <ley.foon.tan at intel.com>
More information about the U-Boot
mailing list