Skip to content

Commit 4176618

Browse files
popfuturedcrowell77
authored andcommitted
Default SBE security mode setting correctly
Defaulted SBE security mode not to check for security disable request. Change-Id: I096c17513941d773c4b89d2bea6ba628ac037041 RTC:178643 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44971 Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
1 parent 14187f3 commit 4176618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/usr/secureboot/base/service.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ struct SecureRegisterValues
8383
* default to 0b1 and rely on SBE signing header to configure the final
8484
* value.
8585
*/
86-
uint8_t g_sbeSecurityMode = 0;
86+
uint8_t g_sbeSecurityMode = 1;
8787

8888
/**
8989
* @brief Retrieve values of Security Registers of the processors in the system

0 commit comments

Comments
 (0)