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>
This commit is contained in:

committed by
Michael Ellerman

parent
6d382616ac
commit
b385c9e971
@@ -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 */
|
||||
|
Reference in New Issue
Block a user