lib: utils: serial: Add Cadence UART driver
authorJun Liang Tan <junliang.tan@linux.starfivetech.com>
Wed, 17 Aug 2022 15:40:56 +0000 (23:40 +0800)
committerAnup Patel <anup@brainfault.org>
Tue, 23 Aug 2022 03:10:17 +0000 (08:40 +0530)
commitcbaa9b0333517b3c25bea8d1c71ac8005ff1f727
treeac34ed7af2455b6a0cb1c9efbf53857194146b67
parentadf44b51bae1b91dbb90c51fcecfbc23bb3062a5
lib: utils: serial: Add Cadence UART driver

Add Cadence UART driver

Signed-off-by: Jun Liang Tan <junliang.tan@linux.starfivetech.com>
Signed-off-by: Wei Liang Lim <weiliang.lim@linux.starfivetech.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
include/sbi_utils/fdt/fdt_helper.h
include/sbi_utils/serial/cadence-uart.h [new file with mode: 0644]
lib/utils/fdt/fdt_helper.c
lib/utils/serial/Kconfig
lib/utils/serial/cadence-uart.c [new file with mode: 0644]
lib/utils/serial/fdt_serial_cadence.c [new file with mode: 0644]
lib/utils/serial/fdt_serial_uart8250.c
lib/utils/serial/objects.mk
platform/generic/configs/defconfig