summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
index 97c5889b3..969e9bee0 100755
--- a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
@@ -786,4 +786,15 @@
<writeable/>
</attribute>
+<attribute>
+ <id>ATTR_LPC_CONSOLE_CNFG</id>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <description>Indicates if LPC console is enabled on system</description>
+ <valueType>uint8</valueType>
+ <enum>ENABLE = 0x1,DISABLE = 0x0</enum>
+ <default>DISABLE</default>
+ <platInit/>
+ <mrwHide/>
+</attribute>
+
</attributes>
OpenPOWER on IntegriCloud