Skip to content

Commit 9a43ee8

Browse files
brooniewilldeacon
authored andcommitted
arm64/sysreg: Update ID_AA64ZFR0_EL1 to DDI0601 2024-09
DDI0601 2024-09 introduces SVE 2.2 as well as a few new optional features, update sysreg to reflect the changes in ID_AA64ZFR0_EL1 enumerating them. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20241211-arm64-2024-dpisa-v4-4-0fd403876df2@kernel.org Signed-off-by: Will Deacon <will@kernel.org>
1 parent 12b5ff5 commit 9a43ee8

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

arch/arm64/tools/sysreg

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,10 @@ UnsignedEnum 55:52 F32MM
10481048
0b0000 NI
10491049
0b0001 IMP
10501050
EndEnum
1051-
Res0 51:48
1051+
UnsignedEnum 51:48 F16MM
1052+
0b0000 NI
1053+
0b0001 IMP
1054+
EndEnum
10521055
UnsignedEnum 47:44 I8MM
10531056
0b0000 NI
10541057
0b0001 IMP
@@ -1066,6 +1069,7 @@ Res0 31:28
10661069
UnsignedEnum 27:24 B16B16
10671070
0b0000 NI
10681071
0b0001 IMP
1072+
0b0010 BFSCALE
10691073
EndEnum
10701074
UnsignedEnum 23:20 BF16
10711075
0b0000 NI
@@ -1076,16 +1080,22 @@ UnsignedEnum 19:16 BitPerm
10761080
0b0000 NI
10771081
0b0001 IMP
10781082
EndEnum
1079-
Res0 15:8
1083+
UnsignedEnum 15:12 EltPerm
1084+
0b0000 NI
1085+
0b0001 IMP
1086+
EndEnum
1087+
Res0 11:8
10801088
UnsignedEnum 7:4 AES
10811089
0b0000 NI
10821090
0b0001 IMP
10831091
0b0010 PMULL128
1092+
0b0011 AES2
10841093
EndEnum
10851094
UnsignedEnum 3:0 SVEver
10861095
0b0000 IMP
10871096
0b0001 SVE2
10881097
0b0010 SVE2p1
1098+
0b0011 SVE2p2
10891099
EndEnum
10901100
EndSysreg
10911101

0 commit comments

Comments
 (0)