Age | Commit message (Expand) | Author |
2021-12-03 | lib: pmu: support the event ID encoded by a bitmap. | Vincent Chen |
2021-11-18 | lib: utils: Add LiteX UART support | Gabriel Somlo |
2021-11-12 | lib: utils/i2c: Add minimal SiFive I2C driver | Nikita Shubin |
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-12 | lib: utils/reset: add priority to gpio reset | Nikita Shubin |
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-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 | include: sbi_utils: Introduce an helper to get fdt base address | Alexandre Ghiti |
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-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 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-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-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-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 | utils: fdt: Add fdt helper functions to parse PMU DT nodes | 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: 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-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 |
2021-05-19 | lib: utils/fdt: Replace strcmp with strncmp | Daniel Schaefer |
2021-05-19 | lib: utils/fdt: Don't use sbi_string functions | Daniel Schaefer |
2021-05-19 | lib: utils: Add strncpy macro to libfdt_env.h | Daniel Schaefer |