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
/
uart8250.c
Age
Commit message (
Expand
)
Author
2025-12-21
lib: utils/serial: Support multiple UART8250 devices
Bo Gan
2025-11-10
lib: utils/serial: typo Recieve
Heinrich Schuchardt
2025-07-20
lib: utils/serial: Clear LSR status and check RBR status
Yi Pei
2025-03-27
lib: utils/serial: Add PXA UARTs support
Junhui Liu
2023-10-06
lib: utils/serial: Ensure proper allocation of PMP entries for uart8250
Yu Chien Peter Lin
2023-09-24
lib: utils/serial: Add shared regions for serial drivers
Mayuresh Chitale
2022-07-30
lib: utils/serial: Ensure baudrate is non-zero before using
Andrew Jones
2022-04-17
lib: utils/serial: support 'reg-offset' property
Zong Li
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
2021-04-28
lib: sbi: Simplify console platform operations
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
2019-06-19
platform: Move platform common to lib/utils.
Atish Patra