-
- Downloads
fsi: master-ast-cf: Add new FSI master using Aspeed ColdFire
The Aspeed AST2x00 can contain a ColdFire v1 coprocessor which is currently unused on OpenPower systems. This adds an alternative to the fsi-master-gpio driver that uses that coprocessor instead of bit banging from the ARM core itself. The end result is about 4 times faster. The firmware for the coprocessor and its source code can be found at https://github.com/ozbenh/cf-fsi and is system specific. Signed-off-by:Benjamin Herrenschmidt <benh@kernel.crashing.org>
Showing
- drivers/fsi/Kconfig 9 additions, 0 deletionsdrivers/fsi/Kconfig
- drivers/fsi/Makefile 1 addition, 0 deletionsdrivers/fsi/Makefile
- drivers/fsi/cf-fsi-fw.h 157 additions, 0 deletionsdrivers/fsi/cf-fsi-fw.h
- drivers/fsi/fsi-master-ast-cf.c 1438 additions, 0 deletionsdrivers/fsi/fsi-master-ast-cf.c
- include/trace/events/fsi_master_ast_cf.h 150 additions, 0 deletionsinclude/trace/events/fsi_master_ast_cf.h
Loading