~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/skiboot/doc/opal-api/opal-int-set-cppr-123.txt

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
OPAL_INT_SET_CPPR
 
2
-----------------
 
3
 
 
4
static int64_t opal_xive_set_cppr(uint8_t cppr)
 
5
 
 
6
 
 
7
Not yet implemented.
 
8
 
 
9
Modelled on the H_CPPR PAPR call.
 
10
 
 
11
For P9 and above systems where host doesn't know about interrupt controller.
 
12
An OS can instead make OPAL calls for XICS emulation.
 
13
 
 
14
For an OS to use this OPAL call, an "ibm,opal-intc" compatible device must
 
15
exist in the device tree. If OPAL does not create such a device, the host
 
16
OS MUST NOT use this call.