public inbox for openbmc@ozlabs.org
 help / color / mirror / Atom feed
* [PATCH u-boot 0/2] aspeed: Add support for msx4
@ 2025-11-22  0:02 Marc Olberding
  2025-11-22  0:02 ` [PATCH u-boot 1/2] Add a new board for the gigabyte msx4 Marc Olberding
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Marc Olberding @ 2025-11-22  0:02 UTC (permalink / raw)
  To: joel, andrew, openbmc

Add a board file and dts for msx4. the board file is required
as the BMC is strapped for ABR boot support, and this functionality
isn't desired as support in linux is lacking. In order to enable
BMC boot reliably, a board file that disables the FMC_WDT2 is
included.

Patch 1 adds support for the board file. To opt into this support
you can set CONFIG_TARGET_AST2600_MSX4 in your config.

Patch 2 adds the devicetree for this board.

Signed-off-by: Marc Olberding <molberding@nvidia.com>
---
Marc Olberding (2):
      Add a new board for the gigabyte msx4
      arch: arm: dts: Add dts for the nvidia msx4 board

 arch/arm/dts/Makefile                    |   1 +
 arch/arm/dts/ast2600-msx4-bmc-nvidia.dts | 111 +++++++++++++++++++++++++++++++
 arch/arm/mach-aspeed/ast2600/Kconfig     |   9 +++
 board/aspeed/ast2600_msx4/Kconfig        |  13 ++++
 board/aspeed/ast2600_msx4/Makefile       |   1 +
 board/aspeed/ast2600_msx4/msx4.c         |  77 +++++++++++++++++++++
 6 files changed, 212 insertions(+)
---
base-commit: 8e15f5c0b1e7b11296ae6c88b686e65d509237d0
change-id: 20251107-msx4-cad1e2e4fa39

Best regards,
-- 
Marc Olberding <molberding@nvidia.com>



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-12-01 23:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-22  0:02 [PATCH u-boot 0/2] aspeed: Add support for msx4 Marc Olberding
2025-11-22  0:02 ` [PATCH u-boot 1/2] Add a new board for the gigabyte msx4 Marc Olberding
2025-11-26  0:30   ` Andrew Jeffery
2025-11-26  1:30     ` Marc Olberding
2025-12-01 23:14       ` Andrew Jeffery
2025-12-01 23:33         ` Marc Olberding
2025-12-01 23:43           ` Andrew Jeffery
2025-11-22  0:02 ` [PATCH u-boot 2/2] arch: arm: dts: Add dts for the nvidia msx4 board Marc Olberding
2025-11-26  0:22 ` [PATCH u-boot 0/2] aspeed: Add support for msx4 Andrew Jeffery
2025-11-26  1:20   ` Marc Olberding
2025-12-01 23:24     ` Andrew Jeffery

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox