From 906e0999d8773f2f48274907ba8bcb050c9656a3 Mon Sep 17 00:00:00 2001 From: crgeddes Date: Fri, 15 Apr 2016 09:46:34 -0500 Subject: Get PoundV Bucket function and associated attributes Uses the MVPD accessor method provided by FAPI2 interface to retrieve the right #V bucket data from the appropriate LRP record. RTC:127421 Change-Id: I8336b015d2b412c42a9a0e959c06cac011290525 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23290 Tested-by: Jenkins Server Tested-by: Hostboot CI Tested-by: PPE CI Reviewed-by: Matt K. Light Reviewed-by: Daniel M. Crowell Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23292 Reviewed-by: Sachin Gupta --- .../xml/attribute_info/pm_plat_attributes.xml | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'import') diff --git a/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml b/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml index 0d94a079..d7d7f84d 100644 --- a/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml +++ b/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml @@ -896,4 +896,47 @@ + + ATTR_POUNDV_BUCKET_NUM_OVERRIDE + TARGET_TYPE_EQ + + 1 if override of poundv bucket num is available. + 0 if override is unavailable. + + uint8 + + + + + ATTR_POUNDV_BUCKET_NUM + TARGET_TYPE_EQ + + Attribute in place to allow override of which POUNDV + bucket to use to set power management data. + 1 = Bucket A + 2 = Bucket B + 3 = Bucket C + 4 = Bucket D + 5 = Bucket E + 6 = Bucket F + + uint8 + + + + + ATTR_POUNDV_BUCKET_DATA + TARGET_TYPE_EQ + + Power Management data for Quad targets. Stored as an array of bytes. + The data is read directly from VPD and stored in this attribute without + being altered. + NOTE: you may need to handle correcting endianness + if you are using this attribute. + + uint8 + 51 + + + -- cgit v1.2.1