All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/4] Add Onion Omega2/2+ board support
@ 2025-08-07  7:56 Philip Oberfichtner
  2025-08-07  7:56 ` [PATCH v6 1/4] Makefile: Simplify size check Philip Oberfichtner
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Philip Oberfichtner @ 2025-08-07  7:56 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, 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. Commit one to three are
rather generic, whereas the last commit adds the actual board support.

Changes in v6:
	- Remove all vendor specific code from the board files.

Changes in v5:
	- Reimplement the Makefile size check.

Changes in v4:
	- Rebase board support to v2025.07
	- Add new commit to silence warning in arch/mips/

Changes in v3:
	- Simplify image size check.

Changes in v2:
	- I forgot to run checkpatch in v1. Fix some style issues in v2.

Philip Oberfichtner (4):
  Makefile: Simplify size check
  Makefile: Add size check for u-boot-with-spl.bin
  mips: serial: Silence "unused variable" warning
  mips: mt7628: Add Onion Omega2/2+ board support

 Makefile                                  | 45 ++++----------
 arch/mips/dts/Makefile                    |  1 +
 arch/mips/dts/onion-omega2p.dts           | 58 ++++++++++++++++++
 arch/mips/mach-mtmips/mt7620/serial.c     |  2 +-
 arch/mips/mach-mtmips/mt7621/spl/serial.c |  2 +-
 arch/mips/mach-mtmips/mt7628/Kconfig      |  7 +++
 arch/mips/mach-mtmips/mt7628/serial.c     |  2 +-
 board/onion/omega2p/Kconfig               | 12 ++++
 board/onion/omega2p/MAINTAINERS           |  6 ++
 common/spl/Kconfig                        |  7 +++
 configs/onion-omega2p_defconfig           | 73 +++++++++++++++++++++++
 include/configs/onion-omega2p.h           | 15 +++++
 tools/spl_size_limit.c                    |  2 +-
 13 files changed, 194 insertions(+), 38 deletions(-)
 create mode 100644 arch/mips/dts/onion-omega2p.dts
 create mode 100644 board/onion/omega2p/Kconfig
 create mode 100644 board/onion/omega2p/MAINTAINERS
 create mode 100644 configs/onion-omega2p_defconfig
 create mode 100644 include/configs/onion-omega2p.h

-- 
2.39.5


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

end of thread, other threads:[~2025-08-11  8:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-07  7:56 [PATCH v6 0/4] Add Onion Omega2/2+ board support Philip Oberfichtner
2025-08-07  7:56 ` [PATCH v6 1/4] Makefile: Simplify size check Philip Oberfichtner
2025-08-07  7:56 ` [PATCH v6 2/4] Makefile: Add size check for u-boot-with-spl.bin Philip Oberfichtner
2025-08-08 13:10   ` Marek Vasut
2025-08-11  8:14     ` Philip Oberfichtner
2025-08-07  7:56 ` [PATCH v6 3/4] mips: serial: Silence "unused variable" warning Philip Oberfichtner
2025-08-08 11:16   ` Daniel Schwierzeck
2025-08-07  7:56 ` [PATCH v6 4/4] mips: mt7628: Add Onion Omega2/2+ board support Philip Oberfichtner
2025-08-08 11:16   ` Daniel Schwierzeck
2025-08-11  8:04 ` [PATCH v6 0/4] " 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.