Age | Commit message (Expand) | Author |
2021-12-24 | include: Bump-up version to 1.0HEADmaster | Anup Patel |
2021-12-03 | lib: pmu: support the event ID encoded by a bitmap. | Vincent Chen |
2021-12-02 | lib: sbi: Improve fatal error handling | Jessica Clarke |
2021-11-18 | lib: utils: Add LiteX UART support | Gabriel Somlo |
2021-11-12 | lib: utils/i2c: Add simple FDT based I2C framework | Nikita Shubin |
2021-11-12 | lib: utils/i2c: Add generic I2C configuration library | Nikita Shubin |
2021-11-12 | lib: utils/reset: separate driver init func | Nikita Shubin |
2021-11-11 | lib: sbi: Allow programmable counters to monitor cycle/instret events | Atish Patra |
2021-11-11 | lib: sbi: Support sscofpmf extension in OpenSBI | Atish Patra |
2021-11-11 | lib: sbi: Delegate PMU counter overflow interrupt to S mode | Atish Patra |
2021-11-11 | lib: sbi: Detect Sscofpmf extension at run time | Atish Patra |
2021-11-11 | riscv: Add new CSRs introduced by Sscofpmf[1] extension | Atish Patra |
2021-11-08 | lib: sbi: error handling in fdt_reset_init() | Heinrich Schuchardt |
2021-11-03 | lib: utils/gpio: use list for drivers | Nikita Shubin |
2021-11-02 | lib: sbi: Fix GPA passed to __sbi_hfence_gvma_xyz() functions | Anup Patel |
2021-11-02 | include: sbi_utils: Introduce an helper to get fdt base address | Alexandre Ghiti |
2021-10-11 | lib: sbi: convert reset to list | Nikita Shubin |
2021-09-26 | lib: sbi: Add generic timer delay loop function | Anup Patel |
2021-09-26 | lib: sbi: Add timer frequency to struct sbi_timer_device | Anup Patel |
2021-09-26 | lib: utils/fdt: Add fdt_parse_timebase_frequency() function | Anup Patel |
2021-09-22 | lib: sbi: add some macros to detect BUG at runtime | Xiang W |
2021-09-03 | lib: sbi: Checking fifo validness in sbi_fifo_is_empty and is_full | Dong Du |
2021-08-14 | lib: utils/timer: Simplify MTIMER synchronization | Anup Patel |
2021-08-14 | lib: utils/fdt: Extend fdt_parse_aclint_node() function | Anup Patel |
2021-08-14 | lib: utils: Extend fdt_get_node_addr_size() for multiple register sets | Anup Patel |
2021-08-14 | lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMP | Anup Patel |
2021-08-07 | lib: utils/fdt: Change addr and size to uint64_t | Bin Meng |
2021-07-17 | include: types: Use __builtin_offsetof when supported | Alex Richardson |
2021-07-17 | firmware: use __SIZEOF_LONG__ for field offsets in fw_dynamic.h | Alex Richardson |
2021-07-17 | lib: utils/gpio: Add simple FDT based GPIO framework | Anup Patel |
2021-07-17 | lib: utils/gpio: Add generic GPIO configuration library | Anup Patel |
2021-07-17 | lib: utils/fdt: Add fdt_parse_phandle_with_args() API | Anup Patel |
2021-07-11 | firmware: Define a macro for version of struct fw_dynamic_info | Bin Meng |
2021-07-11 | lib: sbi: Implement SBI PMU extension | Atish Patra |
2021-07-11 | utils: fdt: Add fdt helper functions to parse PMU DT nodes | Atish Patra |
2021-07-11 | lib: sbi: Add PMU support | Atish Patra |
2021-07-11 | lib: sbi: Add PMU specific platform hooks | Atish Patra |
2021-07-11 | include: Add a list empty check function | Atish Patra |
2021-07-11 | lib: sbi: Detect number of bits implemented in mhpmcounter | Atish Patra |
2021-07-11 | lib: sbi: Detect mcountinihibit support at runtime | Atish Patra |
2021-06-24 | platform: Replace CLINT library usage with ACLINT library | Anup Patel |
2021-06-24 | lib: utils: Add FDT parsing API common for both ACLINT and CLINT | Anup Patel |
2021-06-24 | lib: utils/ipi: Add ACLINT MSWI library | Anup Patel |
2021-06-24 | lib: utils/timer: Add ACLINT MTIMER library | Anup Patel |
2021-06-12 | lib: sbi: Fix GET_F64_REG inline assembly | Charles Papon |
2021-06-02 | lib: sbi_scratch: remove owner from sbi_scratch_alloc_offset | Heinrich Schuchardt |
2021-05-14 | lib: sbi: Have spinlock checks return bool | Daniel Schaefer |
2021-05-06 | lib: utils/serial: Add support for Gaisler APBUART | Daniel Cederman |
2021-04-28 | lib: sbi: Simplify HSM platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify system reset platform operations | Anup Patel |