[PATCH 4/4] board/renesas: Add missing MAINTAINERS files

Tom Rini trini at konsulko.com
Wed Jul 26 00:31:56 CEST 2023


A few platforms have been added without a MAINTAINERS file.  Create
these based on the initial commits.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
I wasn't 100% sure on how to best handle these boards, especially the
v3hsk so I've made my best guess.

Cc: Hai Pham <hai.pham.ud at renesas.com>
Cc: Marek Vasut <marek.vasut+renesas at mailbox.org>
---
 board/renesas/spider/MAINTAINERS    | 7 +++++++
 board/renesas/v3hsk/MAINTAINERS     | 7 +++++++
 board/renesas/whitehawk/MAINTAINERS | 7 +++++++
 3 files changed, 21 insertions(+)
 create mode 100644 board/renesas/spider/MAINTAINERS
 create mode 100644 board/renesas/v3hsk/MAINTAINERS
 create mode 100644 board/renesas/whitehawk/MAINTAINERS

diff --git a/board/renesas/spider/MAINTAINERS b/board/renesas/spider/MAINTAINERS
new file mode 100644
index 000000000000..fd7168b9b0e4
--- /dev/null
+++ b/board/renesas/spider/MAINTAINERS
@@ -0,0 +1,7 @@
+R8A779F0 S4 SPIDER
+M:	Hai Pham <hai.pham.ud at renesas.com>
+S:	Maintained
+F:	arch/arm/dts/r8a779f0-spider-u-boot.dts
+F:	board/renesas/spider/
+F:	configs/r8a779f0_spider_defconfig
+F:	include/configs/spider.h
diff --git a/board/renesas/v3hsk/MAINTAINERS b/board/renesas/v3hsk/MAINTAINERS
new file mode 100644
index 000000000000..445f4e36ab3c
--- /dev/null
+++ b/board/renesas/v3hsk/MAINTAINERS
@@ -0,0 +1,7 @@
+R8A77980 V3HSK
+M:	Hai Pham <hai.pham.ud at renesas.com>
+S:	Maintained
+F:	arch/arm/dts/r8a77980-v3hsk-u-boot.dtss
+F:	board/renesas/v3hsk/
+F:	configs/r8a77980_v3hsk_defconfig
+F:	include/configs/v3hsk.h
diff --git a/board/renesas/whitehawk/MAINTAINERS b/board/renesas/whitehawk/MAINTAINERS
new file mode 100644
index 000000000000..3dd361d911a6
--- /dev/null
+++ b/board/renesas/whitehawk/MAINTAINERS
@@ -0,0 +1,7 @@
+R8A77980 V3HSK
+M:	Hai Pham <hai.pham.ud at renesas.com>
+S:	Maintained
+F:	arch/arm/dts/r8a779g0-white-hawk-u-boot.dts
+F:	board/renesas/whitehawk/
+F:	configs/r8a779g0_whitehawk_defconfig
+F:	include/configs/whitehawk.h
-- 
2.34.1



More information about the U-Boot mailing list