coreboot-kgpe-d16/payloads/libpayload/drivers/video
Martin Roth 3a2aa45eeb libpayload: Don't try to use invalid row count
console->scroll_up() was hanging when console->rows is 0.  This
was happening on delan if no screen was attached.  If there are no
rows, just return.

BUG=b:119234919
TEST=Boot delan with no flat panel.  System boots to OS

Change-Id: Ib022d3c6fc0c9cf360809dca28761a50c787304a
Signed-off-by: Martin Roth <martinroth@chromium.org>
Reviewed-on: https://review.coreboot.org/c/30092
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
2018-12-09 09:30:13 +00:00
..
bitmap.h Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
corebootfb.c libpayload: video: Add support for font scaling with a factor 2017-08-03 20:37:07 +00:00
font.c libpayload: video: Add support for font scaling with a factor 2017-08-03 20:37:07 +00:00
font.h libpayload: Use a static copy of `font_glyph_filled()` 2017-08-10 12:07:13 +00:00
font8x16.c
font8x16.h
geodelx.c libpayload: video: Add support for font scaling with a factor 2017-08-03 20:37:07 +00:00
graphics.c detachables: Add invert parameter 2017-05-25 18:23:56 +02:00
vga.c
video.c libpayload: Don't try to use invalid row count 2018-12-09 09:30:13 +00:00