Skip to content

Commit 47e4717

Browse files
brooniewilldeacon
authored andcommitted
arm64/sysreg: Update ID_AA64SMFR0_EL1 to DDI0601 2024-12
DDI0601 2024-12 introduces SME 2.2 as well as a few new optional features, update sysreg to reflect the changes in ID_AA64SMFR0_EL1 enumerating them. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20250107-arm64-2024-dpisa-v5-2-7578da51fc3d@kernel.org Signed-off-by: Will Deacon <will@kernel.org>
1 parent 0647379 commit 47e4717

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

arch/arm64/tools/sysreg

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ UnsignedEnum 59:56 SMEver
11131113
0b0000 SME
11141114
0b0001 SME2
11151115
0b0010 SME2p1
1116-
0b0000 IMP
1116+
0b0011 SME2p2
11171117
EndEnum
11181118
UnsignedEnum 55:52 I16I64
11191119
0b0000 NI
@@ -1177,7 +1177,29 @@ UnsignedEnum 28 SF8DP2
11771177
0b0 NI
11781178
0b1 IMP
11791179
EndEnum
1180-
Res0 27:0
1180+
Res0 27:26
1181+
UnsignedEnum 25 SBitPerm
1182+
0b0 NI
1183+
0b1 IMP
1184+
EndEnum
1185+
UnsignedEnum 24 AES
1186+
0b0 NI
1187+
0b1 IMP
1188+
EndEnum
1189+
UnsignedEnum 23 SFEXPA
1190+
0b0 NI
1191+
0b1 IMP
1192+
EndEnum
1193+
Res0 22:17
1194+
UnsignedEnum 16 STMOP
1195+
0b0 NI
1196+
0b1 IMP
1197+
EndEnum
1198+
Res0 15:1
1199+
UnsignedEnum 0 SMOP4
1200+
0b0 NI
1201+
0b1 IMP
1202+
EndEnum
11811203
EndSysreg
11821204

11831205
Sysreg ID_AA64FPFR0_EL1 3 0 0 4 7

0 commit comments

Comments
 (0)