On Sun, Jul 19, 2026 at 05:47:52PM +0530, Prasanth Kumar Padarthi wrote: > Add U-Boot support for the AST2600 BMC on the ASRock Rack B650D4U. > > Describe the 512 MiB DRAM, UART5 console, watchdog, 64 MiB SPI > NOR, RTL8211F-connected MAC0 and RMII/NCSI-connected MAC2. > > Use the existing AST2600 EVB target infrastructure and a > board-specific defconfig. > > Signed-off-by: Prasanth Kumar Padarthi <[email protected]> > --- > MAINTAINERS | 6 ++ > arch/arm/dts/ast2600-b650d4u.dts | 74 ++++++++++++++++++++ > configs/b650d4u_defconfig | 115 +++++++++++++++++++++++++++++++ > 3 files changed, 195 insertions(+) > create mode 100644 arch/arm/dts/ast2600-b650d4u.dts > create mode 100644 configs/b650d4u_defconfig > > diff --git a/MAINTAINERS b/MAINTAINERS > index d4b527560aa..52aefd17217 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -213,6 +213,12 @@ F: drivers/reset/reset-ast2500.c > F: drivers/watchdog/ast_wdt.c > N: aspeed > > +ASROCK RACK B650D4U BMC > +M: Prasanth Kumar Padarthi <[email protected]> > +S: Maintained > +F: arch/arm/dts/ast2600-b650d4u.dts > +F: configs/b650d4u_defconfig
This should be in board/aspeed/evb_ast2600/MAINTAINERS since it's just a build variant. And is the device tree itself being submitted upstream to the linux kernel? Thanks! -- Tom
signature.asc
Description: PGP signature
