[U-Boot] [RESEND PATCH v2 12/15] board: intel: agilex: Add socdk board support for Intel Agilex SoC

Simon Goldschmidt simon.k.r.goldschmidt at gmail.com
Tue Jul 9 20:38:39 UTC 2019


Am 04.07.2019 um 10:56 schrieb Ley Foon Tan:
> Add socdk board support for Intel Agilex SoC
> 
> Signed-off-by: Ley Foon Tan <ley.foon.tan at intel.com>

Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt at gmail.com>

> ---
>   board/intel/agilex-socdk/MAINTAINERS | 7 +++++++
>   board/intel/agilex-socdk/Makefile    | 7 +++++++
>   board/intel/agilex-socdk/socfpga.c   | 7 +++++++
>   3 files changed, 21 insertions(+)
>   create mode 100644 board/intel/agilex-socdk/MAINTAINERS
>   create mode 100644 board/intel/agilex-socdk/Makefile
>   create mode 100644 board/intel/agilex-socdk/socfpga.c
> 
> diff --git a/board/intel/agilex-socdk/MAINTAINERS b/board/intel/agilex-socdk/MAINTAINERS
> new file mode 100644
> index 0000000000..b8e28f0b24
> --- /dev/null
> +++ b/board/intel/agilex-socdk/MAINTAINERS
> @@ -0,0 +1,7 @@
> +SOCFPGA BOARD
> +M:	Ley Foon Tan <ley.foon.tan at intel.com>
> +M:	Chee Hong Ang <chee.hong.ang at intel.com>
> +S:	Maintained
> +F:	board/intel/agilex-socdk/
> +F:	include/configs/socfpga_agilex_socdk.h
> +F:	configs/socfpga_agilex_defconfig
> diff --git a/board/intel/agilex-socdk/Makefile b/board/intel/agilex-socdk/Makefile
> new file mode 100644
> index 0000000000..b86223a571
> --- /dev/null
> +++ b/board/intel/agilex-socdk/Makefile
> @@ -0,0 +1,7 @@
> +#
> +# Copyright (C) 2019 Intel Corporation <www.intel.com>
> +#
> +# SPDX-License-Identifier:	GPL-2.0
> +#
> +
> +obj-y	:= socfpga.o
> diff --git a/board/intel/agilex-socdk/socfpga.c b/board/intel/agilex-socdk/socfpga.c
> new file mode 100644
> index 0000000000..72a3e0836d
> --- /dev/null
> +++ b/board/intel/agilex-socdk/socfpga.c
> @@ -0,0 +1,7 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/*
> + * Copyright (C) 2019 Intel Corporation <www.intel.com>
> + *
> + */
> +
> +#include <common.h>
> 



More information about the U-Boot mailing list