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
..
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
hw-debug_sink.adb
hw-debug_sink.ads
init.c src/console: add IS_ENABLED() around Kconfig symbol references 2017-06-12 04:08:55 +02:00
Kconfig console/flashsconsole: Add spi flash console for debugging 2017-06-04 18:44:56 +02:00
Makefile.inc
post.c src/console: add IS_ENABLED() around Kconfig symbol references 2017-06-12 04:08:55 +02:00
printk.c
vsprintf.c
vtxprintf.c src: add IS_ENABLED() around Kconfig symbol references 2017-07-13 23:57:07 +00:00