summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Miles <milesg@ibm.com>2019-05-06 08:07:30 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-05-07 09:03:06 -0500
commit27f08a0b90a8f4aa9a26fdf09897041982dc1205 (patch)
treead2a88d158d7a855048c91a59a6e0c1af69f366d /src
parent8d9dc76256f537bdb6d445138efa749d520aa80f (diff)
downloadtalos-hostboot-27f08a0b90a8f4aa9a26fdf09897041982dc1205.tar.gz
talos-hostboot-27f08a0b90a8f4aa9a26fdf09897041982dc1205.zip
Add new enum, OCMB_FW_UPDATE, to ATTR_RECONFIGURE_LOOP
This will be used by hostboot code to reboot hostboot after updating the firmware of one or more OCMB chips. Change-Id: Ib0ee5e145afd2d4ed57758400883acada5b39eac Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76961 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: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76976 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml
index 94b8a15ea..ea374136c 100644
--- a/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml
+++ b/src/import/hwpf/fapi2/xml/attribute_info/system_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. -->
<!-- -->
<!-- -->
@@ -91,7 +91,8 @@
<enum>
DECONFIGURE = 0x1,
BAD_DQ_BIT_SET = 0x2,
- RCD_PARITY_ERROR = 0x4
+ RCD_PARITY_ERROR = 0x4,
+ OCMB_FW_UPDATE = 0x8
</enum>
<writeable/>
</attribute>
OpenPOWER on IntegriCloud