commit | d4b887f5a28cbdfc1bf7b51d304e2ee9fe69d04e | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Mon Oct 07 12:58:54 2024 +0000 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Wed Nov 06 14:13:38 2024 +0000 |
tree | 80c5b27557ee0eb925aef04460daddead52b1aeb | |
parent | 4ba37e52b2ec920c5b8beb1f1ea200254f8c7546 [diff] |
fix(arm): load dt before updating entry point For firmware handoff, ensure the device tree (dt) is loaded into memory before setting the entry point arguments for the next bootloader stage. This allows the dt to be found and its address passed as an argument. Change-Id: Ifedd7c573e2d4f6d68c596907d9d6c6a3eded317 Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>