[PATCH 2/2] u-boot: enable tf-a support for genericarm64

Mikko Rapeli <[email protected]> Wed, 1 Apr 2026 13:29:31 +0300
Newsgroups org.yoctoproject.lists.meta-arm
Message-ID <[email protected]>
genericarm64 target HW uses separate vendor specific
UEFI firmware but for qemu testing tf-a support can
be enabled just like for qemuarm64. genericarm64
has the benefit that the same wic images will work on qemu
and on many Arm System Ready compatible devices from
different vendors.

Signed-off-by: Mikko Rapeli <[email protected]>
---
 meta-arm/recipes-bsp/u-boot/u-boot_%.bbappend | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-arm/recipes-bsp/u-boot/u-boot_%.bbappend b/meta-arm/recipes-bsp/u-boot/u-boot_%.bbappend
index 8ddc53619560..403260a2bc2f 100644
--- a/meta-arm/recipes-bsp/u-boot/u-boot_%.bbappend
+++ b/meta-arm/recipes-bsp/u-boot/u-boot_%.bbappend
@@ -2,6 +2,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
 
 SRC_URI:append:qemuarm64-secureboot = " file://qemuarm64.cfg"
 SRC_URI:append:qemuarm-secureboot = " file://qemuarm.cfg"
+SRC_URI:append:genericarm64 = " file://qemuarm64.cfg"
 
 require ${@bb.utils.contains('MACHINE_FEATURES', 'uefi-secureboot', 'u-boot-uefi-secureboot.inc', '', d)}
 
-- 
2.34.1