cmd: Add osd commands
authorMario Six <mario.six@gdsys.cc>
Thu, 27 Sep 2018 07:19:34 +0000 (09:19 +0200)
committerAnatolij Gustschin <agust@denx.de>
Fri, 28 Sep 2018 16:27:33 +0000 (18:27 +0200)
commit3bf65cb56cc844473146d977b21c64504f191aff
tree9dcc5d5cdad3128eaa2d23a0ac413e09ea08014c
parent87be2fe6ec1a689362a03a8e04a6abf6029ee2d1
cmd: Add osd commands

Add command to query information from and write text to on-screen
display (OSD) devices.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Reviewed-by: Simon Glass <sjg@chromium.org>
board/gdsys/common/Makefile
board/gdsys/common/osd_cmd.c [new file with mode: 0644]
board/gdsys/mpc8308/Kconfig
cmd/Kconfig
cmd/Makefile
cmd/osd.c [new file with mode: 0644]