coreboot-kgpe-d16/payloads/libpayload/arch/i386
Gabe Black 4bb0731a7b libpayload: Add an option to skip console initialization on startup.
A payload may want to decide whether it uses certain input/output consoles,
or that it wants support for outputing to a particular device but not to use
that device as a console. This change adds a config option which skips the
call to console_init in start_main.

Change-Id: I32b224d4d0bd3a239b402ecb09ee907d53225735
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: http://review.coreboot.org/1732
Tested-by: build bot (Jenkins)
Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
2012-11-09 22:55:38 +01:00
..
Config.in Refactor the endianness conversion functions and header files. 2012-11-08 19:49:51 +01:00
Makefile.inc libpayload: Add faster, architecture specific versions of memset and memcpy. 2012-11-07 18:31:15 +01:00
coreboot.c Update libpayloads understanding of the coreboot tables. 2012-11-08 19:49:46 +01:00
exec.S
head.S Don't do a call as the first instruction in libpayload. 2011-10-11 11:47:06 +02:00
main.c libpayload: Add an option to skip console initialization on startup. 2012-11-09 22:55:38 +01:00
multiboot.c Reduce warnings/errors in libpayload when using picky compiler options 2011-06-30 20:41:23 +02:00
string.c libpayload: Add faster, architecture specific versions of memset and memcpy. 2012-11-07 18:31:15 +01:00
sysinfo.c Let lib_get_sysinfo() pass through the success of get_coreboot_info() 2011-12-24 12:02:18 +01:00
timer.c
util.S
virtual.c Reduce warnings/errors in libpayload when using picky compiler options 2011-06-30 20:41:23 +02:00