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

« back to all changes in this revision

Viewing changes to roms/skiboot/doc/opal-api/opal-unregister-dump-region-102.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_UNREGISTER_DUMP_REGION
 
2
---------------------------
 
3
 
 
4
While OPAL_REGISTER_DUMP_REGION registers a region, OPAL_UNREGISTER_DUMP_REGION
 
5
will unregister a region by region ID.
 
6
 
 
7
OPAL_UNREGISTER_DUMP_REGION takes one argument: the region ID.
 
8
 
 
9
A host OS should check OPAL_UNREGISTER_DUMP_REGION is supported through a call to
 
10
OPAL_CHECK_TOKEN.
 
11
 
 
12
If OPAL_UNREGISTER_DUMP_REGION is called on a system where the call is present but
 
13
unsupported, it will return OPAL_UNSUPPORTED.
 
14
 
 
15
BUGS:
 
16
Some skiboot versions incorrectly returned OPAL_SUCCESS in the case of
 
17
OPAL_UNREGISTER_DUMP_REGION being supported on a platform (so the call was present)
 
18
but the call being unsupported for some reason (e.g. on an IBM POWER7 machine).