commit | 95fb1aa7b5f54ae33a8e159e6147cfdcbfc43d1c | [log] [tgz] |
---|---|---|
author | Daniel Boulby <daniel.boulby@arm.com> | Wed Jan 19 11:20:05 2022 +0000 |
committer | Daniel Boulby <daniel.boulby@arm.com> | Mon Jan 31 11:27:11 2022 +0000 |
tree | bc6f558127b668c05d60bb701d68f9d794003f93 | |
parent | 0177e0763e872a5fc155e45d6eec046ae06ec753 [diff] |
refactor(el3-runtime): add prepare_el3_entry func In the next patch we add an extra step of setting the PSTATE registers to a known state on el3 entry. In this patch we create the function prepare_el3_entry to wrap the steps needed for before el3 entry. For now this is only save_gp_pmcr_pauth_regs. Change-Id: Ie26dc8d89bfaec308769165d2649e84d41be196c Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>