Skip to content

Commit

Permalink
Revert "lpc_init: Correct LPC host controller timeout value"
Browse files Browse the repository at this point in the history
This reverts commit 77b6c7e6b123b32e37d07db91b0478a938a4d4a7.

Change-Id: I95ffbf3404932c027093ea614ff979178292edeb
CQ: SW442999
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65181
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65222
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
Jennifer A. Stofer authored and sgupta2m committed Aug 28, 2018
1 parent 2d9a9fd commit d9f8102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/import/chips/p9/procedures/hwp/perv/p9_sbe_lpc_init.H
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ extern "C"
const uint32_t LPCM_OPB_MASTER_TIMEOUT_REG = 0xC0010040;
const uint32_t LPCM_OPB_MASTER_TIMEOUT_VALUE = 0x01312D00; // 50ms at 1600MHz Nest / 400MHz OPB
const uint32_t LPCM_LPC_MASTER_TIMEOUT_REG = 0xC001202C;
const uint32_t LPCM_LPC_MASTER_TIMEOUT_VALUE = 0xEF000000;
const uint32_t LPCM_LPC_MASTER_TIMEOUT_VALUE = 0xFE000000;
const uint32_t CPLT_CONF1_TC_LP_RESET = 12;
fapi2::ReturnCode p9_sbe_lpc_init(const
fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target_chip);
Expand Down

0 comments on commit d9f8102

Please sign in to comment.