From dd91bd34b1896c2e62c692890b5bf630d2276484 Mon Sep 17 00:00:00 2001 From: Sachin Gupta Date: Mon, 24 Sep 2018 00:10:53 -0500 Subject: 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 Tested-by: HWSV CI Tested-by: PPE CI Reviewed-by: Daniel M. Crowell Tested-by: Hostboot CI Reviewed-by: RAJA DAS Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66523 Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW --- .../p9/procedures/xml/attribute_info/pervasive_attributes.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/import/chips') 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 @@ + + ATTR_LPC_CONSOLE_CNFG + TARGET_TYPE_PROC_CHIP + Indicates if LPC console is enabled on system + uint8 + ENABLE = 0x1,DISABLE = 0x0 + DISABLE + + + + -- cgit v1.2.1