Skip to content

Commit fe768d4

Browse files
Raja Dasdcrowell77
authored andcommitted
Increased the size of buildTag in xip header by another 4Bytes
RTC:170829 Change-Id: I82b6a6fbe0816ab3cf205aa4e7b5dfe1fda2c8bb Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38195 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38206 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
1 parent 64c9e74 commit fe768d4

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/import/chips/p9/xip/p9_xip_image.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3084,8 +3084,6 @@ p9_xip_translate_header(P9XipHeader* o_dest, const P9XipHeader* i_src)
30843084
memcpy(o_dest->iv_buildTag, i_src->iv_buildTag,
30853085
sizeof(i_src->iv_buildTag));
30863086

3087-
o_dest->iv_reserved32 = 0;
3088-
30893087
o_dest->iv_headerVersion = i_src->iv_headerVersion;
30903088
o_dest->iv_normalized = i_src->iv_normalized;
30913089
o_dest->iv_tocSorted = i_src->iv_tocSorted;

src/import/chips/p9/xip/p9_xip_image.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -396,10 +396,7 @@ typedef struct
396396
uint32_t iv_buildTime;
397397

398398
/// Build tag, generated when releasing this image to fw
399-
char iv_buildTag[16];
400-
401-
/// Reserved for future expansion
402-
uint32_t iv_reserved32;
399+
char iv_buildTag[20];
403400

404401
//////////////////////////////////////////////////////////////////////
405402
// Other Information - 1-byte aligned; 8 entries

0 commit comments

Comments
 (0)