From 2722201d0d10d2ad07f8caa444a05907a39b83e2 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/76229 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Christian R. Geddes --- src/import/hwpf/fapi2/xml/attribute_info/chip_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/chip_attributes.xml b/src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml index e131d9065..ed6f06f2e 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