summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml4
-rwxr-xr-xsrc/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml11
2 files changed, 15 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml
index 454ce327..ccfd27ce 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/p9_sbe_attributes.xml
@@ -616,4 +616,8 @@ attribute tank
<name>ATTR_CHIP_EC_FEATURE_HW403111</name>
<virtual/>
</entry>
+ <entry>
+ <name>ATTR_LPC_CONSOLE_CNFG</name>
+ <value>0x00</value>
+ </entry>
</entries>
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 d8a6a717..7e20ec01 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