coreboot-kgpe-d16/payloads/libpayload/include
Stefan Reinauer abc0c85516 Printing coreboot debug messages on VGA console is pretty much useless, since
initializing VGA happens pretty much as the last thing before starting the
payload. Hence, drop VGA console support, as we did in coreboot v3.

- Drop VGA and BTEXT console support. 
  Console is meant to be debugging only, and by the time graphics comes up
  99% of the risky stuff has already happened. Note: This patch does not remove
  hardware init but only the actual output functionality. 

  The ragexl driver needs some extra love, but that's for another day
- factor out die() and post()
- drop some leftover RAMBASE < 0x100000 checks.

Signed-off-by: Stefan Reinauer <stepan@coreboot.org>
Acked-by: QingPei Wang<wangqingpei@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6111 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-11-22 08:09:50 +00:00
..
i386/arch Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
pci Add #define that states the libpci interface version we implement 2010-08-16 17:51:47 +00:00
powerpc/arch libpayload update 2010-03-25 22:15:19 +00:00
sys Attached patch moves functions out of the huge libpayload.h into headers 2010-06-24 11:16:10 +00:00
usb Avoid using the name "pid_t", which is used on unixoid systems. 2010-06-07 13:58:17 +00:00
coreboot_tables.h Printing coreboot debug messages on VGA console is pretty much useless, since 2010-11-22 08:09:50 +00:00
ctype.h Attached patch moves functions out of the huge libpayload.h into headers 2010-06-24 11:16:10 +00:00
curses.h
curses.priv.h become more standard with libpayload headers. PATH_MAX belongs in limits.h, 2010-07-09 18:52:17 +00:00
errno.h Attached patch moves functions out of the huge libpayload.h into headers 2010-06-24 11:16:10 +00:00
getopt.h Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
lar.h
libpayload.h libpayload: Add function to fix CMOS checksum. 2010-08-17 10:14:50 +00:00
limits.h become more standard with libpayload headers. PATH_MAX belongs in limits.h, 2010-07-09 18:52:17 +00:00
multiboot_tables.h
pci.h Attached patch moves functions out of the huge libpayload.h into headers 2010-06-24 11:16:10 +00:00
stdarg.h Attached patch moves functions out of the huge libpayload.h into headers 2010-06-24 11:16:10 +00:00
stdint.h Attached patch moves functions out of the huge libpayload.h into headers 2010-06-24 11:16:10 +00:00
stdio.h become more standard with libpayload headers. PATH_MAX belongs in limits.h, 2010-07-09 18:52:17 +00:00
stdlib.h Attached patch moves functions out of the huge libpayload.h into headers 2010-06-24 11:16:10 +00:00
string.h Attached patch moves functions out of the huge libpayload.h into headers 2010-06-24 11:16:10 +00:00
sysinfo.h Add coreboot framebuffer support to libpayload 2010-03-25 18:56:26 +00:00
unistd.h Attached patch moves functions out of the huge libpayload.h into headers 2010-06-24 11:16:10 +00:00
video_console.h Add coreboot framebuffer support to libpayload 2010-03-25 18:56:26 +00:00