Message ID | 20240712145723.3914014-2-jon.mason@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/3] arm/opencsd: update to 1.5.3 | expand |
diff --git a/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb b/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb index d0605dd7a5f2..d0f7893d8cc8 100644 --- a/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb +++ b/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bb63326febfb5fb909226c8e7ebcef5c" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git;branch=master;protocol=https" -SRCREV = "d3b1a15d18542b2086e72bfdc3fc43f454772a3b" +SRCREV = "5e3760073454c72f3458805a1b7a89ecf80353cb" # boot-wrapper doesn't make releases UPSTREAM_CHECK_COMMITS = "1"
Update to the latest commit. The previous top commit was from 27 July 2021. The commits since that commit are: aarch64: Enable access to MDSELR_EL1 from EL2 and below aarch64: enable Permission Indirection Extension aarch64: enable access to TCR2_ELx model.lds.S: Quote file paths Makefile: Change COUNTER_FREQ to 100 MHz sme: Fix sign-extension bug in SMCR_EL3 write fix array boundary check in find_logical_id aarch64: enable access to HCRX_EL2 aarch64: Enable use of SME by EL2 and below aarch64: Document what we're doing when setting ZCR_EL3.LEN aarch64: Recognize PAuth QARMA3 Makefile: avoid dtc warnings on re-compiling DTB Unify start_el3 & start_no_el3 Rework bootmethod initialization Announce locations of memory objects aarch32: move the bulk of Secure PL1 initialization to C aarch64: move the bulk of EL3 initialization to C Announce boot-wrapper mode / exception level Rework common init C code aarch64: initialize SCTLR_ELx for the boot-wrapper aarch64: add mov_64 macro aarch32: add coprocessor accessors aarch64: add system register accessors Signed-off-by: Jon Mason <jon.mason@arm.com> --- .../boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)