diff options
| author | Louis Stermole <stermole@us.ibm.com> | 2019-06-06 11:58:38 -0400 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2019-06-18 12:59:30 -0500 |
| commit | 6f3e6b81cba81ee1cacbb94a4c978ca3e31f6cd7 (patch) | |
| tree | bb70f2fc9fcf978eb4ff525068c719d23f213185 /src/import/chips/ocmb/explorer/common/include | |
| parent | feab766b57dbfda43ab026a0a04ee80b02d26a18 (diff) | |
| download | talos-hostboot-6f3e6b81cba81ee1cacbb94a4c978ca3e31f6cd7.tar.gz talos-hostboot-6f3e6b81cba81ee1cacbb94a4c978ca3e31f6cd7.zip | |
Change register used for IML_COMPLETE in exp_draminit_mc
Previously used FARB6Q[32] but this bit is not readable,
so switched to PMU8Q[63].
Change-Id: I124430d6558fa348f1b01cd1cf3b3767055c8a70
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78463
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: RYAN P. KING <rpking@us.ibm.com>
Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78482
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/common/include')
| -rw-r--r-- | src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses_fld_fixes.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses_fld_fixes.H b/src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses_fld_fixes.H index b4e01d116..60e276b8a 100644 --- a/src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses_fld_fixes.H +++ b/src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses_fld_fixes.H @@ -28,5 +28,6 @@ static const uint64_t EXPLR_MIPS_TO_OCMB_INTERRUPT_REGISTER1_DOORBELL = 63; static const uint64_t EXPLR_EFUSE_IMAGE_OUT_0_ENTERPRISE_MODE_DIS = 53; +static const uint64_t EXPLR_SRQ_MBA_PMU8Q_CFG_INIT_COMPLETE = 63; #endif |

