index
:
opensbi.git
master
release-1.3.x
release-1.5.x
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utils
/
serial
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-10
lib: utils/serial: typo Recieve
Heinrich Schuchardt
1
-1
/
+1
2025-10-06
lib: serial: sifive-uart: add shared memory region for SiFive UART
Yu-Chien Peter Lin
1
-1
/
+4
2025-07-20
lib: utils/serial: Clear LSR status and check RBR status
Yi Pei
1
-4
/
+3
2025-03-27
lib: utils/serial: Add PXA UARTs support
Junhui Liu
2
-4
/
+14
2025-03-24
lib: sbi: Avoid GOT indirection for global symbol references
Samuel Holland
1
-1
/
+1
2024-11-28
lib: utils/serial: Use fdt_driver for initialization
Samuel Holland
11
-55
/
+17
2024-11-28
treewide: Make carray arrays const and NULL-terminated
Samuel Holland
1
-4
/
+3
2024-08-24
lib: utils/serial: Pass the FDT to fdt_serial_init()
Samuel Holland
1
-2
/
+1
2024-08-24
lib: utils/serial: Constify FDT pointers in parsing functions
Samuel Holland
10
-13
/
+13
2024-07-04
Makefile: change to using .carray.c for carray files
Ben Dooks
1
-1
/
+1
2024-06-13
lib: serial: fix RX path in litex-uart
Gabriel Somlo
1
-2
/
+8
2024-06-13
lib: utils/serial: Fix fdt_serial to match more dt nodes
Xiang W
1
-13
/
+13
2024-06-13
lib: utils/serial: Skip initialize serial when dt is not enabled
Xiang W
1
-0
/
+7
2023-11-17
lib: utils/serial: remove semihosting_putc
Xiang W
1
-6
/
+0
2023-11-16
lib: utils/serial: Optimize semihosting_putc implementation
Chen Pei
1
-5
/
+5
2023-10-06
lib: utils/serial: Ensure proper allocation of PMP entries for uart8250
Yu Chien Peter Lin
1
-2
/
+1
2023-09-24
lib: utils/serial: Add shared regions for serial drivers
Mayuresh Chitale
3
-2
/
+20
2023-05-26
lib: utils: Improve fdt_serial_init
Xiang W
1
-31
/
+17
2023-03-09
lib: serial: Cadence: Enable compatibility for cdns,uart-r1p8
Mayuresh Chitale
1
-0
/
+1
2023-02-10
lib: utils/serial: Implement console_puts() for semihosting
Anup Patel
1
-0
/
+37
2022-12-12
lib: utils: serial: Add FDT driver for Renesas SCIF
Lad Prabhakar
3
-0
/
+39
2022-12-12
lib: utils: serial: Add Renesas SCIF driver
Lad Prabhakar
3
-0
/
+121
2022-11-15
lib: utils/serial: Fix semihosting compile error using LLVM
Anup Patel
1
-2
/
+2
2022-09-13
lib: utils/serial: add semihosting support
Kautuk Consul
3
-0
/
+183
2022-08-23
lib: utils: serial: Add Cadence UART driver
Jun Liang Tan
5
-1
/
+177
2022-08-08
lib: utils/fdt: Use kconfig for enabling/disabling
Anup Patel
1
-0
/
+1
2022-08-08
lib: utils/sys: Use kconfig for enabling/disabling drivers
Anup Patel
1
-0
/
+1
2022-08-08
lib: utils/serial: Use kconfig for enabling/disabling drivers
Anup Patel
2
-22
/
+93
2022-07-30
lib: utils/serial: Ensure baudrate is non-zero before using
Andrew Jones
4
-6
/
+13
2022-07-30
lib: serial: Clean up coding style in sifive-uart.c
Andrew Jones
1
-3
/
+8
2022-07-30
lib: utils/serial: Initialize platform_uart_data to zero
Andrew Jones
5
-5
/
+5
2022-07-20
lib: utils/serial: Update Shakti UART based on latest implementation
Prasanna T
1
-3
/
+3
2022-05-13
lib: utils/serial: Generate FDT serial driver list at compile-time
Anup Patel
3
-21
/
+26
2022-04-17
lib: utils/serial: support 'reg-offset' property
Zong Li
2
-3
/
+4
2022-02-28
lib: utils: serial: Initial commit of xlnx-uartlite
Alistair Francis
4
-1
/
+107
2022-02-04
lib: utils/serial: Round UART8250 baud rate divisor to nearest integer
Jakub Luzny
1
-1
/
+1
2022-01-21
lib: fix pointer of type 'void *' used in arithmetic
Jukka Laitinen
4
-8
/
+8
2022-01-11
lib: utils/sys: Extend HTIF library to allow custom base address
Anup Patel
1
-1
/
+11
2021-11-18
lib: utils: Add LiteX UART support
Gabriel Somlo
4
-0
/
+106
2021-11-02
include: sbi_utils: Introduce an helper to get fdt base address
Alexandre Ghiti
1
-1
/
+1
2021-06-02
lib: utils: consider ':' in stdout-path
Heinrich Schuchardt
1
-3
/
+12
2021-05-24
lib: utils: Try other FDT drivers when we see SBI_ENODEV
Anup Patel
1
-0
/
+5
2021-05-19
lib: utils/serial: Support Synopsys DesignWare APB UART
Bin Meng
1
-0
/
+1
2021-05-06
lib: utils/serial: Add support for Gaisler APBUART
Daniel Cederman
4
-0
/
+125
2021-04-28
lib: sbi: Simplify console platform operations
Anup Patel
8
-38
/
+40
2021-01-07
lib: utils: Fix shakti uart implementation
Vijai Kumar K
1
-2
/
+6
2020-06-19
platform: Add support for Shakti C-class SoC from IIT-M
Vijai Kumar K
4
-0
/
+83
2020-05-23
lib: utils: Extend fdt_find_match() Implementation
Anup Patel
1
-1
/
+1
2020-05-01
lib: utils: Add simple FDT serial framework
Anup Patel
5
-0
/
+214
2020-05-01
lib: utils/serial: Skip baudrate config if input frequency is zero
Anup Patel
2
-5
/
+10
[next]