Skip to content

Commit 0349934

Browse files
brooniectmarinas
authored andcommitted
arm64/sysreg: Update ID_AA64MMFR1_EL1 to DDI0601 2024-09
ID_AA64MMFR1_EL1 has been updated by the architecture to enumerate several new architectural features since the last time sysreg was updated, sync with the definnition in DD0601 2024-09 to include two new versions of each of ETS and HAFDBS. Reported-by: Marc Zyngier <maz@kernel.org> Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20241011-arm64-aa64mmfr1-2024-09-v1-1-61935a085010@kernel.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent 9852d85 commit 0349934

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm64/tools/sysreg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,6 +1648,8 @@ EndEnum
16481648
UnsignedEnum 39:36 ETS
16491649
0b0000 NI
16501650
0b0001 IMP
1651+
0b0010 ETS2
1652+
0b0011 ETS3
16511653
EndEnum
16521654
UnsignedEnum 35:32 TWED
16531655
0b0000 NI
@@ -1688,6 +1690,8 @@ UnsignedEnum 3:0 HAFDBS
16881690
0b0000 NI
16891691
0b0001 AF
16901692
0b0010 DBM
1693+
0b0011 HAFT
1694+
0b0100 HDBSS
16911695
EndEnum
16921696
EndSysreg
16931697

0 commit comments

Comments
 (0)