sandbox: sdl: Add an option to double the screen size
authorSimon Glass <sjg@chromium.org>
Mon, 3 Feb 2020 14:36:13 +0000 (07:36 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Feb 2020 02:33:46 +0000 (19:33 -0700)
commit6be88c72828923f2df8c441ee12f5829e0d06f32
tree74f7feec5110c1b44a13804e032b988e7f97d71c
parent96d0cd460430f18d0f22eead5409ed3dc53b4c4e
sandbox: sdl: Add an option to double the screen size

On high-DPI displays U-Boot's LCD window can look very small. Add a
-K flag to expand it to make things easier to read, while still using
the existing resolution internally.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Anatolij Gustschin <agust@denx.de>
arch/sandbox/cpu/sdl.c
arch/sandbox/cpu/start.c
arch/sandbox/include/asm/sdl.h
arch/sandbox/include/asm/state.h
drivers/video/sandbox_sdl.c