video_osd: Add osd sandbox driver and tests
authorMario Six <mario.six@gdsys.cc>
Thu, 27 Sep 2018 07:19:31 +0000 (09:19 +0200)
committerAnatolij Gustschin <agust@denx.de>
Fri, 28 Sep 2018 16:26:52 +0000 (18:26 +0200)
commit4eea531859edc7e23fcffadee47757a0c6e0959f
tree37015231606c0df658d57485468e3a49ccbee792
parent9671f696e52b1af72fe5566bf5a6fefc6a6fefa5
video_osd: Add osd sandbox driver and tests

Add sandbox driver and tests for the new OSD uclass.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Reviewed-by: Simon Glass <sjg@chromium.org>
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_noblk_defconfig
configs/sandbox_spl_defconfig
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/sandbox_osd.c [new file with mode: 0644]
drivers/video/sandbox_osd.h [new file with mode: 0644]
test/dm/Makefile
test/dm/osd.c [new file with mode: 0644]