libpayload: Add a Geode video driver

Add a Geode video driver in lieu of VGA on Geode LX devices

Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3233 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Jordan Crouse
2008-04-11 15:48:21 +00:00
parent e3aeb93a52
commit 54315533cc
6 changed files with 4997 additions and 0 deletions

View File

@@ -68,6 +68,11 @@ config VGA_VIDEO_CONSOLE
depends on VIDEO_CONSOLE
default y
config GEODE_VIDEO_CONSOLE
bool "Geode video console driver"
depends on VIDEO_CONSOLE
default n
config PC_KEYBOARD
bool "Allow input from a PC keyboard"
default y