* [Buildroot] [PATCH 1/5] configs/ls1046a-frwy: add hashes
2024-09-18 20:12 [Buildroot] [PATCH 0/5] configs/ls10*: update ls1046 and ls1028 to Linux 6.6 Brandon Maier via buildroot
@ 2024-09-18 20:12 ` Brandon Maier via buildroot
2024-09-18 20:12 ` [Buildroot] [PATCH 2/5] configs/ls1046a-frwy: update to Linux 6.6 Brandon Maier via buildroot
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Brandon Maier via buildroot @ 2024-09-18 20:12 UTC (permalink / raw)
To: buildroot; +Cc: Brandon Maier
and enable BR2_DOWNLOAD_FORCE_CHECK_HASHES
Signed-off-by: Brandon Maier <brandon.maier@collins.com>
---
.checkpackageignore | 1 -
.../patches/arm-trusted-firmware/arm-trusted-firmware.hash | 2 ++
| 1 +
board/freescale/ls1046a-frwy/patches/linux/linux.hash | 2 ++
board/freescale/ls1046a-frwy/patches/uboot/uboot.hash | 2 ++
configs/ls1046a-frwy_defconfig | 3 ++-
6 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/.checkpackageignore b/.checkpackageignore
index c24b94a794d28ab05c0a99ac37ff4dcf4b344087..04b06444b30b88b3459599e01cf4b4ee4118c76c 100644
--- a/.checkpackageignore
+++ b/.checkpackageignore
@@ -177,7 +177,6 @@ configs/kontron_bl_imx8mm_defconfig lib_defconfig.ForceCheckHash
configs/kontron_pitx_imx8m_defconfig lib_defconfig.ForceCheckHash
configs/kontron_smarc_sal28_defconfig lib_defconfig.ForceCheckHash
configs/linksprite_pcduino_defconfig lib_defconfig.ForceCheckHash
-configs/ls1046a-frwy_defconfig lib_defconfig.ForceCheckHash
configs/mangopi_mq1rdw2_defconfig lib_defconfig.ForceCheckHash
configs/mender_x86_64_efi_defconfig lib_defconfig.ForceCheckHash
configs/microchip_sam9x60ek_mmc_defconfig lib_defconfig.ForceCheckHash
diff --git a/board/freescale/ls1046a-frwy/patches/arm-trusted-firmware/arm-trusted-firmware.hash b/board/freescale/ls1046a-frwy/patches/arm-trusted-firmware/arm-trusted-firmware.hash
new file mode 100644
index 0000000000000000000000000000000000000000..17c409530da290baae620085a1fb364355810cb5
--- /dev/null
+++ b/board/freescale/ls1046a-frwy/patches/arm-trusted-firmware/arm-trusted-firmware.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 0dda154c335e1a50c727601e698b6a0827e3f92308873b373449fb888df5acfd atf-LSDK-21.08.tar.gz
--git a/board/freescale/ls1046a-frwy/patches/linux-headers/linux-headers.hash b/board/freescale/ls1046a-frwy/patches/linux-headers/linux-headers.hash
new file mode 120000
index 0000000000000000000000000000000000000000..5808d92afe89015ae416e941adf041644162d996
--- /dev/null
+++ b/board/freescale/ls1046a-frwy/patches/linux-headers/linux-headers.hash
@@ -0,0 +1 @@
+../linux/linux.hash
\ No newline at end of file
diff --git a/board/freescale/ls1046a-frwy/patches/linux/linux.hash b/board/freescale/ls1046a-frwy/patches/linux/linux.hash
new file mode 100644
index 0000000000000000000000000000000000000000..bd5e29d026cf25f30bc9c686e7e0e89722b31f2c
--- /dev/null
+++ b/board/freescale/ls1046a-frwy/patches/linux/linux.hash
@@ -0,0 +1,2 @@
+# Locally computed
+sha256 6db58cf91b98f7fc279f341279a5d43d4069fb56a660a34209aba6af53ea2b57 linux-LSDK-21.08.tar.gz
diff --git a/board/freescale/ls1046a-frwy/patches/uboot/uboot.hash b/board/freescale/ls1046a-frwy/patches/uboot/uboot.hash
new file mode 100644
index 0000000000000000000000000000000000000000..d0cc110fdd018677217b8e859a9a68657bcbbe4a
--- /dev/null
+++ b/board/freescale/ls1046a-frwy/patches/uboot/uboot.hash
@@ -0,0 +1,2 @@
+# Locally computed
+sha256 6279c161ad8a218b549e6631be969b74f358cf01a20103953ccaf3bb14185ac2 u-boot-LSDK-21.08.tar.gz
diff --git a/configs/ls1046a-frwy_defconfig b/configs/ls1046a-frwy_defconfig
index ce796ce3ef46e8291bb24335441deb6038b37f6b..51abf2a8c686d34a87eab193d283433c3f8e4ae5 100644
--- a/configs/ls1046a-frwy_defconfig
+++ b/configs/ls1046a-frwy_defconfig
@@ -3,7 +3,8 @@ BR2_aarch64=y
BR2_cortex_a72=y
# patches
-BR2_GLOBAL_PATCH_DIR="board/freescale/common/patches"
+BR2_GLOBAL_PATCH_DIR="board/freescale/ls1046a-frwy/patches board/freescale/common/patches"
+BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
# Toolchain
# Linux headers same as kernel, a 5.10 series
--
2.46.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread* [Buildroot] [PATCH 2/5] configs/ls1046a-frwy: update to Linux 6.6
2024-09-18 20:12 [Buildroot] [PATCH 0/5] configs/ls10*: update ls1046 and ls1028 to Linux 6.6 Brandon Maier via buildroot
2024-09-18 20:12 ` [Buildroot] [PATCH 1/5] configs/ls1046a-frwy: add hashes Brandon Maier via buildroot
@ 2024-09-18 20:12 ` Brandon Maier via buildroot
2024-09-18 20:12 ` [Buildroot] [PATCH 3/5] configs/ls1028ardb: " Brandon Maier via buildroot
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Brandon Maier via buildroot @ 2024-09-18 20:12 UTC (permalink / raw)
To: buildroot; +Cc: Brandon Maier
Update Linux, U-Boot, and TF-A to the latest versions used by NXP's
Yocto project.
Drop the patches from board/freescale/common as the TF-A patches are
upstream.
The updated Linux kernel increases the rootfs size to 122MB so we bump
the rootfs size slightly to match.
Yocto project: https://github.com/nxp-qoriq/yocto-sdk/tree/scarthgap
Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/7803199902
Signed-off-by: Brandon Maier <brandon.maier@collins.com>
---
.../patches/arm-trusted-firmware/arm-trusted-firmware.hash | 2 +-
board/freescale/ls1046a-frwy/patches/linux/linux.hash | 2 +-
board/freescale/ls1046a-frwy/patches/uboot/uboot.hash | 2 +-
board/freescale/ls1046a-frwy/readme.txt | 6 +++---
configs/ls1046a-frwy_defconfig | 14 +++++++-------
5 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/board/freescale/ls1046a-frwy/patches/arm-trusted-firmware/arm-trusted-firmware.hash b/board/freescale/ls1046a-frwy/patches/arm-trusted-firmware/arm-trusted-firmware.hash
index 17c409530da290baae620085a1fb364355810cb5..f9af28ab3cf55e70d34f7aac509c74a22ad53f53 100644
--- a/board/freescale/ls1046a-frwy/patches/arm-trusted-firmware/arm-trusted-firmware.hash
+++ b/board/freescale/ls1046a-frwy/patches/arm-trusted-firmware/arm-trusted-firmware.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 0dda154c335e1a50c727601e698b6a0827e3f92308873b373449fb888df5acfd atf-LSDK-21.08.tar.gz
+sha256 4f4dc78bfb5b7391a65ae0f83856661071f666ac2bf6a9380fddbe376a8bdaaa atf-lf-6.6.23-2.0.0.tar.gz
diff --git a/board/freescale/ls1046a-frwy/patches/linux/linux.hash b/board/freescale/ls1046a-frwy/patches/linux/linux.hash
index bd5e29d026cf25f30bc9c686e7e0e89722b31f2c..e038c2286237cfef64bf4d922c74586e2bcaaf94 100644
--- a/board/freescale/ls1046a-frwy/patches/linux/linux.hash
+++ b/board/freescale/ls1046a-frwy/patches/linux/linux.hash
@@ -1,2 +1,2 @@
# Locally computed
-sha256 6db58cf91b98f7fc279f341279a5d43d4069fb56a660a34209aba6af53ea2b57 linux-LSDK-21.08.tar.gz
+sha256 6d592722e004516309f8ce33e654f1322e4d1f0f33567acb86ca19229176fd9e linux-lf-6.6.23-2.0.0.tar.gz
diff --git a/board/freescale/ls1046a-frwy/patches/uboot/uboot.hash b/board/freescale/ls1046a-frwy/patches/uboot/uboot.hash
index d0cc110fdd018677217b8e859a9a68657bcbbe4a..a5ccd82b2b0d85df13b0763bf4606efd2613c696 100644
--- a/board/freescale/ls1046a-frwy/patches/uboot/uboot.hash
+++ b/board/freescale/ls1046a-frwy/patches/uboot/uboot.hash
@@ -1,2 +1,2 @@
# Locally computed
-sha256 6279c161ad8a218b549e6631be969b74f358cf01a20103953ccaf3bb14185ac2 u-boot-LSDK-21.08.tar.gz
+sha256 a2bcd7a34d4908ffbadfea731d0f0fd20f19a31cff6ff6310980e7f6743ceb24 u-boot-lf-6.6.23-2.0.0.tar.gz
diff --git a/board/freescale/ls1046a-frwy/readme.txt b/board/freescale/ls1046a-frwy/readme.txt
index fbcfdb1b857814c109235b0aed6f5533cce856a6..846e4ebfe30940c45f5f68dcbc62d26134f4ab48 100644
--- a/board/freescale/ls1046a-frwy/readme.txt
+++ b/board/freescale/ls1046a-frwy/readme.txt
@@ -14,10 +14,10 @@ for the software NXP LSDK (Layerscape Software Development Kit), see
the components from NXP are:
- rcw, LSDK 21.08
- - atf (fork), LSDK 21.08
- - uboot (fork), LSDK 21.08
+ - atf (fork), lf-6.6.23-2.0.0
+ - uboot (fork), lf-6.6.23-2.0.0
- qoriq-fm-ucode (blob), LSDK 21.08
- - linux (fork), LSDK 21.08
+ - linux (fork), lf-6.6.23-2.0.0
Build
=====
diff --git a/configs/ls1046a-frwy_defconfig b/configs/ls1046a-frwy_defconfig
index 51abf2a8c686d34a87eab193d283433c3f8e4ae5..180aa75381693d2c35b6e363e96d3464669c9134 100644
--- a/configs/ls1046a-frwy_defconfig
+++ b/configs/ls1046a-frwy_defconfig
@@ -3,12 +3,12 @@ BR2_aarch64=y
BR2_cortex_a72=y
# patches
-BR2_GLOBAL_PATCH_DIR="board/freescale/ls1046a-frwy/patches board/freescale/common/patches"
+BR2_GLOBAL_PATCH_DIR="board/freescale/ls1046a-frwy/patches"
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
# Toolchain
-# Linux headers same as kernel, a 5.10 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
+# Linux headers same as kernel, a 6.6 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
# System configuration
BR2_TARGET_GENERIC_HOSTNAME="ls1046afrwy"
@@ -22,7 +22,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/freescale/ls1046a-frwy/genimage.cfg"
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,nxp-qoriq,linux,LSDK-21.08)/linux-LSDK-21.08.tar.gz"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,nxp-qoriq,linux,lf-6.6.23-2.0.0)/linux-lf-6.6.23-2.0.0.tar.gz"
BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(LINUX_DIR)/arch/arm64/configs/lsdk.config"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
@@ -32,13 +32,13 @@ BR2_LINUX_KERNEL_INSTALL_TARGET=y
# Filesystem
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
+BR2_TARGET_ROOTFS_EXT2_SIZE="128M"
# BR2_TARGET_ROOTFS_TAR is not set
# Bootloaders
BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL_LOCATION="$(call github,nxp-qoriq,atf,LSDK-21.08)/atf-LSDK-21.08.tar.gz"
+BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL_LOCATION="$(call github,nxp-qoriq,atf,lf-6.6.23-2.0.0)/atf-lf-6.6.23-2.0.0.tar.gz"
BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="ls1046afrwy"
BR2_TARGET_ARM_TRUSTED_FIRMWARE_FIP=y
BR2_TARGET_ARM_TRUSTED_FIRMWARE_RCW=y
@@ -48,7 +48,7 @@ BR2_TARGET_ARM_TRUSTED_FIRMWARE_IMAGES="fip.bin bl2_sd.pbl"
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
-BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,nxp-qoriq,u-boot,LSDK-21.08)/u-boot-LSDK-21.08.tar.gz"
+BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,nxp-qoriq,u-boot,lf-6.6.23-2.0.0)/u-boot-lf-6.6.23-2.0.0.tar.gz"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="ls1046afrwy_tfa"
BR2_TARGET_UBOOT_NEEDS_DTC=y
--
2.46.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread* [Buildroot] [PATCH 3/5] configs/ls1028ardb: update to Linux 6.6
2024-09-18 20:12 [Buildroot] [PATCH 0/5] configs/ls10*: update ls1046 and ls1028 to Linux 6.6 Brandon Maier via buildroot
2024-09-18 20:12 ` [Buildroot] [PATCH 1/5] configs/ls1046a-frwy: add hashes Brandon Maier via buildroot
2024-09-18 20:12 ` [Buildroot] [PATCH 2/5] configs/ls1046a-frwy: update to Linux 6.6 Brandon Maier via buildroot
@ 2024-09-18 20:12 ` Brandon Maier via buildroot
2024-09-18 20:12 ` [Buildroot] [PATCH 4/5] package/qoriq-fm-ucode: bump to version lf-6.6.23-2.0.0 Brandon Maier via buildroot
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Brandon Maier via buildroot @ 2024-09-18 20:12 UTC (permalink / raw)
To: buildroot; +Cc: Brandon Maier
Update Linux, U-Boot, and TF-A to the latest versions used by NXP's
Yocto project.
Drop the patches from board/freescale/common as the TF-A patches are
upstream.
Switch the Linux defconfig to the default ARM64 defconfig, as is done by
the NXP Yocto build.
The updated Linux kernel increases the rootfs size to 122MB so we bump
the rootfs size slightly to match.
See: https://github.com/nxp-qoriq/yocto-sdk/tree/scarthgap
Signed-off-by: Brandon Maier <brandon.maier@collins.com>
---
.../arm-trusted-firmware/arm-trusted-firmware.hash | 2 +-
board/freescale/ls1028ardb/patches/linux/linux.hash | 2 +-
board/freescale/ls1028ardb/patches/uboot/uboot.hash | 2 +-
board/freescale/ls1028ardb/readme.txt | 6 +++---
configs/ls1028ardb_defconfig | 16 ++++++++--------
5 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/board/freescale/ls1028ardb/patches/arm-trusted-firmware/arm-trusted-firmware.hash b/board/freescale/ls1028ardb/patches/arm-trusted-firmware/arm-trusted-firmware.hash
index 17c409530da290baae620085a1fb364355810cb5..f9af28ab3cf55e70d34f7aac509c74a22ad53f53 100644
--- a/board/freescale/ls1028ardb/patches/arm-trusted-firmware/arm-trusted-firmware.hash
+++ b/board/freescale/ls1028ardb/patches/arm-trusted-firmware/arm-trusted-firmware.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 0dda154c335e1a50c727601e698b6a0827e3f92308873b373449fb888df5acfd atf-LSDK-21.08.tar.gz
+sha256 4f4dc78bfb5b7391a65ae0f83856661071f666ac2bf6a9380fddbe376a8bdaaa atf-lf-6.6.23-2.0.0.tar.gz
diff --git a/board/freescale/ls1028ardb/patches/linux/linux.hash b/board/freescale/ls1028ardb/patches/linux/linux.hash
index bd5e29d026cf25f30bc9c686e7e0e89722b31f2c..e038c2286237cfef64bf4d922c74586e2bcaaf94 100644
--- a/board/freescale/ls1028ardb/patches/linux/linux.hash
+++ b/board/freescale/ls1028ardb/patches/linux/linux.hash
@@ -1,2 +1,2 @@
# Locally computed
-sha256 6db58cf91b98f7fc279f341279a5d43d4069fb56a660a34209aba6af53ea2b57 linux-LSDK-21.08.tar.gz
+sha256 6d592722e004516309f8ce33e654f1322e4d1f0f33567acb86ca19229176fd9e linux-lf-6.6.23-2.0.0.tar.gz
diff --git a/board/freescale/ls1028ardb/patches/uboot/uboot.hash b/board/freescale/ls1028ardb/patches/uboot/uboot.hash
index d0cc110fdd018677217b8e859a9a68657bcbbe4a..a5ccd82b2b0d85df13b0763bf4606efd2613c696 100644
--- a/board/freescale/ls1028ardb/patches/uboot/uboot.hash
+++ b/board/freescale/ls1028ardb/patches/uboot/uboot.hash
@@ -1,2 +1,2 @@
# Locally computed
-sha256 6279c161ad8a218b549e6631be969b74f358cf01a20103953ccaf3bb14185ac2 u-boot-LSDK-21.08.tar.gz
+sha256 a2bcd7a34d4908ffbadfea731d0f0fd20f19a31cff6ff6310980e7f6743ceb24 u-boot-lf-6.6.23-2.0.0.tar.gz
diff --git a/board/freescale/ls1028ardb/readme.txt b/board/freescale/ls1028ardb/readme.txt
index cfd1c8c490601da2b75faeaee3465d9ffd737603..af6af65757bce4296030efb39231e4f3097bf379 100644
--- a/board/freescale/ls1028ardb/readme.txt
+++ b/board/freescale/ls1028ardb/readme.txt
@@ -13,10 +13,10 @@ for the software NXP LSDK (Layerscape Software Development Kit), see
the components from NXP are:
- rcw, LSDK 21.08
- - atf (fork), LSDK 21.08
- - uboot (fork), LSDK 21.08
+ - atf (fork), lf-6.6.23-2.0.0
+ - uboot (fork), lf-6.6.23-2.0.0
- cadence-dp-firmware (blob), LSDK 20.12
- - linux (fork), LSDK 21.08
+ - linux (fork), lf-6.6.23-2.0.0
Build
=====
diff --git a/configs/ls1028ardb_defconfig b/configs/ls1028ardb_defconfig
index 462e642c3d8d0c84a04c23ad5a5a07b04aa00d92..3b2843756a8ad364d22ca6ad62376450dd2b838f 100644
--- a/configs/ls1028ardb_defconfig
+++ b/configs/ls1028ardb_defconfig
@@ -3,12 +3,12 @@ BR2_aarch64=y
BR2_cortex_a72=y
# Build
-BR2_GLOBAL_PATCH_DIR="board/freescale/ls1028ardb/patches board/freescale/common/patches"
+BR2_GLOBAL_PATCH_DIR="board/freescale/ls1028ardb/patches"
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
# Toolchain
-# Linux headers same as kernel, a 5.10 series
-BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
+# Linux headers same as kernel, a 6.6 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
# System configuration
BR2_TARGET_GENERIC_HOSTNAME="ls1028a"
@@ -22,8 +22,8 @@ BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/freescale/ls1028ardb/genimage.cfg"
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
-BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,nxp-qoriq,linux,LSDK-21.08)/linux-LSDK-21.08.tar.gz"
-BR2_LINUX_KERNEL_DEFCONFIG="imx_v8"
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,nxp-qoriq,linux,lf-6.6.23-2.0.0)/linux-lf-6.6.23-2.0.0.tar.gz"
+BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(LINUX_DIR)/arch/arm64/configs/lsdk.config"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
BR2_LINUX_KERNEL_INTREE_DTS_NAME="freescale/fsl-ls1028a-rdb"
@@ -35,13 +35,13 @@ BR2_PACKAGE_QORIQ_CADENCE_DP_FIRMWARE=y
# Filesystem
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
-BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
+BR2_TARGET_ROOTFS_EXT2_SIZE="128M"
# BR2_TARGET_ROOTFS_TAR is not set
# Bootloaders
BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL=y
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL_LOCATION="$(call github,nxp-qoriq,atf,LSDK-21.08)/atf-LSDK-21.08.tar.gz"
+BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL_LOCATION="$(call github,nxp-qoriq,atf,lf-6.6.23-2.0.0)/atf-lf-6.6.23-2.0.0.tar.gz"
BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="ls1028ardb"
BR2_TARGET_ARM_TRUSTED_FIRMWARE_FIP=y
BR2_TARGET_ARM_TRUSTED_FIRMWARE_RCW=y
@@ -51,7 +51,7 @@ BR2_TARGET_ARM_TRUSTED_FIRMWARE_IMAGES="fip.bin bl2_sd.pbl"
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
-BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,nxp-qoriq,u-boot,LSDK-21.08)/u-boot-LSDK-21.08.tar.gz"
+BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,nxp-qoriq,u-boot,lf-6.6.23-2.0.0)/u-boot-lf-6.6.23-2.0.0.tar.gz"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="ls1028ardb_tfa"
BR2_TARGET_UBOOT_NEEDS_DTC=y
--
2.46.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread* [Buildroot] [PATCH 4/5] package/qoriq-fm-ucode: bump to version lf-6.6.23-2.0.0
2024-09-18 20:12 [Buildroot] [PATCH 0/5] configs/ls10*: update ls1046 and ls1028 to Linux 6.6 Brandon Maier via buildroot
` (2 preceding siblings ...)
2024-09-18 20:12 ` [Buildroot] [PATCH 3/5] configs/ls1028ardb: " Brandon Maier via buildroot
@ 2024-09-18 20:12 ` Brandon Maier via buildroot
2024-09-18 20:12 ` [Buildroot] [PATCH 5/5] package/qoriq-rcw: " Brandon Maier via buildroot
2024-10-26 14:48 ` [Buildroot] [PATCH 0/5] configs/ls10*: update ls1046 and ls1028 to Linux 6.6 Thomas Petazzoni via buildroot
5 siblings, 0 replies; 7+ messages in thread
From: Brandon Maier via buildroot @ 2024-09-18 20:12 UTC (permalink / raw)
To: buildroot; +Cc: Brandon Maier
Update this package to the same NXP software release as the ls1046a
board. The only upstream change was to rename the license file.
Signed-off-by: Brandon Maier <brandon.maier@collins.com>
---
board/freescale/ls1046a-frwy/readme.txt | 2 +-
package/qoriq-fm-ucode/qoriq-fm-ucode.hash | 4 ++--
package/qoriq-fm-ucode/qoriq-fm-ucode.mk | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/board/freescale/ls1046a-frwy/readme.txt b/board/freescale/ls1046a-frwy/readme.txt
index 846e4ebfe30940c45f5f68dcbc62d26134f4ab48..1af6fccbf5ebdc09b92f7a3c6e29a1610e43b4f4 100644
--- a/board/freescale/ls1046a-frwy/readme.txt
+++ b/board/freescale/ls1046a-frwy/readme.txt
@@ -16,7 +16,7 @@ the components from NXP are:
- rcw, LSDK 21.08
- atf (fork), lf-6.6.23-2.0.0
- uboot (fork), lf-6.6.23-2.0.0
- - qoriq-fm-ucode (blob), LSDK 21.08
+ - qoriq-fm-ucode (blob), lf-6.6.23-2.0.0
- linux (fork), lf-6.6.23-2.0.0
Build
diff --git a/package/qoriq-fm-ucode/qoriq-fm-ucode.hash b/package/qoriq-fm-ucode/qoriq-fm-ucode.hash
index 5c664356c034710a399163f92c8a606fbd81484a..67efd675cc26e24d5450f1f4301d1849f6cd57ff 100644
--- a/package/qoriq-fm-ucode/qoriq-fm-ucode.hash
+++ b/package/qoriq-fm-ucode/qoriq-fm-ucode.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 2e431dd726c4aa1db558931d80b318149abdf71fec6e39de9d5aa33399df1fb1 qoriq-fm-ucode-LSDK-21.08.tar.gz
-sha256 7a223031d76339df0e4e5a94d193a270fb9963d42b577aa42fe130a4657f3e17 NXP-Binary-EULA.txt
+sha256 c994367c74dd2ff6cd70ea269cf1bc775c5f4e11294a8db414491ce6c2eb9dc3 qoriq-fm-ucode-lf-6.6.23-2.0.0.tar.gz
+sha256 7a223031d76339df0e4e5a94d193a270fb9963d42b577aa42fe130a4657f3e17 LICENSE
diff --git a/package/qoriq-fm-ucode/qoriq-fm-ucode.mk b/package/qoriq-fm-ucode/qoriq-fm-ucode.mk
index 5dfdf1e8f8f7afc4d326bd10828cc2d42c45da8e..84360533eb1d24e71864e1ac2ee53bed35e909b4 100644
--- a/package/qoriq-fm-ucode/qoriq-fm-ucode.mk
+++ b/package/qoriq-fm-ucode/qoriq-fm-ucode.mk
@@ -4,10 +4,10 @@
#
################################################################################
-QORIQ_FM_UCODE_VERSION = LSDK-21.08
+QORIQ_FM_UCODE_VERSION = lf-6.6.23-2.0.0
QORIQ_FM_UCODE_SITE = $(call github,nxp-qoriq,qoriq-fm-ucode,$(QORIQ_FM_UCODE_VERSION))
QORIQ_FM_UCODE_LICENSE = NXP Binary EULA
-QORIQ_FM_UCODE_LICENSE_FILES = NXP-Binary-EULA.txt
+QORIQ_FM_UCODE_LICENSE_FILES = LICENSE
QORIQ_FM_UCODE_INSTALL_IMAGES = YES
QORIQ_FM_UCODE_INSTALL_TARGET = NO
--
2.46.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread* [Buildroot] [PATCH 5/5] package/qoriq-rcw: bump to version lf-6.6.23-2.0.0
2024-09-18 20:12 [Buildroot] [PATCH 0/5] configs/ls10*: update ls1046 and ls1028 to Linux 6.6 Brandon Maier via buildroot
` (3 preceding siblings ...)
2024-09-18 20:12 ` [Buildroot] [PATCH 4/5] package/qoriq-fm-ucode: bump to version lf-6.6.23-2.0.0 Brandon Maier via buildroot
@ 2024-09-18 20:12 ` Brandon Maier via buildroot
2024-10-26 14:48 ` [Buildroot] [PATCH 0/5] configs/ls10*: update ls1046 and ls1028 to Linux 6.6 Thomas Petazzoni via buildroot
5 siblings, 0 replies; 7+ messages in thread
From: Brandon Maier via buildroot @ 2024-09-18 20:12 UTC (permalink / raw)
To: buildroot; +Cc: Brandon Maier
Update this package to the same NXP software release as the ls1046a
board.
Signed-off-by: Brandon Maier <brandon.maier@collins.com>
---
board/freescale/ls1028ardb/readme.txt | 2 +-
board/freescale/ls1046a-frwy/readme.txt | 2 +-
package/qoriq-rcw/qoriq-rcw.hash | 2 +-
package/qoriq-rcw/qoriq-rcw.mk | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/board/freescale/ls1028ardb/readme.txt b/board/freescale/ls1028ardb/readme.txt
index af6af65757bce4296030efb39231e4f3097bf379..6633d60b9013d3fa7350eaef4a6a283d0cb90fc5 100644
--- a/board/freescale/ls1028ardb/readme.txt
+++ b/board/freescale/ls1028ardb/readme.txt
@@ -12,7 +12,7 @@ for the software NXP LSDK (Layerscape Software Development Kit), see
- https://www.nxp.com/docs/en/user-guide/LSDKUG_Rev21.08.pdf
the components from NXP are:
- - rcw, LSDK 21.08
+ - rcw, lf-6.6.23-2.0.0
- atf (fork), lf-6.6.23-2.0.0
- uboot (fork), lf-6.6.23-2.0.0
- cadence-dp-firmware (blob), LSDK 20.12
diff --git a/board/freescale/ls1046a-frwy/readme.txt b/board/freescale/ls1046a-frwy/readme.txt
index 1af6fccbf5ebdc09b92f7a3c6e29a1610e43b4f4..4d1e0e1dcd9c0576dad9f96198271633d3d9088b 100644
--- a/board/freescale/ls1046a-frwy/readme.txt
+++ b/board/freescale/ls1046a-frwy/readme.txt
@@ -13,7 +13,7 @@ for the software NXP LSDK (Layerscape Software Development Kit), see
- https://www.nxp.com/docs/en/user-guide/LSDKUG_Rev21.08.pdf
the components from NXP are:
- - rcw, LSDK 21.08
+ - rcw, lf-6.6.23-2.0.0
- atf (fork), lf-6.6.23-2.0.0
- uboot (fork), lf-6.6.23-2.0.0
- qoriq-fm-ucode (blob), lf-6.6.23-2.0.0
diff --git a/package/qoriq-rcw/qoriq-rcw.hash b/package/qoriq-rcw/qoriq-rcw.hash
index 2a887d57d45a5159284d2a5bea037d42fe002e0a..1f664842f5eae31680de6d0dcc592621ff72116c 100644
--- a/package/qoriq-rcw/qoriq-rcw.hash
+++ b/package/qoriq-rcw/qoriq-rcw.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 f199c10e50bd18d7bed0d60f5b68194240dea4f1aa164cec98332723727a4796 qoriq-rcw-LSDK-21.08.tar.gz
+sha256 52dfb95a3d8e811609dd8a982a5c6f3ba88fac096ea8448a27b571b7c25e3a83 qoriq-rcw-lf-6.6.23-2.0.0.tar.gz
sha256 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9 LICENSE
diff --git a/package/qoriq-rcw/qoriq-rcw.mk b/package/qoriq-rcw/qoriq-rcw.mk
index b9c9e99222bc1fbd16e520f4af6e648e107d9deb..c6cfe59a5629bdd46c4ffe7f8cb30c235e51e5d4 100644
--- a/package/qoriq-rcw/qoriq-rcw.mk
+++ b/package/qoriq-rcw/qoriq-rcw.mk
@@ -4,7 +4,7 @@
#
################################################################################
-QORIQ_RCW_VERSION = LSDK-21.08
+QORIQ_RCW_VERSION = lf-6.6.23-2.0.0
QORIQ_RCW_SITE = $(call github,nxp-qoriq,rcw,$(QORIQ_RCW_VERSION))
QORIQ_RCW_LICENSE = BSD-3-Clause
QORIQ_RCW_LICENSE_FILES = LICENSE
--
2.46.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [Buildroot] [PATCH 0/5] configs/ls10*: update ls1046 and ls1028 to Linux 6.6
2024-09-18 20:12 [Buildroot] [PATCH 0/5] configs/ls10*: update ls1046 and ls1028 to Linux 6.6 Brandon Maier via buildroot
` (4 preceding siblings ...)
2024-09-18 20:12 ` [Buildroot] [PATCH 5/5] package/qoriq-rcw: " Brandon Maier via buildroot
@ 2024-10-26 14:48 ` Thomas Petazzoni via buildroot
5 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-26 14:48 UTC (permalink / raw)
To: Brandon Maier via buildroot; +Cc: Brandon Maier
Hello Brandon,
On Wed, 18 Sep 2024 20:12:34 +0000
Brandon Maier via buildroot <buildroot@buildroot.org> wrote:
> Brandon Maier (5):
> configs/ls1046a-frwy: add hashes
> configs/ls1046a-frwy: update to Linux 6.6
> configs/ls1028ardb: update to Linux 6.6
> package/qoriq-fm-ucode: bump to version lf-6.6.23-2.0.0
> package/qoriq-rcw: bump to version lf-6.6.23-2.0.0
Thanks, series applied!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 7+ messages in thread