-
- Downloads
cxl: Export library to support IBM XSL
This patch exports a in-kernel 'library' API which can be called by other drivers to help interacting with an IBM XSL on a POWER9 system. The XSL (Translation Service Layer) is a stripped down version of the PSL (Power Service Layer) used in some cards such as the Mellanox CX5. Like the PSL, it implements the CAIA architecture, but has a number of differences, mostly in it's implementation dependent registers. The XSL also uses a special DMA cxl mode, which uses a slightly different init sequence for the CAPP and PHB. Signed-off-by:Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by:
Christophe Lombard <clombard@linux.vnet.ibm.com> Acked-by:
Frederic Barrat <fbarrat@linux.vnet.ibm.com> Signed-off-by:
Michael Ellerman <mpe@ellerman.id.au>
Showing
- arch/powerpc/include/asm/opal-api.h 1 addition, 0 deletionsarch/powerpc/include/asm/opal-api.h
- drivers/misc/cxl/Kconfig 5 additions, 0 deletionsdrivers/misc/cxl/Kconfig
- drivers/misc/cxl/Makefile 1 addition, 1 deletiondrivers/misc/cxl/Makefile
- drivers/misc/cxl/cxl.h 6 additions, 0 deletionsdrivers/misc/cxl/cxl.h
- drivers/misc/cxl/cxllib.c 246 additions, 0 deletionsdrivers/misc/cxl/cxllib.c
- drivers/misc/cxl/fault.c 19 additions, 10 deletionsdrivers/misc/cxl/fault.c
- drivers/misc/cxl/native.c 11 additions, 5 deletionsdrivers/misc/cxl/native.c
- drivers/misc/cxl/pci.c 27 additions, 14 deletionsdrivers/misc/cxl/pci.c
- include/misc/cxllib.h 133 additions, 0 deletionsinclude/misc/cxllib.h
Loading
Please register or sign in to comment