All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trevor Woerner <twoerner@gmail.com>
To: yocto-patches@lists.yoctoproject.org
Subject: [meta-rockchip][PATCH v2 5/5] fix u-boot for tf-a firmware
Date: Sat, 20 Dec 2025 19:48:43 -0500	[thread overview]
Message-ID: <20251221004843.31946-5-twoerner@gmail.com> (raw)
In-Reply-To: <20251221004843.31946-1-twoerner@gmail.com>

A change was made in the location and name of the bl31 artifact for
device firmware built with trusted-firmware-a. Update the build to match
so these devices continue to build successfully.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
changes since v1:
- none
---
 .../trusted-firmware-a/trusted-firmware-a_%.bbappend  | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 4c7fc3c4c180..7c94b646c316 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -47,3 +47,14 @@ fixup_baudrate:rk3588s() {
 # If you use upstream U-Boot with SPL_ATF_NO_PLATFORM_PARAM disabled, you can
 # simply override this function to do nothing.
 do_patch[postfuncs] += "fixup_baudrate"
+
+do_deploy() {
+    :
+}
+do_deploy:rk3328() {
+    cp -rf ${D}/firmware/trusted-firmware-a/bl31.elf ${DEPLOYDIR}/bl31-rk3328.elf
+}
+do_deploy:rk3399() {
+    cp -rf ${D}/firmware/trusted-firmware-a/bl31.elf ${DEPLOYDIR}/bl31-rk3399.elf
+}
+addtask deploy after do_install
-- 
2.50.0.173.g8b6f19ccfc3a



  parent reply	other threads:[~2025-12-21  0:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-21  0:48 [meta-rockchip][PATCH v2 1/5] kmeta reorganization Trevor Woerner
2025-12-21  0:48 ` [meta-rockchip][PATCH v2 2/5] provide kernel *.inc Trevor Woerner
2026-01-09 10:43   ` [yocto-patches] " Quentin Schulz
2025-12-21  0:48 ` [meta-rockchip][PATCH v2 3/5] move KERNEL_FEATURES Trevor Woerner
2026-01-09 10:44   ` [yocto-patches] " Quentin Schulz
2025-12-21  0:48 ` [meta-rockchip][PATCH v2 4/5] kernel: clean up non-rockchip arch removal Trevor Woerner
2026-01-09 11:25   ` [yocto-patches] " Quentin Schulz
2025-12-21  0:48 ` Trevor Woerner [this message]
2026-01-09 14:09   ` [yocto-patches] [meta-rockchip][PATCH v2 5/5] fix u-boot for tf-a firmware Quentin Schulz

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=20251221004843.31946-5-twoerner@gmail.com \
    --to=twoerner@gmail.com \
    --cc=yocto-patches@lists.yoctoproject.org \
    /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.