summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2017-06-13 02:40:04 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-15 12:25:10 -0400
commitcf636ad2527070d3d7da277e03ba2b394ed77a29 (patch)
tree7f5b328c9d4dd4df056463d6848b16641e01fa66 /src/import/chips/p9/procedures/hwp/pm
parent87cf91da75417c4596a6f18b4ca4586ebcfe9e71 (diff)
downloadtalos-hostboot-cf636ad2527070d3d7da277e03ba2b394ed77a29.tar.gz
talos-hostboot-cf636ad2527070d3d7da277e03ba2b394ed77a29.zip
PM: CPMR magic word correction.
Hcode image build temporarily adds dd level specific magic word in HOMER. This broke STOP API and HOMER parser which check for a DD1 specific magic word to validate CPMR region of HOMER. Commit makes those check independent of DD level variation. Change-Id: I2c59c5367c462506c05c1703865b9a4a7ec198c3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41736 Dev-Ready: Joseph J. McGill <jmcgill@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41825 Tested-by: Jenkins OP Build CI <op-jenkins+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>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.C b/src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.C
index 2bfb7ea1c..1b536348d 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.C
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_hcode_image_build.C
@@ -3810,7 +3810,7 @@ void customizeMagicWord( Homerlayout_t* i_pHomer, uint8_t i_ecLevel )
magicWordCustom[i] += ecMajor;
*pMagicWord[i] = SWIZZLE_8_BYTE( magicWordCustom[i]);
memcpy( tempBuf, pMagicWord[i], sizeof(uint64_t) );
- FAPI_INF("%s\t\t:\t\t %s ( 0x%016lx ) ", &magicWord[i], tempBuf, *pMagicWord[i] );
+ FAPI_INF("%s\t\t:\t\t %s ( 0x%016lx ) ", &magicWord[i], tempBuf, SWIZZLE_8_BYTE(*pMagicWord[i]) );
}
FAPI_INF("=========== Header Magic Words Info Ends ===========");
OpenPOWER on IntegriCloud