index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utils
/
serial
/
fdt_serial.c
Age
Commit message (
Expand
)
Author
2024-11-28
lib: utils/serial: Use fdt_driver for initialization
Samuel Holland
2024-11-28
treewide: Make carray arrays const and NULL-terminated
Samuel Holland
2024-08-24
lib: utils/serial: Pass the FDT to fdt_serial_init()
Samuel Holland
2024-08-24
lib: utils/serial: Constify FDT pointers in parsing functions
Samuel Holland
2024-06-13
lib: utils/serial: Fix fdt_serial to match more dt nodes
Xiang W
2024-06-13
lib: utils/serial: Skip initialize serial when dt is not enabled
Xiang W
2023-05-26
lib: utils: Improve fdt_serial_init
Xiang W
2022-05-13
lib: utils/serial: Generate FDT serial driver list at compile-time
Anup Patel
2022-02-28
lib: utils: serial: Initial commit of xlnx-uartlite
Alistair Francis
2021-11-18
lib: utils: Add LiteX UART support
Gabriel Somlo
2021-11-02
include: sbi_utils: Introduce an helper to get fdt base address
Alexandre Ghiti
2021-06-02
lib: utils: consider ':' in stdout-path
Heinrich Schuchardt
2021-05-24
lib: utils: Try other FDT drivers when we see SBI_ENODEV
Anup Patel
2021-05-06
lib: utils/serial: Add support for Gaisler APBUART
Daniel Cederman
2021-04-28
lib: sbi: Simplify console platform operations
Anup Patel
2020-06-19
platform: Add support for Shakti C-class SoC from IIT-M
Vijai Kumar K
2020-05-23
lib: utils: Extend fdt_find_match() Implementation
Anup Patel
2020-05-01
lib: utils: Add simple FDT serial framework
Anup Patel