coreboot-kgpe-d16/src/console
Aaron Durbin 75c51d9af1 x86: add standalone verstage support
To support x86 verstage one needs a working buffer for
vboot. That buffer resides in the cache-as-ram region
which persists across verstage and romstage. The current
assumption is that verstage brings cache-as-ram up
and romstage tears cache-as-ram down. The timestamp,
cbmem console, and the vboot work buffer are persistent
through in both romstage and verstage. The vboot
work buffer as well as the cbmem console are permanently
destroyed once cache-as-ram is torn down. The timestamp
region is migrated. When verstage is enabled the assumption
is that _start is the romstage entry point. It's currently
expected that the chipset provides the entry point to
romstage when verstage is employed. Also, the car_var_*()
APIs use direct access when in verstage since its expected
verstage does not tear down cache-as-ram. Lastly, supporting
files were added to verstage-y such that an x86 verstage
will build and link.

BUG=chrome-os-partner:44827
BRANCH=None
TEST=Built and booted glados using separate verstage.

Change-Id: I097aa0b92f3bb95275205a3fd8b21362c67b97aa
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/11822
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2015-10-14 17:07:52 +00:00
..
Kconfig Add EM100 'hyper term' spi console support in ramstage & smm 2015-10-05 17:43:11 +00:00
Makefile.inc x86: add standalone verstage support 2015-10-14 17:07:52 +00:00
console.c Add EM100 'hyper term' spi console support in ramstage & smm 2015-10-05 17:43:11 +00:00
die.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
early_print.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
init.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
post.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
printk.c console: rename do_vtxprintf to do_printk_va_list and use it 2015-05-05 17:46:35 +02:00
vsprintf.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
vtxprintf.c Avoid 64bit math on MIPS platforms 2015-03-30 21:42:38 +02:00