diff options
| author | Raja Das <rajadas2@in.ibm.com> | 2017-03-21 03:45:52 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 17:15:34 -0500 |
| commit | 0dc5b210fe6a8d6132ad4dfdc063d3c24822b307 (patch) | |
| tree | 95d6d58a232a255221769bb277b36338596e2e32 /import/chips/p9/xip | |
| parent | 39a08f23402c40b42f42964f92fdb093c77a73cc (diff) | |
| download | talos-hcode-0dc5b210fe6a8d6132ad4dfdc063d3c24822b307.tar.gz talos-hcode-0dc5b210fe6a8d6132ad4dfdc063d3c24822b307.zip | |
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>
Diffstat (limited to 'import/chips/p9/xip')
| -rw-r--r-- | import/chips/p9/xip/p9_xip_image.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/import/chips/p9/xip/p9_xip_image.h b/import/chips/p9/xip/p9_xip_image.h index 4a230f45..eed95b31 100644 --- a/import/chips/p9/xip/p9_xip_image.h +++ b/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 |

