fix: [ARL-H] Updated BPMGEN2 struct version

Changed BpmStrutVersion and CnbsInclude bpmgen2 params

Signed-off-by: Antara Borwankar <antara.borwankar@intel.com>
This commit is contained in:
Antara Borwankar 2024-07-18 15:44:14 +05:30 committed by Guo Dong
parent eee03534ed
commit fdd17f9d0a
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,7 @@ def get_bpmgen2_params_change_list ():
# variable | value |
# ===================================
('PlatformRules', 'ARL Client'),
('BpmStrutVersion', '0x20'),
('BpmStrutVersion', '0x25'),
('BpmRevision', '0x01'),
('BpmRevocation', '1'),
('AcmRevocation', '2'),
@ -65,6 +65,7 @@ def get_bpmgen2_params_change_list ():
('BpmSigPrivKey', r'BpmGen2/keys/bpm_privkey_3072.pem'),
('BpmKeySizeBits', '3072'),
('BpmSigHashAlgID', '0x0C:SHA384'),
('CnbsInclude', 'TRUE'),
])
return params_change_list