[U-Boot] [PATCH v2 12/14] dm: video: test: Add tests for the video uclass
Simon Glass
sjg at chromium.org
Thu Jan 21 16:19:16 CET 2016
On 18 January 2016 at 19:52, Simon Glass <sjg at chromium.org> wrote:
> Add tests that check that the video console is working correcty. Also check
> that text output produces the expected result. Test coverage includes
> character output, wrapping and scrolling.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Acked-by: Anatolij Gustschin <agust at denx.de>
> ---
>
> Changes in v2:
> - Fix 'resolutino' typo in comment
>
> arch/sandbox/dts/test.dts | 7 ++
> drivers/video/sandbox_sdl.c | 9 ---
> include/dm/test.h | 8 ++
> test/dm/Makefile | 1 +
> test/dm/video.c | 190 ++++++++++++++++++++++++++++++++++++++++++++
> 5 files changed, 206 insertions(+), 9 deletions(-)
> create mode 100644 test/dm/video.c
Applied to u-boot-dm
More information about the U-Boot
mailing list