mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 16:59:30 +00:00
arm-bsp/trusted-firmware-a: corstone1000: Update TF-A v2.9
Updates trusted-firmware-a and aligns with changes in v2.9 for Corstone-1000. Signed-off-by: Emekcan Aras <emekcan.aras@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -5,7 +5,7 @@ MACHINEOVERRIDES =. "corstone1000:"
|
||||
# TF-A
|
||||
TFA_PLATFORM = "corstone1000"
|
||||
EXTRA_IMAGEDEPENDS += "trusted-firmware-a"
|
||||
PREFERRED_VERSION_trusted-firmware-a ?= "2.8.%"
|
||||
PREFERRED_VERSION_trusted-firmware-a ?= "2.9.%"
|
||||
PREFERRED_VERSION_tf-a-tests ?= "2.8.%"
|
||||
|
||||
TFA_BL2_BINARY = "bl2-corstone1000.bin"
|
||||
|
||||
+28
@@ -0,0 +1,28 @@
|
||||
From 33078d8ef143e8c79f06399de46dd26e1d53a220 Mon Sep 17 00:00:00 2001
|
||||
From: Gauri Sahnan <Gauri.Sahnan@arm.com>
|
||||
Date: Tue, 8 Aug 2023 17:16:51 +0100
|
||||
Subject: fix(corstone1000): add cpuhelpers to makefile
|
||||
|
||||
Adds cpu_helpers.S to the Makefile to align with the changes in new
|
||||
trusted-firmware-a version.
|
||||
|
||||
Signed-off-by: Gauri Sahnan <Gauri.Sahnan@arm.com>
|
||||
Upstream-Status: Pending [Not submitted to upstream yet]
|
||||
---
|
||||
plat/arm/board/corstone1000/platform.mk | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/plat/arm/board/corstone1000/platform.mk b/plat/arm/board/corstone1000/platform.mk
|
||||
index 3edffe087..079e9d6c1 100644
|
||||
--- a/plat/arm/board/corstone1000/platform.mk
|
||||
+++ b/plat/arm/board/corstone1000/platform.mk
|
||||
@@ -43,6 +43,7 @@ BL2_SOURCES += plat/arm/board/corstone1000/common/corstone1000_security.c \
|
||||
plat/arm/board/corstone1000/common/corstone1000_err.c \
|
||||
plat/arm/board/corstone1000/common/corstone1000_trusted_boot.c \
|
||||
lib/utils/mem_region.c \
|
||||
+ lib/cpus/aarch64/cpu_helpers.S \
|
||||
plat/arm/board/corstone1000/common/corstone1000_helpers.S \
|
||||
plat/arm/board/corstone1000/common/corstone1000_plat.c \
|
||||
plat/arm/board/corstone1000/common/corstone1000_bl2_mem_params_desc.c \
|
||||
--
|
||||
2.25.1
|
||||
@@ -7,12 +7,9 @@ SRC_URI:append = " \
|
||||
file://0001-Fix-FF-A-version-in-SPMC-manifest.patch \
|
||||
file://0002-feat-corstone1000-bl2-loads-fip-based-on-metadata.patch \
|
||||
file://0003-psci-SMCCC_ARCH_FEATURES-discovery-through-PSCI_FEATURES.patch \
|
||||
file://0004-fix-corstone1000-add-cpuhelper-to-makefile.patch \
|
||||
"
|
||||
|
||||
#Sets TF-A version to 2.8.0
|
||||
SRCREV_tfa = "9881bb93a3bc0a3ea37e9f093e09ab4b360a9e48"
|
||||
PV = "2.8.0"
|
||||
|
||||
TFA_DEBUG = "1"
|
||||
TFA_UBOOT ?= "1"
|
||||
TFA_MBEDTLS = "1"
|
||||
@@ -32,7 +29,7 @@ EXTRA_OEMAKE:append = " \
|
||||
TARGET_PLATFORM=${TFA_TARGET_PLATFORM} \
|
||||
ENABLE_STACK_PROTECTOR=strong \
|
||||
ENABLE_PIE=1 \
|
||||
BL2_AT_EL3=1 \
|
||||
RESET_TO_BL2=1 \
|
||||
CREATE_KEYS=1 \
|
||||
GENERATE_COT=1 \
|
||||
TRUSTED_BOARD_BOOT=1 \
|
||||
|
||||
Reference in New Issue
Block a user