From 22169bd672becdc6c4113aa77e4314ed3b4857d6 Mon Sep 17 00:00:00 2001 From: Glenn Miles Date: Mon, 6 May 2019 08:07:30 -0500 Subject: 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 Tested-by: Jenkins Server Tested-by: HWSV CI Reviewed-by: Daniel M. Crowell Tested-by: PPE CI Reviewed-by: Louis Stermole Tested-by: Hostboot CI Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76975 Reviewed-by: RAJA DAS --- src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/import/hwpf') 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 b5d42875..76c4fa2d 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 @@ - + @@ -91,7 +91,8 @@ DECONFIGURE = 0x1, BAD_DQ_BIT_SET = 0x2, - RCD_PARITY_ERROR = 0x4 + RCD_PARITY_ERROR = 0x4, + OCMB_FW_UPDATE = 0x8 -- cgit v1.2.1