From 6e3fe0e8ca4c4ea96b219497a4ae41c3a5e51dbd Mon Sep 17 00:00:00 2001 From: Stephen Cprek Date: Wed, 12 Jul 2017 12:03:21 -0500 Subject: Remove SBEC pnor partition from p9 code Change-Id: I13e79a6542353e42ac809cc60295947dfb1acb96 RTC: 163810 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43048 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Martin Gloff Reviewed-by: Nicholas E. Bofferding Reviewed-by: Daniel M. Crowell --- src/usr/pnor/pnor_utils.C | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/usr/pnor') diff --git a/src/usr/pnor/pnor_utils.C b/src/usr/pnor/pnor_utils.C index 7c19a76bb..1ee89e349 100644 --- a/src/usr/pnor/pnor_utils.C +++ b/src/usr/pnor/pnor_utils.C @@ -388,7 +388,6 @@ bool PNOR::isEnforcedSecureSection(const uint32_t i_section) i_section == HB_EXT_CODE || i_section == HB_DATA || i_section == SBE_IPL || - i_section == CENTAUR_SBE || i_section == PAYLOAD || i_section == SBKT || i_section == OCC || @@ -435,7 +434,6 @@ const char * PNOR::SectionIdToString( uint32_t i_secIdIndex ) #endif "HBB", /**< PNOR::HB_BASE_CODE : Hostboot Base Image */ #ifndef BOOTLOADER - "SBEC", /**< PNOR::CENTAUR_SBE : Centaur Self-Boot Engine image */ "SBE", /**< PNOR::SBE_IPL : Self-Boot Enginer IPL image */ "HCODE", /**< PNOR::HCODE : HCODE Reference image */ "PAYLOAD", /**< PNOR::PAYLOAD : HAL/OPAL */ -- cgit v1.2.1