coreboot-kgpe-d16/src/include/console
Julien Viard de Galbert 4ecd42f9b5 console: Introduce a way for mainboard to override the loglevel
This change adds a config option to allow mainboard to override
the console loglevel. When the option is set, the platform has
to define the function get_console_loglevel returning a valid
loglevel value.

This allows a mainboard to sample a GPIO to switch the loglevel
value between different environments (qualification vs production)
without re-flashing.

Change-Id: Id6cc72b8fe5c4c50a6f83ce80e6440b078eec6e2
Signed-off-by: Julien Viard de Galbert <jviarddegalbert@online.net>
Reviewed-on: https://review.coreboot.org/23712
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2018-02-23 08:44:59 +00:00
..
cbmem_console.h include/console: Use IS_ENABLED() macro 2017-05-22 11:07:57 +02:00
console.h console: Introduce a way for mainboard to override the loglevel 2018-02-23 08:44:59 +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
uart.h driver/uart: Introduce a way for mainboard to override the baudrate 2018-02-21 16:09:06 +00:00
usb.h usbdebug: Fix init and add support for postcar 2017-09-14 12:26:18 +00:00
vtxprintf.h