From 673bc92dbf972a043db82f0d903d5b3651304c12 Mon Sep 17 00:00:00 2001 From: "Matt K. Light" Date: Mon, 15 Apr 2019 12:50:12 -0500 Subject: add GEMINI enum for ATTR_NAME Change-Id: Iced3f0adbb566bff23f459e815ff0ac790c99b1e Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75984 Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: PPE CI Tested-by: FSP CI Jenkins Tested-by: Hostboot CI Reviewed-by: Louis Stermole Reviewed-by: STEPHEN GLANCY Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76228 Reviewed-by: RAJA DAS --- src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml b/src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml index a975e844..70cabcbf 100644 --- a/src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml +++ b/src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml @@ -5,7 +5,7 @@ - + @@ -42,7 +42,8 @@ NIMBUS = 0x5, CUMULUS = 0x6, AXONE = 0x7, - EXPLORER = 0x8 + EXPLORER = 0x8, + GEMINI = 0x9 -- cgit v1.2.1