From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
To: Philip Oberfichtner <pro@denx.de>, u-boot@lists.denx.de
Cc: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>,
Jiaxun Yang <jiaxun.yang@flygoat.com>,
Marek Vasut <marex@denx.de>, Simon Glass <sjg@chromium.org>,
Stefan Roese <sr@denx.de>, Sumit Garg <sumit.garg@kernel.org>,
Tom Rini <trini@konsulko.com>,
Weijie Gao <weijie.gao@mediatek.com>
Subject: Re: [PATCH v6 4/4] mips: mt7628: Add Onion Omega2/2+ board support
Date: Fri, 8 Aug 2025 13:16:43 +0200 [thread overview]
Message-ID: <a41fe76a-8b61-4587-a5cc-479e0e78cdc9@gmail.com> (raw)
In-Reply-To: <20250807075653.356088-5-pro@denx.de>
On 8/7/25 09:56, Philip Oberfichtner wrote:
> The Omega2 / Omega2+ are based on the MediaTek MT7688 SoC with the
> following features:
> - 64 / 128MB of DDR2 memory
> - 16 / 32MB of SPI NOR flash
> - USB, WiFi and many more peripherals
>
> Signed-off-by: Philip Oberfichtner <pro@denx.de>
> ---
>
> Notes:
> Changes in v6:
> As Daniel pointed out in his review, vendor specific
> configurations should be kept in the downstream sources. All of
> this non-generic code has been removed in v6. Most notably, that
> is:
> - custom environment and bootcommand
> - network settings
> - mtd partitioning
>
> Apart from that, there are a few more simplifications, like the
> removal of gpio_init() and superfluous spi drivers.
>
> Changes in v5: none
>
> Changes in v4:
> - Adapt bootcmd
> - Rebase defconfig
>
> Changes in v3:
> - Adapt defconfig to [PATCH 1/2] (SPL_SIZE_LIMIT)
>
> Changes in v2:
> - Fix style issues as reported by checkpatch
> - Add MAINTAINERS file
>
> 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/MAINTAINERS | 6 +++
> configs/onion-omega2p_defconfig | 73 ++++++++++++++++++++++++++++
> include/configs/onion-omega2p.h | 15 ++++++
> 7 files changed, 172 insertions(+)
> 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
>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
--
- Daniel
next prev parent reply other threads:[~2025-08-08 11:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2025-08-11 8:04 ` [PATCH v6 0/4] " Philip Oberfichtner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a41fe76a-8b61-4587-a5cc-479e0e78cdc9@gmail.com \
--to=daniel.schwierzeck@gmail.com \
--cc=GSS_MTK_Uboot_upstream@mediatek.com \
--cc=jiaxun.yang@flygoat.com \
--cc=marex@denx.de \
--cc=pro@denx.de \
--cc=sjg@chromium.org \
--cc=sr@denx.de \
--cc=sumit.garg@kernel.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=weijie.gao@mediatek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.