From 4c0fa9a4f98f4ee9c81f428cacf7c429e0fe8bf2 Mon Sep 17 00:00:00 2001 From: Adam Hale Date: Fri, 21 Jul 2017 00:44:21 -0500 Subject: Characterization Default Image Change-Id: I24ce2816a6e5583824f94db4f200cba9e0a2ec74 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43407 Tested-by: PPE CI Tested-by: Jenkins Server Reviewed-by: Michael S. Floyd Tested-by: Hostboot CI Reviewed-by: BRIAN D. VICTOR Reviewed-by: Gregory S. Still Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43409 Reviewed-by: Hostboot Team Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta --- src/import/chips/p9/xip/p9_xip_image.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/import/chips/p9/xip') 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 */ -- cgit v1.2.1