You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/operations/platforms/snp.rst
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,14 +93,30 @@ To set the minimum TCB version for a specific CPU model, you can use the followi
93
93
"name": "set_snp_minimum_tcb_version_hex",
94
94
"args": {
95
95
"cpuid": "00a00f11",
96
-
"tcb_version": "d315000000000004"
96
+
"tcb_version": "db18000000000004"
97
97
}
98
98
}
99
99
]
100
100
}
101
101
102
102
The parsed TCB version mapped to that cpuid in the :ref:`audit/builtin_maps:``nodes.snp.tcb_versions``` table, which is used to validate the TCB version of joining nodes.
and `Genoa <https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dcasv6-series>`__
107
+
are currently deployed in Azure Container Instances.
108
+
As of March 2026, reasonable minimum values are:
109
+
110
+
+-------+----------+---------------------+
111
+
| Model | CPUID | Minimum TCB Version |
112
+
+=======+==========+=====================+
113
+
| Milan | 00a00f11 | db18000000000004 |
114
+
+-------+----------+---------------------+
115
+
| Genoa | 00a10f11 | 541700000000000a |
116
+
+-------+----------+---------------------+
117
+
| Turin | 00b00f21 | 5100000004010101 |
118
+
+-------+----------+---------------------+
119
+
104
120
.. note::
105
121
The CPUID and TCB version must be input as lower-case hex-strings. The values in the above example are for Milan CPUs, and can be expanded as follows:
106
122
@@ -126,17 +142,17 @@ The parsed TCB version mapped to that cpuid in the :ref:`audit/builtin_maps:``no
126
142
127
143
SNP attestation structures contain the combined Family (``Extended Family + Base Family``) and Model (``Extended Model : Base Model``) values, so 25 (0x19) and 1 (0x01) respectively for the above Milan example.
128
144
129
-
The above TCB version ``d315000000000004`` is for a Milan CPU.
145
+
The TCB version ``db18000000000004`` is for a Milan CPU.
130
146
It, and also TCB versions for Genoa CPUs, can be expanded as follows:
0 commit comments