coreboot/src/pc80
Luc Verhaegen 5c5beb765d Implement native VGA Support.
This code brings a rather complete set of VGA IO routines for whoever wants it.
These consist of the by now familiar read/write/mask sets. Due to the crazy
nature of VGA, an ancient standard with bits all over the place, it makes no
sense to define individual registers. You need a vga register spec at hand if
you want to do anything anyway. These IO routines are always exposed.

It also provides code to natively set up a 640x400 VGA textmode with an 8x16
font. The native VGA mode code is behind the OPTION_VGA option, as the font
really adds to the size of the compiled/compressed rom. The font is the one
also present in the linux kernel, but this file is unlicensed. Another copy of
this is also present in coreboot in the deprecated console/btext code.

The vga console code has been cleaned up, but it still has some TODO's left
open, but that's for when i finally have found the remaining issue with the
epia-m. Right now, it is important to get parts of my work out already and to
make the remainder managable again.

Signed-off-by: Luc Verhaegen <libv@skynet.be>
Acked-by: Peter Stuge <peter@stuge.se>

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4321 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-05-29 03:04:16 +00:00
..
ide This patch converts __FUNCTION__ to __func__, since __func__ is standard. 2009-02-12 21:30:06 +00:00
vga Implement native VGA Support. 2009-05-29 03:04:16 +00:00
Config.lb Implement native VGA Support. 2009-05-29 03:04:16 +00:00
i8259.c add a header file for i8259.h (trivial) 2009-01-20 21:38:17 +00:00
isa-dma.c - Bump the LinuxBIOS major version 2004-10-21 10:44:08 +00:00
keyboard.c keyboard driver: function definitions should not omit void if they don't take 2009-05-23 22:02:31 +00:00
mc146818rtc.c * Allow coreboot to use the full 256 bytes of CMOS memory 2009-04-22 09:03:08 +00:00
mc146818rtc_early.c fix warnings, shadowed declarations and style guide violations (all trivial) 2009-04-22 16:23:47 +00:00
serial.c Refactor copy_and_run so that it uses a single code base instead of 2009-04-30 07:07:22 +00:00
udelay_io.c Add VIA CX700 support, plus VIA vt8454c reference board support. 2009-04-17 08:37:18 +00:00
usbdebug_direct_serial.c This is (most of) the usb2 debug console code ripped out of 2007-02-28 11:17:02 +00:00