From: Bryan Hinton <bryan@bryanhinton.com>
To: u-boot@lists.denx.de
Cc: bryan@bryanhinton.com, trini@konsulko.com
Subject: [PATCH v2 1/2] configs: Add rock5b_plus-rk3588_defconfig
Date: Tue, 4 Nov 2025 13:21:52 -0600 [thread overview]
Message-ID: <20251104192354.2232191-2-bryan@bryanhinton.com> (raw)
In-Reply-To: <20251104192354.2232191-1-bryan@bryanhinton.com>
Add a Radxa ROCK 5B+ defconfig that augments the ROCK 5B defconfig
via #include and sets the minimal deltas to select the 5B+ upstream DTS.
Tested on ROCK 5B+ rev 1.2 (32 GB LPDDR5), booting U-Boot from microSD.
Build/test details:
- U-Boot build string: U-Boot 2026.01-rc1-00243-gd128b673cfb2 (Nov 04 2025 - 13:08:23 -0600)
- GCC: aarch64-linux-gnu-gcc 15.1.0
- TPL: rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.19.bin
- BL31: rk3588_bl31_v1.51.elf
- Verified: control FDT present; `mmc list` shows SD/eMMC; `usb tree` enumerates.
Signed-off-by: Bryan Hinton <bryan@bryanhinton.com>
---
configs/rock5b_plus-rk3588_defconfig | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 configs/rock5b_plus-rk3588_defconfig
diff --git a/configs/rock5b_plus-rk3588_defconfig b/configs/rock5b_plus-rk3588_defconfig
new file mode 100644
index 00000000000..89cb7fc20b1
--- /dev/null
+++ b/configs/rock5b_plus-rk3588_defconfig
@@ -0,0 +1,5 @@
+#include <configs/rock5b-rk3588_defconfig>
+CONFIG_OF_UPSTREAM=y
+CONFIG_DEFAULT_DEVICE_TREE="rockchip/rk3588-rock-5b-plus"
+CONFIG_OF_LIST="rockchip/rk3588-rock-5b-plus"
+CONFIG_DEFAULT_FDT_FILE="rockchip/rk3588-rock-5b-plus.dtb"
--
2.51.2
next prev parent reply other threads:[~2025-11-04 19:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-04 19:21 [PATCH v2 0/2] Add Radxa ROCK 5B+ defconfig Bryan Hinton
2025-11-04 19:21 ` Bryan Hinton [this message]
2025-11-04 19:21 ` [PATCH v2 2/2] MAINTAINERS: Add entry for Radxa ROCK 5B+ Bryan Hinton
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=20251104192354.2232191-2-bryan@bryanhinton.com \
--to=bryan@bryanhinton.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox