[Skiboot] [PATCH v3 0/3] Parse V2 format of OCC-OPAL shared memory region for Garrison

Shilpasri G Bhat shilpa.bhat at linux.vnet.ibm.com
Wed Feb 10 08:39:53 AEDT 2016


In this patchset, Patch[2] will parse pstate table correctly for
Garrison which involves reading the V2 format of OCC-OPAL shared
memory region and Patch [3] will filter the pstate table entries
between Pmax and Pmin limits. Patch[1] adds a helper routine to 
get number of cores in a chip.

Changes from v2:
- Only Patch[2] is modified and detailed version log for it can be
  found in the patch.

Changes from v1:
- Changes wrt Joel's comments in Patch[2]. Detailed version log
  in the patch.
- Add a helper routine to get the available cores in the chip in
  Patch[1]

Shilpasri G Bhat (3):
  cpu: Add helper function to return number of cores available in the
    chip
  occ: Add support to read V2 format of OCC-OPAL shared memory region
  occ: Filter out entries from Pmin to Pmax in Pstate table

 core/cpu.c    | 11 +++++++++
 hw/occ.c      | 78 ++++++++++++++++++++++++++++++++++++++++++++++-------------
 include/cpu.h |  1 +
 3 files changed, 73 insertions(+), 17 deletions(-)

-- 
1.9.3



More information about the Skiboot mailing list