summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Gupta <sgupta2m@in.ibm.com>2018-09-24 00:10:53 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-09-27 08:04:36 -0500
commitdd91bd34b1896c2e62c692890b5bf630d2276484 (patch)
tree023631aaed44c14f68e705e4fd7f470a5c702e32
parent9d54c3e4a33d5f1458a3ab3b76d5db72eec43fef (diff)
downloadtalos-hostboot-dd91bd34b1896c2e62c692890b5bf630d2276484.tar.gz
talos-hostboot-dd91bd34b1896c2e62c692890b5bf630d2276484.zip
Support ATTR_LPC_CONSOLE_CNFG attribute
SBE has started supporting LPC console messages on openpower systems. All systems does not support console as its needs LPC/BMC support. So this attribute will be used by SBE to control this feature. HB will customise this attribute in SBE. Change-Id: I7859e53c8f7b7c48ad70f85583026578a05eb448 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66507 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66523 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
-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