From b3ad5819f9cbed67ceb0fa74d28d2f93227bbbcb Mon Sep 17 00:00:00 2001 From: Nick Bofferding Date: Fri, 11 Aug 2017 15:29:05 -0500 Subject: Secure Boot: Support secure load of MEMD partition - Added secure load of MEMD partition in istep 7 - Added sha512 header to MEMD partition - Marked MEMD as enforced secureboot section in PNOR code and image generator Change-Id: I5de934da7e50ad0de6674e2674869d1356f5232d RTC: 176189 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44606 Tested-by: Jenkins Server Reviewed-by: Marshall J. Wilks Tested-by: FSP CI Jenkins Reviewed-by: Stephen M. Cprek Reviewed-by: Michael Baiocchi Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/usr/pnor/pnor_utils.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/usr/pnor/pnor_utils.C') diff --git a/src/usr/pnor/pnor_utils.C b/src/usr/pnor/pnor_utils.C index 9945edada..0047b2016 100644 --- a/src/usr/pnor/pnor_utils.C +++ b/src/usr/pnor/pnor_utils.C @@ -393,7 +393,8 @@ bool PNOR::isEnforcedSecureSection(const uint32_t i_section) i_section == OCC || i_section == HCODE || i_section == HB_RUNTIME || - i_section == WOFDATA; + i_section == WOFDATA || + i_section == MEMD; #endif #else return false; -- cgit v1.2.1