Skip to content

Commit

Permalink
Secure Boot: Mark CAPP as enforced secure section
Browse files Browse the repository at this point in the history
Change-Id: Ie01e5998bff83d7828ed862b02009b38905b0472
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46546
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
Nick Bofferding authored and dcrowell77 committed Sep 22, 2017
1 parent c17f8e4 commit 1b0f94c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/usr/pnor/pnor_utils.C
Expand Up @@ -394,7 +394,8 @@ bool PNOR::isEnforcedSecureSection(const uint32_t i_section)
i_section == HCODE ||
i_section == HB_RUNTIME ||
i_section == WOFDATA ||
i_section == MEMD;
i_section == MEMD ||
i_section == CAPP;
#endif
#else
return false;
Expand Down

0 comments on commit 1b0f94c

Please sign in to comment.