Skip to content

Commit

Permalink
p9_sbe_lpc_init: Skip final error check for Fleetwood GA1
Browse files Browse the repository at this point in the history
As a temporary workaround for SW440738, ignore errors after LPC init
so we don't halt the IPL for a benign LPC error on the alt master LPC.

If the master LPC happens to have a problem we'll find out soon enough.

Change-Id: I2d97efe6b49bfab83b834dde31ed878588339bd0
CQ: SW440738
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65767
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71487
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
  • Loading branch information
fenkes-ibm authored and crgeddes committed Feb 12, 2019
1 parent 7f83462 commit 5d01411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/import/chips/p9/procedures/hwp/perv/p9_sbe_lpc_init.C
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ fapi2::ReturnCode p9_sbe_lpc_init(
FAPI_TRY(lpc_write(i_target_chip, LPCM_LPC_MASTER_TIMEOUT_REG, LPCM_LPC_MASTER_TIMEOUT_VALUE),
"Error trying to set up the LPC host controller timeout");

#if 0 // disable check for GA1 to make sure system boots if backup LPC is held in reset when backup DPSS breaks - SW440738
//------------------------------------------------------------------------------------------
//--- STEP 4: Check that everyone is happy
//------------------------------------------------------------------------------------------
Expand All @@ -190,6 +191,7 @@ fapi2::ReturnCode p9_sbe_lpc_init(
set_FFDC_TARGET_CHIP(i_target_chip).
set_TARGET_CHIP(i_target_chip),
"The OPB master indicated an error after LPC setup");
#endif

FAPI_DBG("p9_sbe_lpc_init: Exiting ...");

Expand Down

0 comments on commit 5d01411

Please sign in to comment.