commit | f11490d5d8d5a75d49d2b2f833bb6415f852bbfd | [log] [tgz] |
---|---|---|
author | Mark Rutland <mark.rutland@arm.com> | Wed Jul 28 17:18:49 2021 +0100 |
committer | Mark Rutland <mark.rutland@arm.com> | Thu Jan 27 16:13:59 2022 +0000 |
tree | 281431a246b9e5b6b332b7682e9952980d55f009 | |
parent | 41498863d12f5eeff4b0ef16572fe7664ef8b713 [diff] |
Announce boot-wrapper mode / exception level When something goes wrong within the boot-wrapper, it can be very helpful to know where we started from. Add an arch_announce() function to log this early in the boot process. More information can be added here in future. This is logged ot the serial console as: | Boot-wrapper v0.2 | Entered at EL3 Signed-off-by: Mark Rutland <mark.rutland@arm.com> Reviewed-by: Andre Przywara <andre.przywara@arm.com>