diff options
| author | Stephen Glancy <sglancy@us.ibm.com> | 2019-04-19 12:31:12 -0400 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2019-04-30 11:23:52 -0500 |
| commit | 902e166a98fe9cce8dbf6dc69534f45499c0ab1d (patch) | |
| tree | 45715a9904aaae1baad766f62310510aa0b17a1c /src/import/chips/ocmb/explorer/common/include | |
| parent | 0d02b87f9c90d3a777de91db0f784b5e2ba60a12 (diff) | |
| download | blackbird-hostboot-902e166a98fe9cce8dbf6dc69534f45499c0ab1d.tar.gz blackbird-hostboot-902e166a98fe9cce8dbf6dc69534f45499c0ab1d.zip | |
Adds explorer to check for response doorbell
Change-Id: Ife6127372837ae6ceea59c1eb8a50d5f34641e3a
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76238
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76266
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
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_fixes.H | 8 | ||||
| -rw-r--r-- | src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses_fld_fixes.H | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses_fixes.H b/src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses_fixes.H index 0e642f2f5..39e55dc78 100644 --- a/src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses_fixes.H +++ b/src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses_fixes.H @@ -22,3 +22,11 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ + + +#ifndef __EXPLR_SCOM_ADDRESSES_FIXES_H +#define __EXPLR_SCOM_ADDRESSES_FIXES_H + +static const uint64_t EXPLR_MIPS_TO_OCMB_INTERRUPT_REGISTER1 = 0x2058ull; + +#endif 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 c0182cf9b..80f31c583 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 @@ -22,3 +22,11 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ + + +#ifndef __EXPLR_SCOM_ADDRESSES_FLD_FIXES_H +#define __EXPLR_SCOM_ADDRESSES_FLD_FIXES_H + +static const uint64_t EXPLR_MIPS_TO_OCMB_INTERRUPT_REGISTER1_DOORBELL = 63; + +#endif |

