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

Shilpasri G Bhat shilpa.bhat at linux.vnet.ibm.com
Mon Feb 1 20:13:22 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 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      | 81 ++++++++++++++++++++++++++++++++++++++++++++++-------------
 include/cpu.h |  1 +
 3 files changed, 76 insertions(+), 17 deletions(-)

-- 
1.9.3



More information about the Skiboot mailing list