From 887db734a27eea0253afb7fbdd73df9a5c1896af Mon Sep 17 00:00:00 2001 From: Prem Shanker Jha Date: Thu, 29 Sep 2016 11:21:45 -0500 Subject: PM: Incorporated support for enabling/disabling queued scan mode. Populates a bit in CME flag field of CME's image header. Given CME flag is expected to be read by CME Hcode to decide if queued scanning is to be supported. - Rebased Change-Id: Ie2a5291c393b140266a5d2ed204f54d83f390199 RTC:160171 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30520 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Michael S. Floyd Reviewed-by: AMIT KUMAR Reviewed-by: Gregory S. Still Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31956 Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta --- .../procedures/xml/attribute_info/pm_plat_attributes.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/import/chips') diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml index 8d470638..324b443f 100644 --- a/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml +++ b/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml @@ -1547,6 +1547,21 @@ + + ATTR_SYSTEM_DISABLE_QUEUED_SCAN + TARGET_TYPE_SYSTEM + + Queued scan mode disable status. This attribute eventually decides if queued + scan is to be supported by CME Hcode. + + Consumers: p9_hcode_image_build + + uint8 + FALSE = 0x00, TRUE = 0x01 + + + + ATTR_PERF_24x7_INVOCATION_TIME_MS -- cgit v1.2.1