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
/
include
/
sbi
/
sbi_types.h
Age
Commit message (
Expand
)
Author
2025-12-15
include: sbi: Make "s8" actually signed.
Benedikt Freisen
2025-04-15
lib: sbi: Simplify structure member offset checking
Xiang W
2024-12-21
include: sbi: Fix compiling with C23 enabled compilers
Michael Neuling
2024-09-27
include: sbi: Don't unconditionally define '__always_inline'
Elyes Haouas
2023-02-08
include: types: Add typedefs for endianness
Rahul Pathak
2023-01-22
include: types: add always inline compiler attribute
Yu Chien Peter Lin
2023-01-06
treewide: Replace TRUE/FALSE with true/false
Bin Meng
2021-07-17
include: types: Use __builtin_offsetof when supported
Alex Richardson
2021-04-09
include: types: Add __aligned(x) to define the minimum alignement
Christoph Muellner
2020-05-01
include: Add array_size() macro
Anup Patel
2020-03-13
sbi: Add definitions for true/false
Bin Meng
2020-03-10
lib: sbi: Fix coding style issues
Bin Meng
2020-01-22
include: Add generic and simple list handling APIs
Anup Patel
2020-01-09
include: Add OPENSBI_EXTERNAL_SBI_TYPES in sbi_types.h
Abner Chang
2019-04-24
all: Annotate some tables to have clang-format leave them alone
Olof Johansson
2019-02-20
include: Add PRILX define to help print unsigned long
Anup Patel
2019-01-24
all: Update copyright header in all files
Anup patel
2019-01-18
platform: Add libfdt support.
Atish Patra
2019-01-16
include: Add __packed define for packed structures
Anup Patel
2019-01-16
include: Add __noreturn define for noreturn function attribute
Anup Patel
2018-12-11
Initial commit.
Anup Patel