From 8ee58f3e3c23081e971a27902ce08fa0d5b2a319 Mon Sep 17 00:00:00 2001 From: Raja Das Date: Tue, 9 Jul 2019 02:02:39 -0500 Subject: Removed FlushNVDIMM from MPIPL Path Hwsv is already handling flushNVDIMM call before calling enterMPIPL There it also checks if flushNVDIMM needs to be skipped basis ARM'ed status of the NVDIMM. With this change, SBE is only supporting the chip-op call now. Change-Id: I44c4bb93c624556c615e9c623c28b282a5ec4de7 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80131 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Dean Sanner Reviewed-by: RAJA DAS --- src/sbefw/app/power/ipl_table.C | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/sbefw') diff --git a/src/sbefw/app/power/ipl_table.C b/src/sbefw/app/power/ipl_table.C index 8f31aef6..c590ca47 100644 --- a/src/sbefw/app/power/ipl_table.C +++ b/src/sbefw/app/power/ipl_table.C @@ -730,15 +730,7 @@ ReturnCode istepWithCoreState( voidfuncptr_t i_hwp) ReturnCode l_rc = FAPI2_RC_SUCCESS; l_rc = stopAllCoreInstructions(); - if( l_rc == FAPI2_RC_SUCCESS ) - { - l_rc = flushNVDIMM(); - if( l_rc != FAPI2_RC_SUCCESS ) - { - SBE_ERROR(SBE_FUNC "flushNVDIMM failed"); - } - } - else + if( l_rc != FAPI2_RC_SUCCESS ) { SBE_ERROR(SBE_FUNC "Stop all core instructions is failed, " "RC=[0x%08X]", l_rc); -- cgit v1.2.1