coreboot-kgpe-d16/payloads/libpayload/drivers/video
Paul Kocialkowski 1c0b603673 libpayload: video: Introduce helpers for font access
This introduces helpers for accessing the included font, instead of
using hardcoded values provided by the font's header itself.

It will allow painlessly adding support for font scaling in a subsequent
change. It should not introduce any functionality change.

Change-Id: I0277984ec01f49dc51bfc8237ef806f13e3547e2
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-on: https://review.coreboot.org/20708
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
2017-08-03 20:34:59 +00:00
..
bitmap.h Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
corebootfb.c libpayload: video: Introduce helpers for font access 2017-08-03 20:34:59 +00:00
font.c libpayload: video: Introduce helpers for font access 2017-08-03 20:34:59 +00:00
font.h libpayload: video: Introduce helpers for font access 2017-08-03 20:34:59 +00:00
font8x16.c
font8x16.h
geodelx.c libpayload: video: Introduce helpers for font access 2017-08-03 20:34:59 +00:00
graphics.c detachables: Add invert parameter 2017-05-25 18:23:56 +02:00
vga.c
video.c