Re: [PATCH 08/22] sandbox: Add work-around for SDL2 display

2021-07-22 Thread Simon Glass
Hi Heinrich, On Thu, 22 Jul 2021 at 00:00, Heinrich Schuchardt wrote: > > > > On 7/6/21 12:32 AM, Simon Glass wrote: > > At present the display does not show on some machines, e.g. Ubunutu > > 20.04 but the reason is unknown. Add a work-around until this can be > > determined. > > I am running Ub

Re: [PATCH 08/22] sandbox: Add work-around for SDL2 display

2021-07-21 Thread Heinrich Schuchardt
On 7/6/21 12:32 AM, Simon Glass wrote: At present the display does not show on some machines, e.g. Ubunutu 20.04 but the reason is unknown. Add a work-around until this can be determined. I am running Ubuntu 20.04 and ./u-boot -T -l shows the graphical console for sandbox_defconfig. P

Re: [PATCH 08/22] sandbox: Add work-around for SDL2 display

2021-07-17 Thread Simon Glass
At present the display does not show on some machines, e.g. Ubunutu 20.04 but the reason is unknown. Add a work-around until this can be determined. Also include more error checking just in case. Signed-off-by: Simon Glass --- arch/sandbox/cpu/sdl.c | 23 ++- 1 file changed

[PATCH 08/22] sandbox: Add work-around for SDL2 display

2021-07-05 Thread Simon Glass
At present the display does not show on some machines, e.g. Ubunutu 20.04 but the reason is unknown. Add a work-around until this can be determined. Also include more error checking just in case. Signed-off-by: Simon Glass --- arch/sandbox/cpu/sdl.c | 23 ++- 1 file changed