coreboot-kgpe-d16/payloads/libpayload/curses
Uwe Hermann 30d789bcbd Fix the NVRAM access functions to work correctly for the
upper 128 bytes of NVRAM (if enabled).

For most chipsets this means using I/O ports 0x72/0x73, but at least
on some VIA chipsets (I tested the VIA VT8237R on actual hardware)
these ports won't work and you have to use 0x74/0x75. Thus, make this
a Kconfig option for now.

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



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3202 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2008-03-31 20:21:49 +00:00
..
Makefile.inc Fix the NVRAM access functions to work correctly for the 2008-03-31 20:21:49 +00:00
colors.c Fix code to allow usage of -Wall in libpayload and the sample (trivial). 2008-03-20 20:46:44 +00:00
keyboard.c Fix code to allow usage of -Wall in libpayload and the sample (trivial). 2008-03-20 20:46:44 +00:00
local.h libpayload: The initial chunk of code writen by AMD 2008-03-19 23:56:58 +00:00
speaker.c libpayload: External code 2008-03-19 23:59:13 +00:00
tinycurses.c [libpayload] Work around sign-extending issue 2008-03-29 16:13:22 +00:00