diff options
author | Tsung Yeung <tyeung@us.ibm.com> | 2018-11-30 15:28:03 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-01-18 15:21:12 -0600 |
commit | a1ec3238d820ba316f7b34a9639de7e25b7f4a7e (patch) | |
tree | 15f9e52ac8af5edc6561a2c5d09e00ffb8ed4676 /src/import/chips/p9/procedures/xml/attribute_info | |
parent | 856a7adf6b5097bd4b9bce7a491ebff32fce8803 (diff) | |
download | talos-hostboot-a1ec3238d820ba316f7b34a9639de7e25b7f4a7e.tar.gz talos-hostboot-a1ec3238d820ba316f7b34a9639de7e25b7f4a7e.zip |
P9: NVDIMM SBE Support to Trigger Catastrophic Save
- Adds attribute to indicate which ports contain NVDIMM
- Subroutine to trigger CSAVE on ports with NVDIMM
Change-Id: I5fc9ead249dda0062ca3ac5237113688a22eb50c
CQ:SW452306
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69314
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>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Sunil Kumar <skumar8j@in.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/69320
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: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/attribute_info')
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml index 2ff3e3793..7d3d719f0 100644 --- a/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml +++ b/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml @@ -5,7 +5,7 @@ <!-- --> <!-- OpenPOWER HostBoot Project --> <!-- --> -<!-- Contributors Listed Below - COPYRIGHT 2015,2018 --> +<!-- Contributors Listed Below - COPYRIGHT 2015,2019 --> <!-- [+] International Business Machines Corp. --> <!-- --> <!-- --> @@ -3314,4 +3314,22 @@ <mssAccessorName>wr_vref_offset</mssAccessorName> </attribute> + <attribute> + <id>ATTR_SBE_NVDIMM_IN_PORT</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + A bitmap to indicate which ports under the processor have NVDIMM + plugged. This is needed to support SBE to trigger CSAVE during + controlled shutdown, warm reboot, and MPIPL. + For example, 0b11000000 indicates port 0 and 1 contain NVDIMMs. + creator: eff_confg + consumer: SBE + </description> + <initToZero></initToZero> + <valueType>uint8</valueType> + <writeable/> + <enum> NO = 0, YES = 1 </enum> + <mssAccessorName>sbe_nvdimm_in_port</mssAccessorName> + </attribute> + </attributes> |