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
Age
Commit message (
Expand
)
Author
2022-12-12
lib: utils: serial: Add FDT driver for Renesas SCIF
Lad Prabhakar
2022-12-12
lib: utils: serial: Add Renesas SCIF driver
Lad Prabhakar
2022-11-15
lib: utils/serial: Fix semihosting compile error using LLVM
Anup Patel
2022-09-13
lib: utils/serial: add semihosting support
Kautuk Consul
2022-08-23
lib: utils: serial: Add Cadence UART driver
Jun Liang Tan
2022-08-08
lib: utils/fdt: Use kconfig for enabling/disabling
Anup Patel
2022-08-08
lib: utils/sys: Use kconfig for enabling/disabling drivers
Anup Patel
2022-08-08
lib: utils/serial: Use kconfig for enabling/disabling drivers
Anup Patel
2022-07-30
lib: utils/serial: Ensure baudrate is non-zero before using
Andrew Jones
2022-07-30
lib: serial: Clean up coding style in sifive-uart.c
Andrew Jones
2022-07-30
lib: utils/serial: Initialize platform_uart_data to zero
Andrew Jones
2022-07-20
lib: utils/serial: Update Shakti UART based on latest implementation
Prasanna T
2022-05-13
lib: utils/serial: Generate FDT serial driver list at compile-time
Anup Patel
2022-04-17
lib: utils/serial: support 'reg-offset' property
Zong Li
2022-02-28
lib: utils: serial: Initial commit of xlnx-uartlite
Alistair Francis
2022-02-04
lib: utils/serial: Round UART8250 baud rate divisor to nearest integer
Jakub Luzny
2022-01-21
lib: fix pointer of type 'void *' used in arithmetic
Jukka Laitinen
2022-01-11
lib: utils/sys: Extend HTIF library to allow custom base address
Anup Patel
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-19
lib: utils/serial: Support Synopsys DesignWare APB UART
Bin Meng
2021-05-06
lib: utils/serial: Add support for Gaisler APBUART
Daniel Cederman
2021-04-28
lib: sbi: Simplify console platform operations
Anup Patel
2021-01-07
lib: utils: Fix shakti uart implementation
Vijai Kumar K
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
2020-05-01
lib: utils/serial: Skip baudrate config if input frequency is zero
Anup Patel
2020-03-10
lib: serial: Fix coding style issues
Bin Meng
2020-03-10
lib: Sort build objects in alphabetical order
Bin Meng
2019-06-19
platform: Enable all drivers by default.
Atish Patra
2019-06-19
platform: Move platform common to lib/utils.
Atish Patra