Age | Commit message (Expand) | Author |
2021-12-24 | include: Bump-up version to 1.0HEADmaster | Anup Patel |
2021-12-23 | firmware: Move memcpy/memset mapping to fw_base.S | Anup Patel |
2021-12-22 | lib: sbi: simplify pmp_set(), pmp_get() | Heinrich Schuchardt |
2021-12-16 | Makefile: Improve the method to disable -m(no-)save-restore option | Xiang W |
2021-12-11 | lib: sbi: Fix compile errors using -Os option | Anup Patel |
2021-12-11 | Makefile: Fix -msave-restore compile warning with CLANG-10 (or lower) | Anup Patel |
2021-12-11 | lib: pmu: check SSCOF before masking | Nikita Shubin |
2021-12-11 | docs/platform: spike: Enhance Spike examples | Tsukasa OI |
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-30 | lib: sbi: Resolve the uninitialized complaint in sbi_pmu | Dong Du |
2021-11-30 | lib: sbi: Fix missing space | Nikita Shubin |
2021-11-23 | lib: sbi: Fix spelling of "address" in sbi_domain.c | Vagrant Cascadian |
2021-11-18 | lib: utils: Add LiteX UART support | Gabriel Somlo |
2021-11-12 | lib: sbi: clear pmpcfg.A before setting in pmp_set() | Xiang W |
2021-11-12 | platform: sifive_fu740: add platform reset driver | Nikita Shubin |
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: 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-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-08 | platform: generic: move fdt_reset_init to final_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 |