coreboot/src/include/console
Julien Viard de Galbert 235daa4bf6 driver/uart: Introduce a way for mainboard to override the baudrate
The rationale is to allow the mainboard to override the default
baudrate for instance by sampling GPIOs at boot.

A new configuration option is available for mainboards to select
this behaviour. It will then have to define the function
get_uart_baudrate to return the computed baudrate.

Change-Id: I970ee788bf90b9e1a8c6ccdc5eee8029d9af0ecc
Signed-off-by: Julien Viard de Galbert <jviarddegalbert@online.net>
Reviewed-on: https://review.coreboot.org/23713
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2018-02-21 16:09:06 +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 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 src/include: Add space after comma 2017-03-09 17:19:16 +01:00