From 27f08a0b90a8f4aa9a26fdf09897041982dc1205 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/76976 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW --- 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 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 @@ - + @@ -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