summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/system_attributes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/hwp/system_attributes.xml')
-rw-r--r--src/usr/hwpf/hwp/system_attributes.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/system_attributes.xml b/src/usr/hwpf/hwp/system_attributes.xml
index 416c1c478..42cc0f2b5 100644
--- a/src/usr/hwpf/hwp/system_attributes.xml
+++ b/src/usr/hwpf/hwp/system_attributes.xml
@@ -30,6 +30,20 @@
<attributes>
<!-- ********************************************************************* -->
<attribute>
+ <id>ATTR_EXECUTION_PLATFORM</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ 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
+ </description>
+ <valueType>uint8</valueType>
+ <enum>HOST = 0x01, FSP = 0x02, OCC = 0x03</enum>
+ <platInit/>
+ </attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
<id>ATTR_IS_SIMULATION</id>
<targetType>TARGET_TYPE_SYSTEM</targetType>
<description>env: 1 = Awan/HWSimulator. 0 = Simics/RealHW.</description>
OpenPOWER on IntegriCloud