From 9da1175ad43ab1d35b46241ca3dd78567ba77aa3 Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Fri, 2 Oct 2015 07:55:42 -0500 Subject: Add base FAPI2 attribute definitions Add attributes needed for Cronus platform compilation to hwpf/fapi2 Adjust location of XML in hwpf/fapi2 tree Change-Id: I82db640cdc678038820bf22c877b51e36aab3842 Original-Change-Id: I7c6873335bc21327edf53319bd0753c352205480 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20918 Tested-by: Jenkins Server Reviewed-by: Matt K. Light Reviewed-by: Thi N. Tran Reviewed-by: Brian Silver Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55827 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta --- .../fapi2/xml/attribute_info/system_attributes.xml | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml diff --git a/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml new file mode 100644 index 00000000..8fd0d110 --- /dev/null +++ b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + ATTR_IS_SIMULATION + TARGET_TYPE_SYSTEM + env: 1 = Awan/HWSimulator. 0 = Simics/RealHW. + uint8 + + + + + ATTR_EXECUTION_PLATFORM + TARGET_TYPE_SYSTEM + + Which execution platform the HW Procedure is running on + Some HWPs (e.g. special wakeup) use different registers for different + platforms to avoid arbitration problems when multiple platforms do + the same thing concurrently + + uint8 + HOST = 0x01, FSP = 0x02, OCC = 0x03 + + + + -- cgit v1.2.1