diff options
| author | Mark Pizzutillo <Mark.Pizzutillo@ibm.com> | 2019-02-21 11:08:00 -0500 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2019-04-15 09:32:55 -0500 |
| commit | 7c4068b510e172eb973b8e460ee432e7e8bc8275 (patch) | |
| tree | d5200d9aace4e02d593b145333d34676e9b2b171 /src/import/chips/ocmb/explorer/common/include | |
| parent | ecfbca46ab3fba9f66ce242e3c226c6c6e18ce26 (diff) | |
| download | blackbird-hostboot-7c4068b510e172eb973b8e460ee432e7e8bc8275.tar.gz blackbird-hostboot-7c4068b510e172eb973b8e460ee432e7e8bc8275.zip | |
Added code for exp_getecid and unit tests
Change-Id: Id0a8fcf7c28d67c1bcb4ba98ff7af6d94dfa6364
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/74784
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75353
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.H | 57 | ||||
| -rw-r--r-- | src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses_fld.H | 4 |
2 files changed, 59 insertions, 2 deletions
diff --git a/src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses.H b/src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses.H index 24f03a25f..010b81049 100644 --- a/src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses.H +++ b/src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2018 */ +/* Contributors Listed Below - COPYRIGHT 2018,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -1504,4 +1504,59 @@ static const uint64_t EXPLR_WDF_WMSK static const uint64_t EXPLR_WDF_WSPAR = 0x08012008ull; + +static const uint32_t EXPLR_EFUSE_IMAGE_OUT_0 = 0x20B080ull; + + +static const uint32_t EXPLR_EFUSE_IMAGE_OUT_1 = 0x20B084ull; + + +static const uint32_t EXPLR_EFUSE_IMAGE_OUT_2 = 0x20B088ull; + + +static const uint32_t EXPLR_EFUSE_IMAGE_OUT_3 = 0x20B08Cull; + + +static const uint32_t EXPLR_EFUSE_PE_DATA_0 = 0x20B090ull; + + +static const uint32_t EXPLR_EFUSE_PE_DATA_1 = 0x20B094ull; + + +static const uint32_t EXPLR_EFUSE_PE_DATA_2 = 0x20B098ull; + + +static const uint32_t EXPLR_EFUSE_PE_DATA_3 = 0x20B09Cull; + + +static const uint32_t EXPLR_EFUSE_PE_DATA_4 = 0x20B0A0ull; + + +static const uint32_t EXPLR_EFUSE_PE_DATA_5 = 0x20B0A4ull; + + +static const uint32_t EXPLR_EFUSE_PE_DATA_6 = 0x20B0A8ull; + + +static const uint32_t EXPLR_EFUSE_PE_DATA_8 = 0x20B0ACull; + + +static const uint32_t EXPLR_EFUSE_PE_DATA_9 = 0x20B0B0ull; + + +static const uint32_t EXPLR_EFUSE_PE_DATA_10 = 0x20B0B4ull; + + +static const uint32_t EXPLR_EFUSE_PE_DATA_11 = 0x20B0B8ull; + + +static const uint32_t EXPLR_EFUSE_PE_DATA_12 = 0x20B0BCull; + + +static const uint32_t EXPLR_EFUSE_PE_DATA_13 = 0x20B0C0ull; + + +static const uint32_t EXPLR_EFUSE_PE_DATA_14 = 0x20B0C4ull; + + #endif diff --git a/src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses_fld.H b/src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses_fld.H index 4a55c4d71..5b93db5fb 100644 --- a/src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses_fld.H +++ b/src/import/chips/ocmb/explorer/common/include/explorer_scom_addresses_fld.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2018 */ +/* Contributors Listed Below - COPYRIGHT 2018,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -6950,4 +6950,6 @@ static const uint8_t EXPLR_WDF_WSPAR_CFG_STEERING_R3_LEFT_LEN = static const uint8_t EXPLR_WDF_WSPAR_CFG_STEERING_R3_RIGHT = 35 ; static const uint8_t EXPLR_WDF_WSPAR_CFG_STEERING_R3_RIGHT_LEN = 5 ; +static const uint8_t EXPLR_EFUSE_IMAGE_OUT_0_ENTERPRISE_MODE_DIS = 10 ; + #endif |

