coreboot-kgpe-d16/payloads/libpayload/curses
Jordan Crouse 0e122af465 [libpayload] Work around sign-extending issue
Somewhere characters are getting sign-extended, meaning that the
attributes of the drawing chars (>= 128) are wrong. Cast the value
before sending it to VGA.

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@3195 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2008-03-29 16:13:22 +00:00
..
Makefile.inc Cosmetics, fix typos (trivial). 2008-03-21 18:37:23 +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