opensbi/lib/utils/serial
Anup Patel 6dde43584f lib: utils/sys: Extend HTIF library to allow custom base address
Some of RISC-V emulators provide HTIF at fixed base address so for
such emulators users have to hard-code HTIF base address in the
linker script.

To address this problem, we let users optionally provide fixed HTIF
base address via platform support (or device tree).

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Reviewed-by: Dong Du <Dd_nirvana@sjtu.edu.cn>
Reviewed-by: Atish Patra <atishp@rivosinc.com>
2022-01-11 18:17:49 +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: utils/serial: Add support for Gaisler APBUART 2021-05-06 14:21:07 +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: sbi: Simplify console platform operations 2021-04-28 16:58:23 +05:30
sifive-uart.c lib: sbi: Simplify console platform operations 2021-04-28 16:58:23 +05:30
uart8250.c lib: sbi: Simplify console platform operations 2021-04-28 16:58:23 +05:30