sandbox: Add a test for IRQ
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:41:59 +0000 (21:41 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:12 +0000 (11:44 +0800)
commitfbb0efdd272ed0ad232bf917648e161b31226ec5
treec67b129448dc7acf83a055861e1dfd409f76f97f
parent79d66a6ac117dc4978c3ee66e342ad06411d390c
sandbox: Add a test for IRQ

Add a simple sandbox test for this uclass.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/sandbox/dts/test.dts
configs/sandbox64_defconfig
configs/sandbox_defconfig
configs/sandbox_flattree_defconfig
configs/sandbox_spl_defconfig
drivers/misc/Makefile
drivers/misc/irq_sandbox.c [new file with mode: 0644]
test/dm/Makefile
test/dm/irq.c [new file with mode: 0644]