From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- roms/u-boot/board/intel/agilex-socdk/MAINTAINERS | 13 +++++++++++++ roms/u-boot/board/intel/agilex-socdk/Makefile | 7 +++++++ roms/u-boot/board/intel/agilex-socdk/socfpga.c | 7 +++++++ 3 files changed, 27 insertions(+) create mode 100644 roms/u-boot/board/intel/agilex-socdk/MAINTAINERS create mode 100644 roms/u-boot/board/intel/agilex-socdk/Makefile create mode 100644 roms/u-boot/board/intel/agilex-socdk/socfpga.c (limited to 'roms/u-boot/board/intel/agilex-socdk') diff --git a/roms/u-boot/board/intel/agilex-socdk/MAINTAINERS b/roms/u-boot/board/intel/agilex-socdk/MAINTAINERS new file mode 100644 index 000000000..fd05e9a4a --- /dev/null +++ b/roms/u-boot/board/intel/agilex-socdk/MAINTAINERS @@ -0,0 +1,13 @@ +SOCFPGA BOARD +M: Ley Foon Tan +M: Chee Hong Ang +S: Maintained +F: board/intel/agilex-socdk/ +F: include/configs/socfpga_agilex_socdk.h +F: configs/socfpga_agilex_atf_defconfig +F: configs/socfpga_agilex_defconfig + +SOCFPGA BOARD WITH VAB +M: Siew Chin Lim +S: Maintained +F: configs/socfpga_agilex_vab_defconfig diff --git a/roms/u-boot/board/intel/agilex-socdk/Makefile b/roms/u-boot/board/intel/agilex-socdk/Makefile new file mode 100644 index 000000000..b86223a57 --- /dev/null +++ b/roms/u-boot/board/intel/agilex-socdk/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (C) 2019 Intel Corporation +# +# SPDX-License-Identifier: GPL-2.0 +# + +obj-y := socfpga.o diff --git a/roms/u-boot/board/intel/agilex-socdk/socfpga.c b/roms/u-boot/board/intel/agilex-socdk/socfpga.c new file mode 100644 index 000000000..72a3e0836 --- /dev/null +++ b/roms/u-boot/board/intel/agilex-socdk/socfpga.c @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright (C) 2019 Intel Corporation + * + */ + +#include -- cgit 1.2.3-korg