commit | 32a5dbc00a4be571928d6bfec87b4701ed3dd071 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Fri Jul 12 14:23:02 2024 +0000 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Fri Aug 02 14:59:47 2024 +0000 |
tree | 1db98c114dd44999516739f022e7863035b6d893 | |
parent | 14c0797c78d27e9c87e7f27867a45358f950e510 [diff] |
fix(arm): move HW_CONFIG relocation into BL31 Refactor DT relocation logic from BL2 to BL31 for non-secure DRAM. Previously, BL2 was responsible for copying the DT into SRAM and DRAM, resulting in duplicate code in BL31 to cater for the `RESET_TO_BL31` case. By moving the re-location logic to BL31, we simplify handling of the non-secure DT and TL. Change-Id: Id239f9410669afe4b223fa8d8bb093084a0e5e1b Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>