From 8e01c68dc70d22cd48c7a77ca78fcd78bd1080fd Mon Sep 17 00:00:00 2001 From: aravnair-in Date: Wed, 28 Feb 2018 08:23:22 -0600 Subject: Fix a couple of EKB files to prevent CMVC quirk CMVC expands the date command strings added as comments in these two files. So when we try using the auto code checkin tool to push code from hwsv Git repo to CMVC, we end up checking in these files always - as they show the current date versus the actual date command strings. Change-Id: Ibe82b679f14d781c7b64ae8dcdd7ab2356accf8d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54830 Reviewed-by: Claus M. Olsen Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Sachin Gupta Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54837 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/xip/p9_xip_image.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/import/chips/p9') diff --git a/src/import/chips/p9/xip/p9_xip_image.h b/src/import/chips/p9/xip/p9_xip_image.h index 494216464..cd3812db4 100644 --- a/src/import/chips/p9/xip/p9_xip_image.h +++ b/src/import/chips/p9/xip/p9_xip_image.h @@ -404,10 +404,10 @@ typedef struct /// The size of the image (including padding) in bytes uint32_t iv_imageSize; - /// Build date generated by `date +%Y%m%d`, e.g., 20110630 + /// Build date generated in yyyymmdd format, e.g., 20110630 uint32_t iv_buildDate; - /// Build time generated by `date +%H%M`, e.g., 0756 + /// Build time generated in hhmm format, e.g., 0756 uint32_t iv_buildTime; /// Build tag, generated when releasing this image to fw -- cgit v1.2.1