Skip to content

Commit 358fee2

Browse files
Anshuman Khandualctmarinas
authored andcommitted
arm64/sysreg: Update ID_AA64DFR0_EL1 register
This updates ID_AA64DFR0_EL1.PMSVer and ID_AA64DFR0_EL1.DebugVer register fields as per the definitions based on DDI0601 2023-12. Cc: Will Deacon <[email protected]> Cc: Mark Brown <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Anshuman Khandual <[email protected]> Reviewed-by: Mark Brown <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 7accfaa commit 358fee2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/tools/sysreg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,6 +1223,7 @@ UnsignedEnum 35:32 PMSVer
12231223
0b0010 V1P1
12241224
0b0011 V1P2
12251225
0b0100 V1P3
1226+
0b0101 V1P4
12261227
EndEnum
12271228
Field 31:28 CTX_CMPs
12281229
Res0 27:24
@@ -1249,6 +1250,7 @@ UnsignedEnum 3:0 DebugVer
12491250
0b1000 V8P2
12501251
0b1001 V8P4
12511252
0b1010 V8P8
1253+
0b1011 V8P9
12521254
EndEnum
12531255
EndSysreg
12541256

0 commit comments

Comments
 (0)