coreboot/src/drivers/pc80/vga
Jeremy Compostella 84c3b5e051 drivers/pc80/vga: Add legacy VGA romstage support
This is support for adding legacy VGA support into romstage.
Support for this is being provided by libgfxinit.

The current use case allows us to initialize the display
before memory init (prior to physical memory init) to inform
the user when lengthy memory training is needed.

BUG=b:252792591
BRANCH=firmware-brya-14505.B
TEST=VGA code compiles for romstage

Change-Id: I81309871e8db71657b2a9816708141f121d767d3
Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70278
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2023-01-07 17:46:54 +00:00
..
Kconfig drivers/pc80/vga: Add legacy VGA romstage support 2023-01-07 17:46:54 +00:00
Makefile.inc drivers/pc80/vga: Add legacy VGA romstage support 2023-01-07 17:46:54 +00:00
vga.c drivers/pc80/vga: Add API to write multi-line video message 2023-01-02 05:45:23 +00:00
vga.h
vga_font_8x16.c
vga_io.c src/drivers: Remove unnecessary space after casts 2022-11-22 13:40:56 +00:00
vga_palette.c