diff --git a/bl2/aarch32/bl2_entrypoint.S b/bl2/aarch32/bl2_entrypoint.S index 678d9c2f0..91fc682e6 100644 --- a/bl2/aarch32/bl2_entrypoint.S +++ b/bl2/aarch32/bl2_entrypoint.S @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2022, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2016-2024, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -29,10 +29,10 @@ func bl2_entrypoint * use. * --------------------------------------------- */ - mov r9, r0 - mov r10, r1 - mov r11, r2 - mov r12, r3 + mov r8, r0 + mov r9, r1 + mov r10, r2 + mov r11, r3 /* --------------------------------------------- * Set the exception vector to something sane. @@ -114,10 +114,10 @@ func bl2_entrypoint * Perform BL2 setup * --------------------------------------------- */ - mov r0, r9 - mov r1, r10 - mov r2, r11 - mov r3, r12 + mov r0, r8 + mov r1, r9 + mov r2, r10 + mov r3, r11 bl bl2_setup diff --git a/changelog.yaml b/changelog.yaml index 422b9dafe..36ba4ea6f 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -1273,6 +1273,9 @@ subsections: - title: AArch64 scope: aarch64 + - title: AArch32 + scope: aarch32 + - title: Debug scope: debug