opensbi/lib/utils/serial
Jakub Luzny ce4c0188d9 lib: utils/serial: Round UART8250 baud rate divisor to nearest integer
Previously, it was rounded down and that gives suboptimal results when
non-standard clock sources or baud rates are used.

Signed-off-by: Jakub Luzny <jakub.luzny@codasip.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
2022-02-04 11:16:29 +05:30
..
fdt_serial.c lib: utils: Add LiteX UART support 2021-11-18 13:22:02 +05:30
fdt_serial_gaisler.c lib: utils/serial: Add support for Gaisler APBUART 2021-05-06 14:21:07 +05:30
fdt_serial_htif.c lib: utils/sys: Extend HTIF library to allow custom base address 2022-01-11 18:17:49 +05:30
fdt_serial_litex.c lib: utils: Add LiteX UART support 2021-11-18 13:22:02 +05:30
fdt_serial_shakti.c lib: sbi: Simplify console platform operations 2021-04-28 16:58:23 +05:30
fdt_serial_sifive.c lib: sbi: Simplify console platform operations 2021-04-28 16:58:23 +05:30
fdt_serial_uart8250.c lib: utils/serial: Support Synopsys DesignWare APB UART 2021-05-19 13:03:19 +05:30
gaisler-uart.c lib: fix pointer of type 'void *' used in arithmetic 2022-01-21 21:58:12 +05:30
litex-uart.c lib: utils: Add LiteX UART support 2021-11-18 13:22:02 +05:30
objects.mk lib: utils: Add LiteX UART support 2021-11-18 13:22:02 +05:30
shakti-uart.c lib: fix pointer of type 'void *' used in arithmetic 2022-01-21 21:58:12 +05:30
sifive-uart.c lib: fix pointer of type 'void *' used in arithmetic 2022-01-21 21:58:12 +05:30
uart8250.c lib: utils/serial: Round UART8250 baud rate divisor to nearest integer 2022-02-04 11:16:29 +05:30