From: "Brandon Maier" <brandon.maier@gmail.com>
To: "Akhilesh Nema" <nemaakhilesh@gmail.com>, <buildroot@buildroot.org>
Cc: "Brandon Maier" <brandon.maier@collins.com>
Subject: Re: [Buildroot] [PATCH 5/5] configs/ls1046a-frwy_defconfig: bump BSP components to lf-6.6.52-2.2.0
Date: Mon, 17 Feb 2025 19:57:33 -0600 [thread overview]
Message-ID: <D7V767ZDRIM2.3JJN8L2KRHJBS@gmail.com> (raw)
In-Reply-To: <20250111063753.769689-5-nemaakhilesh@gmail.com>
Hi Akhnilesh,
On Sat Jan 11, 2025 at 12:37 AM CST, Akhilesh Nema wrote:
> - Updated Linux, U-Boot, and TF-A to lf-6.6.52-2.2.0 tag.
> - Updated readme.txt
>
> Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>
> ---
> .../arm-trusted-firmware/arm-trusted-firmware.hash | 2 +-
> .../freescale/ls1046a-frwy/patches/linux/linux.hash | 2 +-
> .../freescale/ls1046a-frwy/patches/uboot/uboot.hash | 2 +-
> board/freescale/ls1046a-frwy/readme.txt | 12 +++++++-----
> configs/ls1046a-frwy_defconfig | 6 +++---
> 5 files changed, 13 insertions(+), 11 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 f9af28ab3c..344a6299d8 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 4f4dc78bfb5b7391a65ae0f83856661071f666ac2bf6a9380fddbe376a8bdaaa atf-lf-6.6.23-2.0.0.tar.gz
> +sha256 f03dad74e5c3df8059554def03e9298b6fbd4ffdd3e940a18b7e84a60b12a37a atf-lf-6.6.52-2.2.0.tar.gz
> diff --git a/board/freescale/ls1046a-frwy/patches/linux/linux.hash b/board/freescale/ls1046a-frwy/patches/linux/linux.hash
> index e038c22862..fa38fb1f75 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 6d592722e004516309f8ce33e654f1322e4d1f0f33567acb86ca19229176fd9e linux-lf-6.6.23-2.0.0.tar.gz
> +sha256 5665b927616a7e27e69f3f8fface6dd693b01f35d42ae4f9a0f0a10be3621487 linux-lf-6.6.52-2.2.0.tar.gz
> diff --git a/board/freescale/ls1046a-frwy/patches/uboot/uboot.hash b/board/freescale/ls1046a-frwy/patches/uboot/uboot.hash
> index a5ccd82b2b..a1e3b69376 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 a2bcd7a34d4908ffbadfea731d0f0fd20f19a31cff6ff6310980e7f6743ceb24 u-boot-lf-6.6.23-2.0.0.tar.gz
> +sha256 00fc7bd053de19d02c990b3aa214a27c6103f4306e756f3f6d4afb12314556e4 u-boot-lf-6.6.52-2.2.0.tar.gz
> diff --git a/board/freescale/ls1046a-frwy/readme.txt b/board/freescale/ls1046a-frwy/readme.txt
> index 4d1e0e1dcd..1a32bad9bb 100644
> --- a/board/freescale/ls1046a-frwy/readme.txt
> +++ b/board/freescale/ls1046a-frwy/readme.txt
> @@ -13,11 +13,13 @@ 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, 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
> - - linux (fork), lf-6.6.23-2.0.0
> + - rcw, lf-6.6.52-2.2.0
> + - atf (fork), lf-6.6.52-2.2.0
> + - uboot (fork), lf-6.6.52-2.2.0
> + - qoriq-fm-ucode (blob), lf-6.6.52-2.2.0
> + - linux (fork), lf-6.6.52-2.2.0
> + - fmlib, lf-6.6.52-2.2.0
> + - fmc, lf-6.6.52-2.2.0
The fmlib and fmc packages aren't enabled on the ls1046a-frwy.
>
> Build
> =====
> diff --git a/configs/ls1046a-frwy_defconfig b/configs/ls1046a-frwy_defconfig
> index 2cf0f9c8bc..52d8f0cc07 100644
> --- a/configs/ls1046a-frwy_defconfig
> +++ b/configs/ls1046a-frwy_defconfig
> @@ -12,7 +12,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
> BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/freescale/ls1046a-frwy/genimage.cfg"
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> -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_CUSTOM_TARBALL_LOCATION="$(call github,nxp-qoriq,linux,lf-6.6.52-2.2.0)/linux-lf-6.6.52-2.2.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
> @@ -25,7 +25,7 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="128M"
> # BR2_TARGET_ROOTFS_TAR is not set
> 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,lf-6.6.23-2.0.0)/atf-lf-6.6.23-2.0.0.tar.gz"
> +BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL_LOCATION="$(call github,nxp-qoriq,atf,lf-6.6.52-2.2.0)/atf-lf-6.6.52-2.2.0.tar.gz"
> BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="ls1046afrwy"
> BR2_TARGET_ARM_TRUSTED_FIRMWARE_FIP=y
> BR2_TARGET_ARM_TRUSTED_FIRMWARE_UBOOT_AS_BL33=y
> @@ -35,7 +35,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,lf-6.6.23-2.0.0)/u-boot-lf-6.6.23-2.0.0.tar.gz"
> +BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,nxp-qoriq,u-boot,lf-6.6.52-2.2.0)/u-boot-lf-6.6.52-2.2.0.tar.gz"
> BR2_TARGET_UBOOT_BOARD_DEFCONFIG="ls1046afrwy_tfa"
> BR2_TARGET_UBOOT_NEEDS_DTC=y
> BR2_PACKAGE_HOST_GENIMAGE=y
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2025-02-18 1:57 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-11 6:37 [Buildroot] [PATCH 1/5] package/qoriq-rcw: bump version to lf-6.6.52-2.2.0 Akhilesh Nema
2025-01-11 6:37 ` [Buildroot] [PATCH 2/5] package/qoriq-fm-ucode: " Akhilesh Nema
2025-02-18 1:53 ` Brandon Maier
2025-01-11 6:37 ` [Buildroot] [PATCH 3/5] package/fmlib: " Akhilesh Nema
2025-02-18 1:54 ` Brandon Maier
2025-01-11 6:37 ` [Buildroot] [PATCH 4/5] package/fmc: " Akhilesh Nema
2025-02-18 1:55 ` Brandon Maier
2025-01-11 6:37 ` [Buildroot] [PATCH 5/5] configs/ls1046a-frwy_defconfig: bump BSP components " Akhilesh Nema
2025-02-18 1:57 ` Brandon Maier [this message]
2025-02-12 17:42 ` [Buildroot] [PATCH 1/5] package/qoriq-rcw: bump version " Akhilesh Nema
2025-02-18 2:11 ` Brandon Maier
2025-02-18 1:52 ` Brandon Maier
2025-03-15 15:43 ` Julien Olivain
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=D7V767ZDRIM2.3JJN8L2KRHJBS@gmail.com \
--to=brandon.maier@gmail.com \
--cc=brandon.maier@collins.com \
--cc=buildroot@buildroot.org \
--cc=nemaakhilesh@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox