summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/utils
diff options
context:
space:
mode:
authorClaus Michael Olsen <cmolsen@us.ibm.com>2017-11-07 22:13:23 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-11-13 10:55:59 -0500
commit86f2ee342aa07201ff5ca286bf3d30eaea785c6a (patch)
tree272b80eb7be1c6620a16dbbb10422064e0736aa9 /src/import/chips/p9/utils
parente67892d9ce117e800c0b6232e6e2d64ce209c4a6 (diff)
downloadtalos-hostboot-86f2ee342aa07201ff5ca286bf3d30eaea785c6a.tar.gz
talos-hostboot-86f2ee342aa07201ff5ca286bf3d30eaea785c6a.zip
Small change to dd container header file.
Change-Id: I1f09d709810aaab9ff7540e65d9425ce81fcb038 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49401 Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49408 Reviewed-by: Hostboot Team <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: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/utils')
-rw-r--r--src/import/chips/p9/utils/imageProcs/p9_dd_container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/import/chips/p9/utils/imageProcs/p9_dd_container.h b/src/import/chips/p9/utils/imageProcs/p9_dd_container.h
index 7116f3c4a..4cd4ef3b0 100644
--- a/src/import/chips/p9/utils/imageProcs/p9_dd_container.h
+++ b/src/import/chips/p9/utils/imageProcs/p9_dd_container.h
@@ -59,6 +59,8 @@ struct p9_dd_cont
struct p9_dd_block iv_blocks[0];
};
+typedef struct p9_dd_cont DdContHeader_t;
+
// iterator that can be used to iterate through all dd level blocks
struct p9_dd_iter
{
OpenPOWER on IntegriCloud