diff options
Diffstat (limited to 'doc/opal-api')
-rw-r--r-- | doc/opal-api/power9-changes.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/opal-api/power9-changes.txt b/doc/opal-api/power9-changes.txt new file mode 100644 index 00000000..0552bb3a --- /dev/null +++ b/doc/opal-api/power9-changes.txt @@ -0,0 +1,19 @@ +POWER9 Changes to OPAL API +-------------------------- + +This document is a summary of POWER9 changes to the OPAL API over what it +was for POWER7 and POWER8. As the POWER series of processors (at least up +to POWER9) require changes in the hypervisor to work on a new processor +generation, this gives us an opportunity with POWER9 to clean up several +parts of the OPAL API. + +Eventually, when the kernel drops support for POWER8 and before, we can then +remove the associated kernel code too. + + +TODO +---- +Things we still have to do for POWER9: +- remove opal-v2 from compatible string. +- PCI to use async API rather than returning delays +- deprecate/remove v1 APIs where there's a V2 |