summaryrefslogtreecommitdiffstats
path: root/src/import/tools
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2018-02-26 08:29:19 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2018-05-17 00:39:55 -0400
commit3d4428aecda5caa7b74c7bb5a3e9c6fd2b7bac7a (patch)
treef85487fce1fd2d6a74fc43db6858cf1d10768aec /src/import/tools
parent8338464e3a3339615d32f8b8165027577177ce79 (diff)
downloadtalos-sbe-3d4428aecda5caa7b74c7bb5a3e9c6fd2b7bac7a.tar.gz
talos-sbe-3d4428aecda5caa7b74c7bb5a3e9c6fd2b7bac7a.zip
Update to p9_xip_tool to handle stand-alone DDCO ring files.
In this update, we're adding support to p9_xip_tool to be able to dissect and extract stand-alone DDCO ring files, i.e. files that are DD packaged through using the dd_container API and which is the DD packaging that XIP "understands". Right now, dissect and extract (of a specific DD level) can only be achieved if the DDCO binary is attached to the XIP image as one of the rings sections, .rings, .overlays or .overrides. Key_Cronus_Test=XIP_REGRESS Change-Id: I8be00742f05b4df61652a1de6d0230bb5d203f97 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54704 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Sumit Kumar <sumit_kumar@in.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54713 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/tools')
-rw-r--r--src/import/tools/imageProcs/p9_ipl_build.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/tools/imageProcs/p9_ipl_build.C b/src/import/tools/imageProcs/p9_ipl_build.C
index e4b69117..4182f5b3 100644
--- a/src/import/tools/imageProcs/p9_ipl_build.C
+++ b/src/import/tools/imageProcs/p9_ipl_build.C
@@ -74,7 +74,7 @@ int get_dd_level_rings_from_hw_image( char* i_hwImage,
P9XipSection l_ringsSection;
*o_ringBlock = NULL;
o_blockSize = 0;
- myBoolean_t l_bDdSupport = UNDEFINED_BOOLEAN;
+ MyBool_t l_bDdSupport = UNDEFINED_BOOLEAN;
// Determine if there's rings dd support
rc = p9_xip_dd_section_support(i_hwImage, P9_XIP_SECTION_HW_RINGS, &l_bDdSupport);
OpenPOWER on IntegriCloud