opensbi/lib/utils/serial
Heinrich Schuchardt 66c4fca532 lib: utils: consider ':' in stdout-path
The value of the /chosen/stdout-path devicetree property is used to
determine the UART used by openSBI. According to the devicetree
specification the value may contain a hyphen, e.g.

	chosen {
                stdout-path = "/serial@f00:115200";
        };

If the character ':' is present, it terminates the path of the device.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
2021-06-02 17:06:17 +05:30
..
fdt_serial.c lib: utils: consider ':' in stdout-path 2021-06-02 17:06:17 +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: sbi: Simplify console platform operations 2021-04-28 16:58:23 +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
objects.mk lib: utils/serial: Add support for Gaisler APBUART 2021-05-06 14:21:07 +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