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
/
sbi
/
sbi_console.c
Age
Commit message (
Expand
)
Author
2024-07-24
lib: sbi: Introduce an early console buffer for caching early prints
Anup Patel
2024-07-24
lib: sbi: Remove sbi_console_init() and console_init() platform callback
Anup Patel
2024-03-19
lib: tests: Move tests to a separate directory
Ivan Orlov
2024-03-10
lib: tests: Add sbi_console test
Ivan Orlov
2023-11-17
lib: sbi: Make console_puts/console_putc interchangeable
Xiang W
2023-07-12
lib: sbi: Fix missing '\0' when buffer szie equal 1
Xiang W
2023-07-12
lib: sbi: Fix timing of clearing tbuf
Xiang W
2023-07-12
lib: sbi: Fix printc
Xiang W
2023-07-12
lib: sbi: Simplify prints
Xiang W
2023-07-12
lib: sbi: Fix printi
Xiang W
2023-07-12
lib: sbi: print add 'o' type
Xiang W
2023-07-12
lib: sbi: implifying the parameters of printi
Xiang W
2023-07-12
lib: sbi: Add ' ' '\'' flags for print
Xiang W
2023-07-12
lib: sbi: Add '+' flags for print
Xiang W
2023-07-12
lib: sbi: print not fill '0' when left-aligned
Xiang W
2023-07-12
lib: sbi: Fix how print gets flags
Xiang W
2023-05-26
lib: sbi: Fix return of sbi_console_init
Xiang W
2023-02-10
lib: sbi: Speed-up sbi_printf() and friends using nputs()
Anup Patel
2023-02-10
lib: sbi: Add console_puts() callback in the console device
Anup Patel
2023-02-09
lib: sbi: Add sbi_ngets() function
Anup Patel
2023-02-09
lib: sbi: Add sbi_nputs() function
Anup Patel
2023-01-06
treewide: Replace TRUE/FALSE with true/false
Bin Meng
2022-07-30
lib: sbi: Fix printf handling of long long
dramforever
2022-07-30
lib: sbi: Fix sbi_snprintf
Andrew Jones
2021-12-02
lib: sbi: Improve fatal error handling
Jessica Clarke
2021-08-30
lib: sbi: protect dprintf output with spinlock
Dong Du
2021-04-28
lib: sbi: Simplify console platform operations
Anup Patel
2020-03-28
include: sbi_console: Remove scratch parameter from sbi_dprintf()
Anup Patel
2019-08-09
lib: Introduce sbi_dprintf() API
Anup Patel
2019-06-19
lib: Move sbi core library to lib/sbi
Atish Patra