Re: [U-Boot] [PATCH] video: arm: rpi: Avoid crash without HDMI monitor connected

2019-07-29 Thread Anatolij Gustschin
On Fri, 26 Jul 2019 13:54:30 +0100 Andre Przywara andre.przyw...@arm.com wrote: ... > I saw this on the RPi4 (with Andrei's v2 series), but it looks like this > would happen on the other boards as well. Thanks, but I've applied [1] instead of this patch. [1]

Re: [U-Boot] [PATCH] video: arm: rpi: Avoid crash without HDMI monitor connected

2019-07-26 Thread Andre Przywara
On Fri, 26 Jul 2019 13:35:26 + Matthias Brugger wrote: > On 26/07/2019 14:54, Andre Przywara wrote: > > Before we use random pointers that bcm2835_set_video_params() is > > supposed to populate, we should check its return value, which could > > indicate that the function bailed out early.

[U-Boot] [PATCH] video: arm: rpi: Avoid crash without HDMI monitor connected

2019-07-26 Thread Andre Przywara
Before we use random pointers that bcm2835_set_video_params() is supposed to populate, we should check its return value, which could indicate that the function bailed out early. This happend when there is no monitor connected. That fixes a horrible crash when just booting with a serial console.