diff mbox series

[1/2] arm-bsp/tc1: Fix signed u-boot

Message ID 20230420124642.662700-1-jon.mason@arm.com
State New
Headers show
Series [1/2] arm-bsp/tc1: Fix signed u-boot | expand

Commit Message

Jon Mason April 20, 2023, 12:46 p.m. UTC
Recent changes in upstream u-boot recipes for signed fitimages, have
caused the existing code to no longer boot.  Add a newly required
variable to get it working again.  Tested using tc1 FVP.

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 meta-arm-bsp/conf/machine/include/tc.inc | 1 +
 1 file changed, 1 insertion(+)

Comments

Jon Mason April 20, 2023, 3:40 p.m. UTC | #1
On Thu, 20 Apr 2023 08:46:41 -0400, Jon Mason wrote:
> Recent changes in upstream u-boot recipes for signed fitimages, have
> caused the existing code to no longer boot.  Add a newly required
> variable to get it working again.  Tested using tc1 FVP.

Applied, thanks!

[1/2] arm-bsp/tc1: Fix signed u-boot
      commit: 173c9d887e13a20a0fe337c55dbfeeb975514956
[2/2] arm-bsp/tc1: Add FVP support
      commit: 2d8bc0be8e25b09c06ebc8792b306c951d18b8fc

Best regards,
diff mbox series

Patch

diff --git a/meta-arm-bsp/conf/machine/include/tc.inc b/meta-arm-bsp/conf/machine/include/tc.inc
index f51497de..59a11b27 100644
--- a/meta-arm-bsp/conf/machine/include/tc.inc
+++ b/meta-arm-bsp/conf/machine/include/tc.inc
@@ -21,6 +21,7 @@  UBOOT_MKIMAGE_DTCOPTS = "-I dts -O dtb"
 UBOOT_SIGN_KEYNAME = "dev_key"
 UBOOT_SIGN_KEYDIR = "${DEPLOY_DIR_IMAGE}/keys"
 FIT_GENERATE_KEYS = "1"
+FIT_SIGN_INDIVIDUAL = "1"
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-arm64-ack"