[PATCH 1/4] vexpress64: Rework MAINTAINERS file slightly

Given that we no longer have a configs/vexpress_aemv8a_defconfig file, drop that and then include at least the aarch64-specific config.h file here. Also move Linus and Peter up to the main entry as well so that they'll get tagged for the board code too and not literally only the defconfig.
Signed-off-by: Tom Rini trini@konsulko.com --- Cc: David Feng fenghua@phytium.com.cn Cc: Linus Walleij linus.walleij@linaro.org Cc: Peter Hoyes Peter.Hoyes@arm.com --- board/armltd/vexpress64/MAINTAINERS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/board/armltd/vexpress64/MAINTAINERS b/board/armltd/vexpress64/MAINTAINERS index b3ecc9bba036..c38ab520c521 100644 --- a/board/armltd/vexpress64/MAINTAINERS +++ b/board/armltd/vexpress64/MAINTAINERS @@ -1,9 +1,10 @@ -VEXPRESS64 BOARD +VEXPRESS64 PLATFORM M: David Feng fenghua@phytium.com.cn +M: Linus Walleij linus.walleij@linaro.org +M: Peter Hoyes Peter.Hoyes@arm.com S: Maintained F: board/armltd/vexpress64/ -F: include/configs/vexpress_aemv8a.h -F: configs/vexpress_aemv8a_defconfig +F: include/configs/vexpress_aemv8.h
VEXPRESS_AEMV8A_SEMI BOARD M: Linus Walleij linus.walleij@linaro.org

As the defconfig files here have been removed we can also remove the entries.
Signed-off-by: Tom Rini trini@konsulko.com --- board/freescale/t104xrdb/MAINTAINERS | 5 ----- board/freescale/t208xrdb/MAINTAINERS | 5 ----- 2 files changed, 10 deletions(-)
diff --git a/board/freescale/t104xrdb/MAINTAINERS b/board/freescale/t104xrdb/MAINTAINERS index 4e82f7f2eee5..55fdb600a16f 100644 --- a/board/freescale/t104xrdb/MAINTAINERS +++ b/board/freescale/t104xrdb/MAINTAINERS @@ -24,8 +24,3 @@ F: configs/T1040RDB_SDCARD_defconfig F: configs/T1040D4RDB_SDCARD_defconfig F: configs/T1042D4RDB_SDCARD_defconfig F: configs/T1042RDB_PI_SDCARD_defconfig - -T1042D4RDB_SECURE_BOOT BOARD -M: Ruchika Gupta ruchika.gupta@nxp.com -S: Maintained -F: configs/T1042D4RDB_SECURE_BOOT_defconfig diff --git a/board/freescale/t208xrdb/MAINTAINERS b/board/freescale/t208xrdb/MAINTAINERS index 6e9b25fa0493..5be7a25c03b2 100644 --- a/board/freescale/t208xrdb/MAINTAINERS +++ b/board/freescale/t208xrdb/MAINTAINERS @@ -12,8 +12,3 @@ F: configs/T2080RDB_revD_defconfig F: configs/T2080RDB_revD_NAND_defconfig F: configs/T2080RDB_revD_SDCARD_defconfig F: configs/T2080RDB_revD_SPIFLASH_defconfig - -T2080RDB_SECURE_BOOT BOARD -M: Ruchika Gupta ruchika.gupta@nxp.com -S: Maintained -F: configs/T2080RDB_SECURE_BOOT_defconfig

On Tue, 25 Jul 2023 at 16:32, Tom Rini trini@konsulko.com wrote:
As the defconfig files here have been removed we can also remove the entries.
Signed-off-by: Tom Rini trini@konsulko.com
board/freescale/t104xrdb/MAINTAINERS | 5 ----- board/freescale/t208xrdb/MAINTAINERS | 5 ----- 2 files changed, 10 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Tue, Jul 25, 2023 at 06:31:54PM -0400, Tom Rini wrote:
As the defconfig files here have been removed we can also remove the entries.
Signed-off-by: Tom Rini trini@konsulko.com Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!

This should have been included when the platform was added, make one now.
Signed-off-by: Tom Rini trini@konsulko.com --- Cc: Ralph Siemsen ralph.siemsen@linaro.org --- board/schneider/rzn1-snarc/MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 board/schneider/rzn1-snarc/MAINTAINERS
diff --git a/board/schneider/rzn1-snarc/MAINTAINERS b/board/schneider/rzn1-snarc/MAINTAINERS new file mode 100644 index 000000000000..a39b96c11638 --- /dev/null +++ b/board/schneider/rzn1-snarc/MAINTAINERS @@ -0,0 +1,9 @@ +RZN1 SNARC +M: Ralph Siemsen ralph.siemsen@linaro.org +S: Maintained +F: board/schneider/rzn1-snarc/ +F: arch/arm/dts/r9a06g032-ddr.dtsi +F: arch/arm/dts/r9a06g032-rzn1-snarc-u-boot.dtsi +F: arch/arm/dts/r9a06g032-rzn1-snarc.dts +F: configs/rzn1_snarc_defconfig +F: include/configs/rzn1-snarc.h

On Tue, Jul 25, 2023 at 06:31:55PM -0400, Tom Rini wrote:
This should have been included when the platform was added, make one now.
Signed-off-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!

A few platforms have been added without a MAINTAINERS file. Create these based on the initial commits.
Signed-off-by: Tom Rini trini@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@renesas.com Cc: Marek Vasut marek.vasut+renesas@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@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@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@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

On 7/26/23 00:31, Tom Rini wrote:
A few platforms have been added without a MAINTAINERS file. Create these based on the initial commits.
Signed-off-by: Tom Rini trini@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@renesas.com Cc: Marek Vasut marek.vasut+renesas@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
I seem to have been missed from all of the boards , that's not good.

On Tue, Jul 25, 2023 at 06:31:53PM -0400, Tom Rini wrote:
Given that we no longer have a configs/vexpress_aemv8a_defconfig file, drop that and then include at least the aarch64-specific config.h file here. Also move Linus and Peter up to the main entry as well so that they'll get tagged for the board code too and not literally only the defconfig.
Signed-off-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
participants (3)
-
Marek Vasut
-
Simon Glass
-
Tom Rini