Skip to content

Commit

Permalink
Default SBE security mode setting correctly
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
popfuture authored and dcrowell77 committed Sep 5, 2017
1 parent 14187f3 commit 4176618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/secureboot/base/service.C
Expand Up @@ -83,7 +83,7 @@ struct SecureRegisterValues
* default to 0b1 and rely on SBE signing header to configure the final
* value.
*/
uint8_t g_sbeSecurityMode = 0;
uint8_t g_sbeSecurityMode = 1;

/**
* @brief Retrieve values of Security Registers of the processors in the system
Expand Down

0 comments on commit 4176618

Please sign in to comment.