coreboot/src/include/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
..
cbmem_console.h include/console: Use IS_ENABLED() macro 2017-05-22 11:07:57 +02:00
console.h console: Add weak method to notify about death 2017-08-14 11:01:41 +00:00
early_print.h src/include: Wrap lines at 80 columns 2017-03-13 17:23:37 +01:00
flash.h console/flashsconsole: Add spi flash console for debugging 2017-06-04 18:44:56 +02:00
ne2k.h include/console: Use IS_ENABLED() macro 2017-05-22 11:07:57 +02:00
post_codes.h intel/fsp: Add and use new post codes for FSP phase indication 2017-07-17 15:16:37 +00:00
qemu_debugcon.h include/console: Use IS_ENABLED() macro 2017-05-22 11:07:57 +02:00
spi.h Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
spkmodem.h include/console: Use IS_ENABLED() macro 2017-05-22 11:07:57 +02:00
streams.h console: Add write line routine 2016-08-10 22:30:19 +02:00
uart.h include/console: Use IS_ENABLED() macro 2017-05-22 11:07:57 +02:00
usb.h include/console: Use IS_ENABLED() macro 2017-05-22 11:07:57 +02:00
vtxprintf.h src/include: Add space after comma 2017-03-09 17:19:16 +01:00