summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/pm
diff options
context:
space:
mode:
authorPrasad Bg Ranganath <prasadbgr@in.ibm.com>2017-02-08 07:53:13 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-04-22 19:11:50 -0400
commita687d34c172ceefc0d00e3cc3f9e0c0dff4fcb29 (patch)
treeff8c2206de60fec34d3385ae6d5c5d17480cd7e7 /src/usr/isteps/pm
parentf03a12f5c74a0aa21959abaa45b23bd46f754b98 (diff)
downloadtalos-hostboot-a687d34c172ceefc0d00e3cc3f9e0c0dff4fcb29.tar.gz
talos-hostboot-a687d34c172ceefc0d00e3cc3f9e0c0dff4fcb29.zip
p9_pstate_param_blk: Define VFRT table and initialize the data
Change-Id: If517d23014f40bc3f07563fc4009ff25b59f7745 RTC:167141 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36131 Dev-Ready: Gregory S. Still <stillgs@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: AMIT KUMAR <akumar3@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38209 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/pm')
-rw-r--r--src/usr/isteps/pm/pm_common.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/isteps/pm/pm_common.C b/src/usr/isteps/pm/pm_common.C
index 50125e29c..ce5ba6ccc 100644
--- a/src/usr/isteps/pm/pm_common.C
+++ b/src/usr/isteps/pm/pm_common.C
@@ -235,7 +235,7 @@ namespace HBPM
const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>
l_fapiTarg(i_target);
- void *l_buffer0 = (void*)malloc(MAX_SEEPROM_IMAGE_SIZE);
+ void *l_buffer0 = (void*)malloc(HW_IMG_RING_SIZE);
void *l_buffer1 = (void*)malloc(MAX_RING_BUF_SIZE);
void *l_buffer2 = (void*)malloc(MAX_RING_BUF_SIZE);
@@ -319,7 +319,7 @@ namespace HBPM
? PHASE_IPL : PHASE_REBUILD,
l_imgType,
l_buffer0,
- MAX_SEEPROM_IMAGE_SIZE,
+ HW_IMG_RING_SIZE,
l_buffer1,
MAX_RING_BUF_SIZE,
l_buffer2,
OpenPOWER on IntegriCloud