coreboot-kgpe-d16/src/console
Patrick Rudolph 4b7b18d14a console: Add weak method to notify about death
Call weak method die_notify.

The method should be overwritten in mainboard directory to signal that
a fatal error had occurred. On boards that do share the same EC and where
the EC is capable of controlling LEDs or a buzzer the method can be
overwritten in EC directory instead.

Tested on Lenovo T500.

Change-Id: I71f8ddfc96047e8a0d39f084588db1fe2f251612
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/19696
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2017-08-14 11:01:41 +00:00
..
Kconfig console/flashsconsole: Add spi flash console for debugging 2017-06-04 18:44:56 +02:00
Makefile.inc console: Make snprintf available in all stages 2017-04-24 19:25:21 +02:00
console.c src/console: add IS_ENABLED() around Kconfig symbol references 2017-06-12 04:08:55 +02:00
die.c console: Add weak method to notify about death 2017-08-14 11:01:41 +00:00
early_print.c src/console: Add required space before opening parenthesis '(' 2016-08-31 20:06:20 +02:00
hw-debug_sink.adb Hook up libhwbase in ramstage 2016-11-29 23:45:40 +01:00
hw-debug_sink.ads Hook up libhwbase in ramstage 2016-11-29 23:45:40 +01:00
init.c src/console: add IS_ENABLED() around Kconfig symbol references 2017-06-12 04:08:55 +02:00
post.c src/console: add IS_ENABLED() around Kconfig symbol references 2017-06-12 04:08:55 +02:00
printk.c console: Enable do_printk_va_list for VBOOT 2016-12-27 18:07:39 +01:00
vsprintf.c
vtxprintf.c src: add IS_ENABLED() around Kconfig symbol references 2017-07-13 23:57:07 +00:00