axi: Add AXI sandbox driver and simple emulator
authorMario Six <mario.six@gdsys.cc>
Thu, 9 Aug 2018 12:51:18 +0000 (14:51 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sat, 11 Aug 2018 06:09:39 +0000 (08:09 +0200)
commit9a8bcabd8adac3382bc23bef450a6793e5144110
tree65209a7afa8abbc2a55ec2dfb9acf22fe50a010d
parent9fc8706d65fc812f4e1a2da78d3b4411c866db63
axi: Add AXI sandbox driver and simple emulator

Add test infrastructure and tests for the AXI uclass.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
arch/sandbox/include/asm/axi.h [new file with mode: 0644]
drivers/axi/Kconfig
drivers/axi/Makefile
drivers/axi/axi-emul-uclass.c [new file with mode: 0644]
drivers/axi/axi_sandbox.c [new file with mode: 0644]
drivers/axi/sandbox_store.c [new file with mode: 0644]
include/axi.h
include/dm/uclass-id.h