summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/build/utils/base_ppe_header.S4
-rw-r--r--src/import/chips/p9/xip/p9_xip_image.c2
-rw-r--r--src/import/chips/p9/xip/p9_xip_image.h5
3 files changed, 2 insertions, 9 deletions
diff --git a/src/build/utils/base_ppe_header.S b/src/build/utils/base_ppe_header.S
index da9245ff..7e8cbc23 100644
--- a/src/build/utils/base_ppe_header.S
+++ b/src/build/utils/base_ppe_header.S
@@ -87,9 +87,7 @@ __build_date:
__build_time:
.long 0
__build_tag:
- .asciz "unknown " # 16 Characters
-__header_32_reserved:
- .long 0
+ .asciz "unknown " # 20 Characters
.xip_toc image_size, P9_XIP_UINT32, __image_size
.xip_toc build_date, P9_XIP_UINT32, __build_date
diff --git a/src/import/chips/p9/xip/p9_xip_image.c b/src/import/chips/p9/xip/p9_xip_image.c
index 548acc1a..c97a3d02 100644
--- a/src/import/chips/p9/xip/p9_xip_image.c
+++ b/src/import/chips/p9/xip/p9_xip_image.c
@@ -3084,8 +3084,6 @@ p9_xip_translate_header(P9XipHeader* o_dest, const P9XipHeader* i_src)
memcpy(o_dest->iv_buildTag, i_src->iv_buildTag,
sizeof(i_src->iv_buildTag));
- o_dest->iv_reserved32 = 0;
-
o_dest->iv_headerVersion = i_src->iv_headerVersion;
o_dest->iv_normalized = i_src->iv_normalized;
o_dest->iv_tocSorted = i_src->iv_tocSorted;
diff --git a/src/import/chips/p9/xip/p9_xip_image.h b/src/import/chips/p9/xip/p9_xip_image.h
index b096c68f..3961478d 100644
--- a/src/import/chips/p9/xip/p9_xip_image.h
+++ b/src/import/chips/p9/xip/p9_xip_image.h
@@ -396,10 +396,7 @@ typedef struct
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;
+ char iv_buildTag[20];
//////////////////////////////////////////////////////////////////////
// Other Information - 1-byte aligned; 8 entries
OpenPOWER on IntegriCloud