]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: Add PCI driver and test for p2sb
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:41:57 +0000 (21:41 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:11 +0000 (11:44 +0800)
commit5f061679f0012054d0db87de290122f2e0ef8a33
tree5e70600eb19d603a8b795eb0fdb8edc6ac745981
parent61975cc021c6429eb6a23024a95756d9c53ab03d
sandbox: Add PCI driver and test for p2sb

Add a sandbox driver and PCI-device emulator for p2sb. Also add a test
which uses a simple 'adder' driver to test the p2sb functionality.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
13 files changed:
arch/sandbox/dts/test.dts
arch/sandbox/include/asm/test.h
configs/sandbox64_defconfig
configs/sandbox_defconfig
configs/sandbox_flattree_defconfig
configs/sandbox_spl_defconfig
configs/tools-only_defconfig
drivers/misc/Makefile
drivers/misc/p2sb_emul.c [new file with mode: 0644]
drivers/misc/p2sb_sandbox.c [new file with mode: 0644]
drivers/misc/sandbox_adder.c [new file with mode: 0644]
test/dm/Makefile
test/dm/p2sb.c [new file with mode: 0644]