* [Buildroot] [PATCH 0/1] config/roc_pc_rk3399: Bump Linux, TF-A, U-Boot
@ 2026-03-16 21:36 Roberto Medina
2026-03-16 21:36 ` [Buildroot] [PATCH 1/1] configs/roc_pc_rk3399: " Roberto Medina
0 siblings, 1 reply; 3+ messages in thread
From: Roberto Medina @ 2026-03-16 21:36 UTC (permalink / raw)
To: buildroot; +Cc: Roberto Medina
Taking the opportunity to refresh the configuration of this board.
The CI [1] notified me that U-Boot is no longer building for the version
that was being used for the board.
[1] https://gitlab.com/buildroot.org/buildroot/-/jobs/13492838038
Roberto Medina (1):
configs/roc_pc_rk3399: Bump Linux, TF-A, U-Boot
.../arm-trusted-firmware/arm-trusted-firmware.hash | 2 +-
board/firefly/roc-rk3399-pc/patches/linux/linux.hash | 2 +-
board/firefly/roc-rk3399-pc/patches/uboot/uboot.hash | 2 +-
configs/roc_pc_rk3399_defconfig | 9 +++++----
4 files changed, 8 insertions(+), 7 deletions(-)
--
2.53.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] configs/roc_pc_rk3399: Bump Linux, TF-A, U-Boot
2026-03-16 21:36 [Buildroot] [PATCH 0/1] config/roc_pc_rk3399: Bump Linux, TF-A, U-Boot Roberto Medina
@ 2026-03-16 21:36 ` Roberto Medina
2026-03-18 12:22 ` Julien Olivain via buildroot
0 siblings, 1 reply; 3+ messages in thread
From: Roberto Medina @ 2026-03-16 21:36 UTC (permalink / raw)
To: buildroot; +Cc: Roberto Medina
- Bump Linux: 6.18.18
- Bump TF-A: v2.14
- Bump U-Boot: 2026.01
- Update hashes for relevant components
Signed-off-by: Roberto Medina <robertoxmed@gmail.com>
---
.../arm-trusted-firmware/arm-trusted-firmware.hash | 2 +-
board/firefly/roc-rk3399-pc/patches/linux/linux.hash | 2 +-
board/firefly/roc-rk3399-pc/patches/uboot/uboot.hash | 2 +-
configs/roc_pc_rk3399_defconfig | 9 +++++----
4 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/board/firefly/roc-rk3399-pc/patches/arm-trusted-firmware/arm-trusted-firmware.hash b/board/firefly/roc-rk3399-pc/patches/arm-trusted-firmware/arm-trusted-firmware.hash
index 8b77e1f165..0bf70b5542 100644
--- a/board/firefly/roc-rk3399-pc/patches/arm-trusted-firmware/arm-trusted-firmware.hash
+++ b/board/firefly/roc-rk3399-pc/patches/arm-trusted-firmware/arm-trusted-firmware.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 c0f23ccc71c49989e9ad238acf334473c17b7c88f79a20c829c3d443e3794a22 arm-trusted-firmware-v2.11-git4.tar.gz
+sha256 6fd749e53c455aec3418288630544e7552bbffab4442ddc48b20ebef9aee87ff arm-trusted-firmware-v2.14-git4.tar.gz
diff --git a/board/firefly/roc-rk3399-pc/patches/linux/linux.hash b/board/firefly/roc-rk3399-pc/patches/linux/linux.hash
index 98edd13a58..be62c29501 100644
--- a/board/firefly/roc-rk3399-pc/patches/linux/linux.hash
+++ b/board/firefly/roc-rk3399-pc/patches/linux/linux.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 f74812f78e88992c416434cb107639e13a551dbaff36bb90d6346ab16ab71a95 linux-6.6.56.tar.xz
+sha256 f4855f382c1b735c84072bdef36db5bcd5dc7b0c37e42f5104317149a0a486ef linux-6.18.18.tar.xz
diff --git a/board/firefly/roc-rk3399-pc/patches/uboot/uboot.hash b/board/firefly/roc-rk3399-pc/patches/uboot/uboot.hash
index fe9b4f53dc..b6a925ea4e 100644
--- a/board/firefly/roc-rk3399-pc/patches/uboot/uboot.hash
+++ b/board/firefly/roc-rk3399-pc/patches/uboot/uboot.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f u-boot-2024.07.tar.bz2
+sha256 b60d5865cefdbc75da8da4156c56c458e00de75a49b80c1a2e58a96e30ad0d54 u-boot-2026.01.tar.bz2
diff --git a/configs/roc_pc_rk3399_defconfig b/configs/roc_pc_rk3399_defconfig
index 145e155fac..c5c6771bdf 100644
--- a/configs/roc_pc_rk3399_defconfig
+++ b/configs/roc_pc_rk3399_defconfig
@@ -1,6 +1,6 @@
BR2_aarch64=y
BR2_cortex_a72_a53=y
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_18=y
BR2_GLOBAL_PATCH_DIR="board/firefly/roc-rk3399-pc/patches"
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
BR2_TARGET_GENERIC_HOSTNAME="roc-rk3399-pc"
@@ -10,7 +10,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/firefly/roc-rk3399-pc/genimage.cfg"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.56"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.18"
BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="rockchip/rk3399-roc-pc"
@@ -23,19 +23,20 @@ BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS="-O 64bit"
BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="v2.11"
+BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="v2.14"
BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="rk3399"
BR2_TARGET_ARM_TRUSTED_FIRMWARE_IMAGES=""
BR2_TARGET_ARM_TRUSTED_FIRMWARE_NEEDS_ARM32_TOOLCHAIN=y
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2024.07"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2026.01"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="roc-pc-rk3399"
BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
BR2_TARGET_UBOOT_NEEDS_PYELFTOOLS=y
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
+BR2_TARGET_UBOOT_NEEDS_GNUTLS=y
BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
BR2_TARGET_UBOOT_NEEDS_ATF_BL31_ELF=y
BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
--
2.53.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-03-18 12:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-16 21:36 [Buildroot] [PATCH 0/1] config/roc_pc_rk3399: Bump Linux, TF-A, U-Boot Roberto Medina
2026-03-16 21:36 ` [Buildroot] [PATCH 1/1] configs/roc_pc_rk3399: " Roberto Medina
2026-03-18 12:22 ` Julien Olivain via buildroot
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.