arm-trusted-firmware/bl2
Harrison Mutai af61b50c10 fix(aarch32): avoid using r12 to store boot params
The current implementation uses the `r12` register as temporary storage
for r4. However, `r12` is a call-clobbered register, meaning its
contents are not preserved across function calls. This becomes
problematic when we later call the `zeromem` function, as any
information stored in `r12` will be lost. To address this issue, we
should avoid using `r12` to store boot parameters.

Change-Id: If94b7fc3a01bc617ceadaaa704d5aa5e5accfd3f
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
2025-03-17 16:58:48 +00:00
..
aarch32 fix(aarch32): avoid using r12 to store boot params 2025-03-17 16:58:48 +00:00
aarch64 chore(pauth): remove redundant pauth_disable_el3() call 2023-04-28 08:09:14 +01:00
bl2.ld.S feat(build): check that .text section starts at page boundary 2023-11-06 23:22:25 +03:00
bl2.mk refactor(cpus): register DSU errata with the errata framework's wrappers 2025-02-20 17:28:17 +00:00
bl2_el3.ld.S feat(build): check that .text section starts at page boundary 2023-11-06 23:22:25 +03:00
bl2_image_load_v2.c fix(bl2): correct messages with image_id 2022-02-15 18:09:51 +01:00
bl2_main.c Merge changes from topic "early_console" into integration 2024-05-08 23:12:11 +02:00
bl2_private.h Move BL1 and BL2 private defines to bl_common.h 2019-01-15 13:52:32 +00:00