diff options
author | Ian Munsie <imunsie@au1.ibm.com> | 2016-06-08 15:09:54 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-06-16 23:10:26 +1000 |
commit | b385c9e971468eb8816b26742449d6d1e49f55f1 (patch) | |
tree | c78d0b179f8fb8e0956a6659df185f3d9e754cf8 /arch/powerpc/include/asm/opal-api.h | |
parent | 6d382616ac2283ed65c7a6a52d05b064488aa8f8 (diff) | |
download | blackbird-op-linux-b385c9e971468eb8816b26742449d6d1e49f55f1.tar.gz blackbird-op-linux-b385c9e971468eb8816b26742449d6d1e49f55f1.zip |
cxl: Add support for CAPP DMA mode
This adds support for using CAPP DMA mode, which is required for XSL
based cards such as the Mellanox CX4 to function.
This is currently an RFC as it depends on the corresponding support to
be merged into skiboot first, which was submitted here:
http://patchwork.ozlabs.org/patch/625582/
In the event that the skiboot on the system does not have the above
support, it will indicate as such in the kernel log and abort the init
process.
Signed-off-by: Ian Munsie <imunsie@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/opal-api.h')
-rw-r--r-- | arch/powerpc/include/asm/opal-api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/opal-api.h b/arch/powerpc/include/asm/opal-api.h index 70b5cbc0a49c..cd9371b33f1a 100644 --- a/arch/powerpc/include/asm/opal-api.h +++ b/arch/powerpc/include/asm/opal-api.h @@ -825,6 +825,7 @@ enum { OPAL_PHB_CAPI_MODE_CAPI = 1, OPAL_PHB_CAPI_MODE_SNOOP_OFF = 2, OPAL_PHB_CAPI_MODE_SNOOP_ON = 3, + OPAL_PHB_CAPI_MODE_DMA = 4, }; /* OPAL I2C request */ |