Skip to content

Commit d3e96e6

Browse files
gaojiaqi7jyao1
authored andcommitted
migtd: update policy issuer chain ffs GUID
Signed-off-by: Jiaqi Gao <[email protected]>
1 parent 32ca03d commit d3e96e6

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

deps/td-shim-AzCVMEmu/td-shim-interface/src/td_uefi_pi/fv.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ const MIGTD_ROOT_CA_FFS_GUID: Guid = Guid::from_fields(
4444
&[0xA2, 0x1B, 0xD0, 0xC8, 0xFF, 0xF6],
4545
);
4646

47-
// {B3C1DCFE-6BEF-449F-A183-63A84EA1E0B4}
47+
// {3F2FB27A-9596-431C-A68D-D3EAB39F8AEB}
4848
pub const MIGTD_POLICY_ISSUER_CHAIN_FFS_GUID: Guid = Guid::from_fields(
49-
0xb3c1dcfe,
50-
0x6bef,
51-
0x449f,
52-
0xa1,
53-
0x83,
54-
&[0x63, 0xa8, 0x4e, 0xa1, 0xe0, 0xb4],
49+
0x3F2FB27A,
50+
0x9596,
51+
0x431C,
52+
0xA6,
53+
0x8D,
54+
&[0xD3, 0xEA, 0xB3, 0x9F, 0x8A, 0xEB],
5555
);
5656

5757
/// Set policy data for emulation

src/migtd/src/config.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ pub const MIGTD_ROOT_CA_FFS_GUID: Guid = Guid::from_fields(
2626
&[0xA2, 0x1B, 0xD0, 0xC8, 0xFF, 0xF6],
2727
);
2828

29-
// {B3C1DCFE-6BEF-449F-A183-63A84EA1E0B4}
29+
// {3F2FB27A-9596-431C-A68D-D3EAB39F8AEB}
3030
pub const MIGTD_POLICY_ISSUER_CHAIN_FFS_GUID: Guid = Guid::from_fields(
31-
0xb3c1dcfe,
32-
0x6bef,
33-
0x449f,
34-
0xa1,
35-
0x83,
36-
&[0x63, 0xa8, 0x4e, 0xa1, 0xe0, 0xb4],
31+
0x3F2FB27A,
32+
0x9596,
33+
0x431C,
34+
0xA6,
35+
0x8D,
36+
&[0xD3, 0xEA, 0xB3, 0x9F, 0x8A, 0xEB],
3737
);
3838

3939
pub fn get_config_volume() -> &'static [u8] {

xtask/src/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ impl BuildArgs {
278278

279279
let cmd = if self.policy_v2 {
280280
cmd.args(&[
281-
"B3C1DCFE-6BEF-449F-A183-63A84EA1E0B4",
281+
"3F2FB27A-9596-431C-A68D-D3EAB39F8AEB",
282282
self.policy_issuer_chain()?.to_str().unwrap(),
283283
])
284284
} else {

0 commit comments

Comments
 (0)