coreboot-kgpe-d16/src/soc/nvidia/tegra210
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
..
include/soc
jdi_25x18_display
lp0
addressmap.c
ape.c
arm_tf.c soc/nvidia/tegra210: add missing bl31 params to ATF config 2018-02-20 20:39:33 +00:00
bootblock.c
bootblock_asm.S
cbmem.c
ccplex.c
chip.h
clock.c soc/nvidia/tegra210: set up the clock of the chosen UART 2018-02-20 20:36:33 +00:00
cpu.c
dc.c
dma.c
dp.c
dsi.c
flow_ctrl.c
funitcfg.c
gic.c
i2c.c
i2c6.c
Kconfig
Makefile.inc
mipi-phy.c
mipi.c
mipi_dsi.c
mmu_operations.c
monotonic_timer.c
mtc.c
padconfig.c
power.c
ram_code.c
ramstage.c
romstage.c src/soc: Fix various typos 2018-02-20 23:17:39 +00:00
romstage_asm.S
sdram.c
sdram_lp0.c
soc.c
sor.c
spi.c
stack.S
stage_entry.S
uart.c driver/uart: Introduce a way for mainboard to override the baudrate 2018-02-21 16:09:06 +00:00