summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_types.h
AgeCommit message (Expand)Author
2025-12-15include: sbi: Make "s8" actually signed.Benedikt Freisen
2025-04-15lib: sbi: Simplify structure member offset checkingXiang W
2024-12-21include: sbi: Fix compiling with C23 enabled compilersMichael Neuling
2024-09-27include: sbi: Don't unconditionally define '__always_inline'Elyes Haouas
2023-02-08include: types: Add typedefs for endiannessRahul Pathak
2023-01-22include: types: add always inline compiler attributeYu Chien Peter Lin
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng
2021-07-17include: types: Use __builtin_offsetof when supportedAlex Richardson
2021-04-09include: types: Add __aligned(x) to define the minimum alignementChristoph Muellner
2020-05-01include: Add array_size() macroAnup Patel
2020-03-13sbi: Add definitions for true/falseBin Meng
2020-03-10lib: sbi: Fix coding style issuesBin Meng
2020-01-22include: Add generic and simple list handling APIsAnup Patel
2020-01-09include: Add OPENSBI_EXTERNAL_SBI_TYPES in sbi_types.hAbner Chang
2019-04-24all: Annotate some tables to have clang-format leave them aloneOlof Johansson
2019-02-20include: Add PRILX define to help print unsigned longAnup Patel
2019-01-24all: Update copyright header in all filesAnup patel
2019-01-18platform: Add libfdt support.Atish Patra
2019-01-16include: Add __packed define for packed structuresAnup Patel
2019-01-16include: Add __noreturn define for noreturn function attributeAnup Patel
2018-12-11Initial commit.Anup Patel