* [PATCH 0/2] MAINTAINERS: Clean up AMD/Xilinx fragments
@ 2026-08-13 7:23 Michal Simek
2026-08-13 7:23 ` [PATCH 1/2] MAINTAINERS: Move u-boot-microblaze to u-boot-amd Michal Simek
2026-08-13 7:23 ` [PATCH 2/2] MAINTAINERS: Put together AMD/XILINX platforms to one fragment Michal Simek
0 siblings, 2 replies; 4+ messages in thread
From: Michal Simek @ 2026-08-13 7:23 UTC (permalink / raw)
To: u-boot, git, Marek Vasut; +Cc: Marek Vasut, Quentin Schulz, Tom Rini
Hi,
based on my discussion with Marek I have looked at my fragments and put
together ARM SOC to have only one entry instead of more. Also found that
move to u-boot-amd is not covered that's why also created one patch to fix
it.
Thanks,
Michal
Michal Simek (2):
MAINTAINERS: Move u-boot-microblaze to u-boot-amd
MAINTAINERS: Put together AMD/XILINX platforms to one fragment
MAINTAINERS | 74 +++++++++++++++--------------------------------------
1 file changed, 21 insertions(+), 53 deletions(-)
---
base-commit: 0b581a9612e46310ee52bf8359165950d38b2a2b
--
2.43.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] MAINTAINERS: Move u-boot-microblaze to u-boot-amd
2026-08-13 7:23 [PATCH 0/2] MAINTAINERS: Clean up AMD/Xilinx fragments Michal Simek
@ 2026-08-13 7:23 ` Michal Simek
2026-08-13 7:23 ` [PATCH 2/2] MAINTAINERS: Put together AMD/XILINX platforms to one fragment Michal Simek
1 sibling, 0 replies; 4+ messages in thread
From: Michal Simek @ 2026-08-13 7:23 UTC (permalink / raw)
To: u-boot, git, Marek Vasut; +Cc: Marek Vasut, Quentin Schulz, Tom Rini
By moving to u-boot-project.org custodian tree has been also renamed to
reflect current situation around AMD/XILINX SOCs but links to repo haven't
been updated.
Signed-off-by: Michal Simek <michal.simek@amd.com>
---
MAINTAINERS | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index eb48eea55c5a..5b07ab6656a9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -805,7 +805,7 @@ N: uniphier
ARM VERSAL NET
M: Michal Simek <michal.simek@amd.com>
S: Maintained
-T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-microblaze.git
+T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-amd.git
F: arch/arm/mach-versal-net/
F: drivers/soc/soc_xilinx_versal_net.c
N: (?<!uni)versal-net
@@ -813,7 +813,7 @@ N: (?<!uni)versal-net
ARM VERSAL
M: Michal Simek <michal.simek@amd.com>
S: Maintained
-T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-microblaze.git
+T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-amd.git
F: arch/arm/mach-versal/
F: drivers/net/xilinx_axi_mrmac.*
F: drivers/soc/soc_xilinx_versal.c
@@ -824,7 +824,7 @@ N: (?<!uni)versal
ARM VERSAL GEN 2
M: Michal Simek <michal.simek@amd.com>
S: Maintained
-T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-microblaze.git
+T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-amd.git
F: arch/arm/mach-versal2/
ARM VERSATILE EXPRESS DRIVERS
@@ -838,7 +838,7 @@ ARM ZYNQ and ZYNQMP
M: Michal Simek <monstr@monstr.eu>
M: Michal Simek <michal.simek@amd.com>
S: Maintained
-T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-microblaze.git
+T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-amd.git
F: doc/board/xilinx/
F: doc/device-tree-bindings/video/syncoam,seps525.txt
F: drivers/gpio/gpio_slg7xl45106.c
@@ -856,7 +856,7 @@ N: zynq
ARM ZYNQMP R5
M: Michal Simek <michal.simek@amd.com>
S: Maintained
-T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-microblaze.git
+T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-amd.git
F: arch/arm/mach-zynqmp-r5/
ARM PHYTIUM
@@ -1125,7 +1125,7 @@ F: test/dm/fastboot.c
FPGA
M: Michal Simek <michal.simek@amd.com>
S: Maintained
-T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-microblaze.git
+T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-amd.git
F: drivers/fpga/
F: cmd/fpga.c
F: include/fpga.h
@@ -1274,7 +1274,7 @@ F: lib/membuf.c
MICROBLAZE
M: Michal Simek <monstr@monstr.eu>
S: Maintained
-T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-microblaze.git
+T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-amd.git
F: arch/microblaze/
F: cmd/mfsl.c
F: drivers/gpio/xilinx_gpio.c
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] MAINTAINERS: Put together AMD/XILINX platforms to one fragment
2026-08-13 7:23 [PATCH 0/2] MAINTAINERS: Clean up AMD/Xilinx fragments Michal Simek
2026-08-13 7:23 ` [PATCH 1/2] MAINTAINERS: Move u-boot-microblaze to u-boot-amd Michal Simek
@ 2026-08-13 7:23 ` Michal Simek
2026-08-13 7:39 ` Marek Vasut via U-Boot
1 sibling, 1 reply; 4+ messages in thread
From: Michal Simek @ 2026-08-13 7:23 UTC (permalink / raw)
To: u-boot, git, Marek Vasut; +Cc: Marek Vasut, Quentin Schulz, Tom Rini
Put together multiple SOCs fragment under the same umbrella to cover all
ARM based AMD/Xilinx platforms. Also use this oportunity to simplify
description and remove files are already covered by N:.
Also move N: xilinx from Microblaze because multiple files have been added
over years which belong to ARM SOCs instead of Microblaze.
Signed-off-by: Michal Simek <michal.simek@amd.com>
---
MAINTAINERS | 70 +++++++++++++++--------------------------------------
1 file changed, 19 insertions(+), 51 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 5b07ab6656a9..e1171f4d01b4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -181,6 +181,25 @@ F: drivers/ddr/altera/
F: drivers/power/domain/altr-pmgr-agilex5.c
F: drivers/sysreset/sysreset_socfpga*
+ARM AMD/XILINX
+M: Michal Simek <monstr@monstr.eu>
+M: Michal Simek <michal.simek@amd.com>
+S: Maintained
+T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-amd.git
+F: doc/device-tree-bindings/video/syncoam,seps525.txt
+F: drivers/gpio/gpio_slg7xl45106.c
+F: drivers/i2c/i2c-cdns.c
+F: drivers/i2c/muxes/pca954x.c
+F: drivers/net/phy/ethernet_id.c
+F: drivers/pwm/pwm-cadence-ttc.c
+F: drivers/timer/cadence-ttc.c
+F: drivers/video/seps525.c
+F: drivers/watchdog/cdns_wdt.c
+N: (?<!uni)versal
+N: ultra96
+N: zynq
+N: xilinx
+
ARM AMLOGIC SOC SUPPORT
M: Neil Armstrong <neil.armstrong@linaro.org>
S: Maintained
@@ -802,31 +821,6 @@ F: arch/arm/mach-uniphier/
F: configs/uniphier_*_defconfig
N: uniphier
-ARM VERSAL NET
-M: Michal Simek <michal.simek@amd.com>
-S: Maintained
-T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-amd.git
-F: arch/arm/mach-versal-net/
-F: drivers/soc/soc_xilinx_versal_net.c
-N: (?<!uni)versal-net
-
-ARM VERSAL
-M: Michal Simek <michal.simek@amd.com>
-S: Maintained
-T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-amd.git
-F: arch/arm/mach-versal/
-F: drivers/net/xilinx_axi_mrmac.*
-F: drivers/soc/soc_xilinx_versal.c
-F: drivers/spi/cadence_ospi_versal.c
-F: drivers/watchdog/xilinx_wwdt.c
-N: (?<!uni)versal
-
-ARM VERSAL GEN 2
-M: Michal Simek <michal.simek@amd.com>
-S: Maintained
-T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-amd.git
-F: arch/arm/mach-versal2/
-
ARM VERSATILE EXPRESS DRIVERS
M: Liviu Dudau <liviu.dudau@foss.arm.com>
S: Maintained
@@ -834,31 +828,6 @@ T: git git://github.com/ARM-software/u-boot.git
F: drivers/misc/vexpress_config.c
N: vexpress
-ARM ZYNQ and ZYNQMP
-M: Michal Simek <monstr@monstr.eu>
-M: Michal Simek <michal.simek@amd.com>
-S: Maintained
-T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-amd.git
-F: doc/board/xilinx/
-F: doc/device-tree-bindings/video/syncoam,seps525.txt
-F: drivers/gpio/gpio_slg7xl45106.c
-F: drivers/i2c/i2c-cdns.c
-F: drivers/i2c/muxes/pca954x.c
-F: drivers/net/phy/ethernet_id.c
-F: drivers/net/phy/xilinx_phy.c
-F: drivers/pwm/pwm-cadence-ttc.c
-F: drivers/timer/cadence-ttc.c
-F: drivers/video/seps525.c
-F: drivers/watchdog/cdns_wdt.c
-N: ultra96
-N: zynq
-
-ARM ZYNQMP R5
-M: Michal Simek <michal.simek@amd.com>
-S: Maintained
-T: git https://git.u-boot-project.org/u-boot/custodians/u-boot-amd.git
-F: arch/arm/mach-zynqmp-r5/
-
ARM PHYTIUM
M: liuhao <liuhao@phytium.com.cn>
M: shuyiqi <shuyiqi@phytium.com.cn>
@@ -1285,7 +1254,6 @@ F: drivers/spi/xilinx_spi.c
F: drivers/sysreset/sysreset_gpio.c
F: drivers/timer/xilinx-timer.c
F: drivers/watchdog/xilinx_tb_wdt.c
-N: xilinx
MIPS
M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: Put together AMD/XILINX platforms to one fragment
2026-08-13 7:23 ` [PATCH 2/2] MAINTAINERS: Put together AMD/XILINX platforms to one fragment Michal Simek
@ 2026-08-13 7:39 ` Marek Vasut via U-Boot
0 siblings, 0 replies; 4+ messages in thread
From: Marek Vasut via U-Boot @ 2026-08-13 7:39 UTC (permalink / raw)
To: Michal Simek, u-boot, git; +Cc: Marek Vasut, Quentin Schulz, Tom Rini
On 8/13/26 9:23 AM, Michal Simek wrote:
> Put together multiple SOCs fragment under the same umbrella to cover all
> ARM based AMD/Xilinx platforms. Also use this oportunity to simplify
> description and remove files are already covered by N:.
> Also move N: xilinx from Microblaze because multiple files have been added
> over years which belong to ARM SOCs instead of Microblaze.
>
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
>
> MAINTAINERS | 70 +++++++++++++++--------------------------------------
> 1 file changed, 19 insertions(+), 51 deletions(-)
This is nice ^^ ^^
Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-08-13 7:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-13 7:23 [PATCH 0/2] MAINTAINERS: Clean up AMD/Xilinx fragments Michal Simek
2026-08-13 7:23 ` [PATCH 1/2] MAINTAINERS: Move u-boot-microblaze to u-boot-amd Michal Simek
2026-08-13 7:23 ` [PATCH 2/2] MAINTAINERS: Put together AMD/XILINX platforms to one fragment Michal Simek
2026-08-13 7:39 ` Marek Vasut via U-Boot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.