summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2019-04-19 08:55:52 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-04-26 15:44:10 -0500
commit3c199d2a3a26891a2ace5b7156f5c9207387a497 (patch)
tree1fe6b0fdaa2c6dc88abf27433deca3fc5b5af8fe /src/usr/pnor
parent546d0438ecc77577f35429a1accb581d4ea74800 (diff)
downloadtalos-hostboot-3c199d2a3a26891a2ace5b7156f5c9207387a497.tar.gz
talos-hostboot-3c199d2a3a26891a2ace5b7156f5c9207387a497.zip
Remove GLOBAL PNOR Partition
The GLOBAL PNOR partition is not being used so this commit removes all references to it in PNOR constants, various PNOR layout files, and makefiles. It also has some general changes to improve error handling in builing pnors. Change-Id: I896be8c90c3ad9969c02399d015fa71399220181 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76218 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> 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> Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/pnor')
-rw-r--r--src/usr/pnor/pnor_utils.C1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/pnor/pnor_utils.C b/src/usr/pnor/pnor_utils.C
index cd7c9f98f..134bb8113 100644
--- a/src/usr/pnor/pnor_utils.C
+++ b/src/usr/pnor/pnor_utils.C
@@ -415,7 +415,6 @@ const char * PNOR::SectionIdToString( uint32_t i_secIdIndex )
"part", /**< PNOR::TOC : Table of Contents */
#ifndef BOOTLOADER
"HBI", /**< PNOR::HB_EXT_CODE : Hostboot Extended Image */
- "GLOBAL", /**< PNOR::GLOBAL_DATA : Global Data */
#endif
"HBB", /**< PNOR::HB_BASE_CODE : Hostboot Base Image */
#ifndef BOOTLOADER
OpenPOWER on IntegriCloud