mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-08 13:53:54 +00:00
docs: review Undefined Injection for 2.12 release
Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I654e871e4bdf0c9b556c7973e0ba0009627ed37c
This commit is contained in:
parent
dc5d485206
commit
f152d3b255
1 changed files with 8 additions and 0 deletions
|
@ -96,6 +96,14 @@ static u_register_t get_elr_el3(u_register_t spsr_el3, u_register_t vbar, unsign
|
|||
*
|
||||
* NOTE: This piece of code must be reviewed every release to ensure that
|
||||
* we keep up with new ARCH features which introduces a new SPSR bit.
|
||||
*
|
||||
* TF-A 2.12 release review
|
||||
* The latest version available is 2024-09, which has two extra features which
|
||||
* impacts generation of SPSR, since these features are not implemented in TF-A
|
||||
* at the time of release, just log the feature names here to be taken up when
|
||||
* feature support is introduced.
|
||||
* - FEAT_PAuth_LR (2023 extension)
|
||||
* - FEAT_UINJ (2024 extension)
|
||||
*/
|
||||
u_register_t create_spsr(u_register_t old_spsr, unsigned int target_el)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue