summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/xip
diff options
context:
space:
mode:
authorAdam Hale <adam.samuel.hale@ibm.com>2017-07-21 00:44:21 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-08-07 04:30:03 -0400
commit4c0fa9a4f98f4ee9c81f428cacf7c429e0fe8bf2 (patch)
tree473b2e6df1117213c20464508a79058ee9aacc4a /src/import/chips/p9/xip
parent199718a8ca2d4aeedbbdfe1fd3a8d52aebd1ebc1 (diff)
downloadtalos-sbe-4c0fa9a4f98f4ee9c81f428cacf7c429e0fe8bf2.tar.gz
talos-sbe-4c0fa9a4f98f4ee9c81f428cacf7c429e0fe8bf2.zip
Characterization Default Image
Change-Id: I24ce2816a6e5583824f94db4f200cba9e0a2ec74 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43407 Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: BRIAN D. VICTOR <brian.d.victor1@ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43409 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/chips/p9/xip')
-rw-r--r--src/import/chips/p9/xip/p9_xip_image.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/import/chips/p9/xip/p9_xip_image.h b/src/import/chips/p9/xip/p9_xip_image.h
index 924acfa8..d1a1e08f 100644
--- a/src/import/chips/p9/xip/p9_xip_image.h
+++ b/src/import/chips/p9/xip/p9_xip_image.h
@@ -1946,7 +1946,8 @@ typedef enum
P9_XIP_SECTION_PGPE_LVL1_BL = P9_XIP_SECTIONS_PLUS(1),
P9_XIP_SECTION_PGPE_LVL2_BL = P9_XIP_SECTIONS_PLUS(2),
P9_XIP_SECTION_PGPE_HCODE = P9_XIP_SECTIONS_PLUS(3),
- P9_XIP_SECTIONS_PGPE = P9_XIP_SECTIONS_PLUS(4) // # sections
+ P9_XIP_SECTION_PGPE_AUX_TASK = P9_XIP_SECTIONS_PLUS(4),
+ P9_XIP_SECTIONS_PGPE = P9_XIP_SECTIONS_PLUS(5) // # sections
} p9_xip_section_pgpe_t;
#define P9_XIP_SECTION_NAMES_PGPE(var) \
@@ -1954,7 +1955,8 @@ typedef enum
".ppmr_header", \
".lvl1_bl", \
".lvl2_bl", \
- ".hcode")
+ ".hcode", \
+ ".aux_task")
/**************************************************************************/
/* IOPPE Image */
OpenPOWER on IntegriCloud