summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.C
Commit message (Collapse)AuthorAgeFilesLines
* L3 Update - p9_pm_get_poundv/w_bucket HWPsThi Tran2017-09-071-2/+9
| | | | | | | | | | | | | | | | Change-Id: If57eb4edecbaba0c3436da845da7a1c2d3572a1f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45416 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45426 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* PSTATE parameter block:POUNDV parsing function vs native implementationPrasad Bg Ranganath2017-02-071-31/+2
| | | | | | | | | | | | | Change-Id: Ia480c2b2594b87e000e8c90cc3493fff57249338 RTC:162565 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34330 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34584 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
* Update prologs of mirrored files to apache licenseStephen Cprek2016-08-051-8/+14
| | | | | | | | Change-Id: I25a782f6f8af801beb35f541f6076c482b78bf8e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27920 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* splitting up functionality to bring p9_pm_get_poundv_attr accessible to cronusSteven Janssen2016-05-161-204/+1
| | | | | | | | | | | | | Change-Id: Iac60adb51f18677e6bdf07c0204393928c0a90d3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24391 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24392 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Read 4byte into PR keyword to get Bucket ID for #V datacrgeddes2016-05-031-1/+2
| | | | | | | | | | | | I forgot to add the offset off of the PR keyword read. The PR keyword contains the bucket ID number in byte[4] of the keyword data. Previously I was reading byte[0] which was incorrect. Change-Id: I358fe02821f1ef4105719aae77f13acb08ee6656 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23975 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
* Update get_poundv_bucket so that it passes the pointer to #V datacrgeddes2016-05-021-5/+5
| | | | | | | | | | | | | | | | | I got a little carried away dereferencing pointers. I was mem_cpy'ing to a pointer of a pointer. Also I am removing temp_defaults from this commit because they collide real attributes attribute_gets Change-Id: Ia3fecfa6550f21b07aedbe244de07ba3f117e6e7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23899 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23900 Tested-by: FSP CI Jenkins Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
* Get PoundV Bucket function and associated attributescrgeddes2016-04-281-0/+281
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: Icde553e910338ecffd901102bb3973c52d16710b Original-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 <mklight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23777 Tested-by: FSP CI Jenkins
OpenPOWER on IntegriCloud