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/include/usr/sbe/sbe_update.H | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/include/usr/sbe') diff --git a/src/include/usr/sbe/sbe_update.H b/src/include/usr/sbe/sbe_update.H index 02cebeedb..a831df5d8 100644 --- a/src/include/usr/sbe/sbe_update.H +++ b/src/include/usr/sbe/sbe_update.H @@ -91,7 +91,7 @@ namespace SBE const uint32_t RING_OVD_SIZE = 0x800; - // PNOR SBE and SBEC Partition constants + // PNOR SBE Partition constants const uint32_t MAX_SBE_ENTRIES = 9; const uint32_t SBETOC_EYECATCH = 0x53424500; //'SBE\0' const uint64_t NONSECURE_VER_EYECATCH = 0x56455253494F4E00; //'VERSION\0' @@ -225,7 +225,7 @@ namespace SBE /** - * @brief Struct of individual SBE entry in SBE and SBEC + * @brief Struct of individual SBE entry in SBE * Table of Contents in PNOR partitions */ struct sbeTocEntry_t @@ -236,8 +236,7 @@ namespace SBE } PACKED; /** - * @brief Layout of Table of Contents at beginning of SBE and - * SBEC Partitions in PNOR + * @brief Layout of Table of Contents at beginning of SBE Partitions in PNOR */ struct sbeToc_t { -- cgit v1.2.3