From 57fb07ecc684788b3636d09ef1847e45d1c732cf Mon Sep 17 00:00:00 2001 From: Greg Still Date: Thu, 21 Jun 2018 22:56:02 -0500 Subject: PM: pm_firinit class fix to properly clear FIRs upon initialization Change-Id: I834f7ec1b1da84d110e6663a9ce8a96ff24c865b CQ:SW435296 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61153 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: RANGANATHPRASAD BRAHMASAMUDRA Reviewed-by: AMIT J. TENDOLKAR Reviewed-by: Brian T. Vanderpool Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61155 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes --- src/import/chips/p9/procedures/hwp/pm/p9_pm_fir_class.H | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/import/chips/p9/procedures/hwp/pm') diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm_fir_class.H b/src/import/chips/p9/procedures/hwp/pm/p9_pm_fir_class.H index 2cfd3dd17..69ca6de57 100644 --- a/src/import/chips/p9/procedures/hwp/pm/p9_pm_fir_class.H +++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm_fir_class.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2016,2017 */ +/* Contributors Listed Below - COPYRIGHT 2016,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -474,7 +474,7 @@ fapi2::ReturnCode PMFir::put() { if (iv_fir_write == true) { - l_address = iv_fir_address + BASE_WOR_INCR; + l_address = iv_fir_address; FAPI_TRY(putScom(iv_proc, l_address, iv_fir)); } @@ -505,7 +505,7 @@ fapi2::ReturnCode PMFir::put() { if (iv_fir_write == true) { - l_address = iv_fir_address + BASE_WOR_INCR; + l_address = iv_fir_address; FAPI_TRY(putScom(iv_ex, l_address, iv_fir)); } -- cgit v1.2.1