All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Onion Omega2/2+ board support
@ 2025-05-27 11:37 Philip Oberfichtner
  2025-05-27 11:37 ` [PATCH 1/2] spl: Add size check for u-boot-with-spl.bin Philip Oberfichtner
  2025-05-27 11:37 ` [PATCH 2/2] mips: mt7628: Add Onion Omega2/2+ board support Philip Oberfichtner
  0 siblings, 2 replies; 3+ messages in thread
From: Philip Oberfichtner @ 2025-05-27 11:37 UTC (permalink / raw)
  To: u-boot
  Cc: Philip Oberfichtner, Anshul Dalal, Daniel Schwierzeck,
	Dario Binacchi, Greg Malysa, GSS_MTK_Uboot_upstream,
	Ilias Apalodimas, Jerome Forissier, Jiaxun Yang, Marek Vasut,
	Nathan Barrett-Morrison, Oliver Gaskell, Paul Kocialkowski,
	Peng Fan, Peter Robinson, Simon Glass, Stefan Roese, Sumit Garg,
	Tom Rini, Weijie Gao

Add support for the MediaTek based boards by Onion. Whereas the second commit
adds the actual board support, the first commit handles a tight flash size
constraint for the u-boot-with-spl.bin image.

Philip Oberfichtner (2):
  spl: Add size check for u-boot-with-spl.bin
  mips: mt7628: Add Onion Omega2/2+ board support

 Makefile                             |   7 ++
 arch/mips/dts/Makefile               |   1 +
 arch/mips/dts/onion-omega2p.dts      |  58 ++++++++++++
 arch/mips/mach-mtmips/mt7628/Kconfig |   7 ++
 board/onion/omega2p/Kconfig          |  12 +++
 board/onion/omega2p/Makefile         |   3 +
 board/onion/omega2p/board.c          | 134 +++++++++++++++++++++++++++
 board/onion/omega2p/omega2p.env      |  18 ++++
 common/spl/Kconfig                   |   7 ++
 configs/onion-omega2p_defconfig      |  81 ++++++++++++++++
 include/configs/onion-omega2p.h      |  15 +++
 11 files changed, 343 insertions(+)
 create mode 100644 arch/mips/dts/onion-omega2p.dts
 create mode 100644 board/onion/omega2p/Kconfig
 create mode 100644 board/onion/omega2p/Makefile
 create mode 100644 board/onion/omega2p/board.c
 create mode 100644 board/onion/omega2p/omega2p.env
 create mode 100644 configs/onion-omega2p_defconfig
 create mode 100644 include/configs/onion-omega2p.h

-- 
2.39.5


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

end of thread, other threads:[~2025-05-27 11:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-27 11:37 [PATCH 0/2] Add Onion Omega2/2+ board support Philip Oberfichtner
2025-05-27 11:37 ` [PATCH 1/2] spl: Add size check for u-boot-with-spl.bin Philip Oberfichtner
2025-05-27 11:37 ` [PATCH 2/2] mips: mt7628: Add Onion Omega2/2+ board support Philip Oberfichtner

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.