opensbi/lib/utils
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 lib: utils/fdt: Replace strcmp with strncmp 2021-05-19 17:35:38 +05:30
ipi lib: utils: Try other FDT drivers when we see SBI_ENODEV 2021-05-24 15:49:21 +05:30
irqchip lib: utils: Try other FDT drivers when we see SBI_ENODEV 2021-05-24 15:49:21 +05:30
libfdt lib: utils: Add strncpy macro to libfdt_env.h 2021-05-19 17:33:33 +05:30
reset lib: utils: Try other FDT drivers when we see SBI_ENODEV 2021-05-24 15:49:21 +05:30
serial lib: utils: consider ':' in stdout-path 2021-06-02 17:06:17 +05:30
sys lib: sbi: Simplify system reset platform operations 2021-04-28 17:25:00 +05:30
timer lib: utils: Try other FDT drivers when we see SBI_ENODEV 2021-05-24 15:49:21 +05:30