diff options
| author | Stephen Cprek <smcprek@us.ibm.com> | 2017-07-12 12:03:21 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-07-24 16:13:26 -0400 |
| commit | 6e3fe0e8ca4c4ea96b219497a4ae41c3a5e51dbd (patch) | |
| tree | c449505c4e5d0692180674cca1fb8161952a0466 /src/include/usr/sbe | |
| parent | c0fe969256eb9509c184b2a2cdeba39c12ceaebb (diff) | |
| download | blackbird-hostboot-6e3fe0e8ca4c4ea96b219497a4ae41c3a5e51dbd.tar.gz blackbird-hostboot-6e3fe0e8ca4c4ea96b219497a4ae41c3a5e51dbd.zip | |
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 <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: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/sbe')
| -rw-r--r-- | src/include/usr/sbe/sbe_update.H | 7 |
1 files changed, 3 insertions, 4 deletions
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 { |

