Age | Commit message (Expand) | Author |
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 |
2021-05-24 | lib: Check region base for merging in sbi_domain_root_add_memregion() | 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 |
2021-05-19 | lib: utils/serial: Support Synopsys DesignWare APB UART | Bin Meng |
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: Show devices provided by platform in boot prints | Anup Patel |
2021-04-28 | lib: sbi: Simplify HSM platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify system reset platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify ipi platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify timer platform operations | Anup Patel |
2021-04-28 | lib: sbi: Simplify console platform operations | Anup Patel |
2021-04-28 | lib: sbi: Remove domains_root_regions() platform callback | Anup Patel |
2021-04-24 | lib: sbi: Fix sbi_domain_root_add_memregion() for merging memregions | Anup Patel |
2021-04-22 | lib: utils: reset: Add T-HEAD sample platform reset driver | Guo Ren |
2021-04-22 | lib: utils: Implement "64bit-mmio" property parsing | Guo Ren |
2021-04-13 | lib: sbi: Make sbi_domain_memregion_initfw() a local function | Anup Patel |
2021-04-13 | lib: utils: Copy over restricted root domain memregions to FDT domains | Anup Patel |