summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/xip/p9_xip_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/xip/p9_xip_image.h')
-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 e25de0bd..97f21d35 100644
--- a/src/import/chips/p9/xip/p9_xip_image.h
+++ b/src/import/chips/p9/xip/p9_xip_image.h
@@ -391,8 +391,11 @@ typedef struct
/// Build time generated by `date +%H%M`, e.g., 0756
uint32_t iv_buildTime;
+ /// Build tag, generated when releasing this image to fw
+ char iv_buildTag[16];
+
/// Reserved for future expansion
- uint32_t iv_reserved32[5];
+ uint32_t iv_reserved32;
//////////////////////////////////////////////////////////////////////
// Other Information - 1-byte aligned; 8 entries
@@ -422,7 +425,6 @@ typedef struct
/// Reserved for future expansion
char iv_reservedChar[8];
-
} P9XipHeader;
OpenPOWER on IntegriCloud