Age | Commit message (Expand) | Author |
2021-09-14 | lib: utils/reset: Sort fdt_reset driver list | Samuel Holland |
2021-09-03 | lib: sbi: Refine the way to construct platform features | Dong Du |
2021-09-03 | lib: sbi: Checking fifo validness in sbi_fifo_is_empty and is_full | Dong Du |
2021-08-30 | lib: sbi: protect dprintf output with spinlock | Dong Du |
2021-08-30 | lib: sbi: Correct typo in faults delegation CSR name | Rahul Pathak |
2021-08-20 | lib: sbi_trap: Restore redirect for access faults | Samuel Holland |
2021-08-20 | lib: sbi: Fix bug in sbi_ecall_rfence that misses checking | Dong Du |
2021-08-14 | lib: utils/timer: Simplify MTIMER synchronization | Anup Patel |
2021-08-14 | lib: utils/timer: Allow ACLINT MTIMER supporting only 32-bit MMIO | 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-08-07 | lib: sbi: Fix bug in strncmp function when count is 0 | Dong Du |
2021-07-27 | lib: utils: support both of gpio-poweroff, gpio-reset | Heinrich Schuchardt |
2021-07-27 | lib: utils: remove unused variable in fdt_reset_init | Heinrich Schuchardt |
2021-07-17 | lib: utils/reset: Add generic GPIO reset driver | Green Wan |
2021-07-17 | lib: utils/gpio: Add minimal SiFive GPIO driver | Green Wan |
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 | lib: utils: Drop dependency on libgcc by importing part of FreeBSD's libquad | Jessica Clarke |
2021-07-11 | lib: sbi: Fix sbi_pmu_exit() for systems not having MCOUNTINHIBIT csr | Anup Patel |
2021-07-11 | lib: sbi: Improve TLB function naming | Atish Patra |
2021-07-11 | lib: sbi: Implement firmware counters | Atish Patra |
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: Use csr_read/write_num to read/update PMU counters | Atish Patra |
2021-07-11 | lib: sbi: Remove redundant boot time print statement | Atish Patra |
2021-07-11 | lib: sbi: Disable m/scounteren & enable mcountinhibit | Atish Patra |
2021-07-11 | lib: sbi: Detect number of bits implemented in mhpmcounter | Atish Patra |
2021-07-11 | lib: sbi: Remove stray '\' character | Atish Patra |
2021-07-11 | lib: sbi: Detect mcountinihibit support at runtime | Atish Patra |
2021-07-05 | lib: utils: reset: unify naming of 'sifive_test' device | Green Wan |
2021-06-24 | platform: Replace CLINT library usage with ACLINT library | Anup Patel |
2021-06-24 | lib: utils/timer: Add FDT based ACLINT MTIMER driver | Anup Patel |
2021-06-24 | lib: utils/ipi: Add FDT based ACLINT MSWI IPI driver | 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-22 | lib: simplify sbi_fifo_inplace_update() | Heinrich Schuchardt |
2021-06-22 | lib: sign conflict in wake_coldboot_harts() | Heinrich Schuchardt |
2021-06-22 | lib: sign conflict in sbi_tlb_entry_process() | Heinrich Schuchardt |
2021-06-22 | lib: utils/libfdt: Upgrade to v1.6.1 release | Bin Meng |
2021-06-11 | lib: utils: missing initialization in thead_reset_init | Heinrich Schuchardt |
2021-06-11 | lib: sbi_scratch: zero out scratch memory on all harts | Heinrich Schuchardt |
2021-06-02 | lib: sbi_scratch: remove owner from sbi_scratch_alloc_offset | Heinrich Schuchardt |
2021-06-02 | lib: utils: consider ':' in stdout-path | Heinrich Schuchardt |
2021-05-24 | lib: utils: Try other FDT drivers when we see SBI_ENODEV | Anup Patel |