Age | Commit message (Expand) | Author |
2021-11-12 | lib: utils/reset: add priority to gpio reset | Nikita Shubin |
2021-11-11 | lib: sbi: Fix PMP address bits detection | Vasan VS |
2021-11-11 | lib: sbi: Fix initial value mask while updating the counters | Atish Patra |
2021-11-11 | lib: utils: Rename the prefix in PMU DT properties | Atish Patra |
2021-11-11 | lib: sbi: Enable PMU extension for platforms without mcountinhibit | Atish Patra |
2021-11-11 | lib: sbi: Counter info width should be zero indexed | Atish Patra |
2021-11-11 | lib: sbi: Reset the mhpmevent value upon counter reset | Atish Patra |
2021-11-11 | lib: sbi: Allow programmable counters to monitor cycle/instret events | Atish Patra |
2021-11-11 | lib: sbi: Always enable access for all counters | 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 | lib: sbi: Update csr_read/write_num for PMU | Atish Patra |
2021-11-08 | lib: sbi: error handling in fdt_reset_init() | Heinrich Schuchardt |
2021-11-08 | lib: sbi: move sbi_boot_print_general() | 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-11-02 | lib: sbi: Refine addr format in sbi_printf | Dong Du |
2021-11-02 | lib: utils/reset: Register separate GPIO system reset devices | Anup Patel |
2021-10-21 | lib: utils/irqchip: Automatically delegate T-HEAD PLIC access | Samuel Holland |
2021-10-20 | Makefile: Add build time and compiler info string | Wei Fu |
2021-10-18 | lib: sbi: system reset with invalid parameters | Heinrich Schuchardt |
2021-10-18 | lib: sbi: Save context for all non-retentive suspend types | Anup Patel |
2021-10-11 | lib: sbi: add priority for reset handler | Nikita Shubin |
2021-10-11 | lib: sbi: convert reset to list | Nikita Shubin |
2021-10-01 | lib: utils: identify supported GPIO reset methods | Heinrich Schuchardt |
2021-09-26 | lib: utils/reset: use sbi_timer_mdelay() in gpio reset driver | Anup Patel |
2021-09-26 | lib: sbi: Add generic timer delay loop function | Anup Patel |
2021-09-26 | lib: sbi: Print timer frequency at boot time | 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 BUG() macro for csr_read/write_num() and misa_string() | Xiang W |
2021-09-22 | lib: sbi: fix ctz bug | Xiang W |
2021-09-14 | lib: utils/reset: Add a sunxi watchdog reset driver | Samuel Holland |
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 |