Age | Commit message (Expand) | Author |
2020-05-23 | lib: utils/timer: Initialize all matching timer DT nodes | Anup Patel |
2020-05-23 | lib: utils/ipi: Initialize all matching ipi DT nodes | Anup Patel |
2020-05-23 | lib: utils: Add fdt_parse_clint_node() function | Anup Patel |
2020-05-23 | lib: utils: Allow CLINT functions to be used for multiple CLINTs | Anup Patel |
2020-05-23 | lib: utils/irqchip: Initialize all matching irqchip DT nodes | Anup Patel |
2020-05-23 | lib: utils: Extend fdt_find_match() Implementation | Anup Patel |
2020-05-23 | lib: utils: Allow PLIC functions to be used for multiple PLICs | Anup Patel |
2020-05-23 | lib: utils: Remove redundant parameters from PLIC init functions | Anup Patel |
2020-05-19 | lib: sbi_hart: Detect number of supported PMP regions | Anup Patel |
2020-05-19 | lib: sbi: Few cosmetic improvements to HART feature detection | Anup Patel |
2020-05-19 | include: sbi: Use scratch pointer as parmeter in HART feature APIs | Anup Patel |
2020-05-19 | lib: sbi: Print platform HART count just before boot HART id | Anup Patel |
2020-05-19 | lib: sbi: Remove extra spaces from boot time prints | Anup Patel |
2020-05-19 | lib: sbi: Improve get_feature_str() implementation and usage | Anup Patel |
2020-05-19 | lib: sbi: detect features before everything else in sbi_hart_init() | Anup Patel |
2020-05-16 | lib: Optimize inline assembly for unprivilege access functions | Atish Patra |
2020-05-10 | lib: Add hart features in boot time print | Atish Patra |
2020-05-10 | lib: Add platform features in boot time print | Atish Patra |
2020-05-10 | lib: timer: Provide a hart based timer feature | Atish Patra |
2020-05-10 | platform: Move platform features to hart | Atish Patra |
2020-05-10 | lib: Add support for hart specific features | Atish Patra |
2020-05-10 | lib: utils: Update reserved memory fdt node even if PMP is not present | Atish Patra |
2020-05-10 | lib: Create a separate math helper function file | Atish Patra |
2020-05-10 | lib: Rename unprivileged trap handler | Atish Patra |
2020-05-07 | lib: sbi: Improve misa_string() implementation | Anup Patel |
2020-05-07 | lib: sbi_tlb: Fix remote TLB HFENCE VVMA implementation | Anup Patel |
2020-05-01 | lib: sbi: Print platform hart count at boot time | Anup Patel |
2020-05-01 | lib: utils: Add simple FDT reset framework | Anup Patel |
2020-05-01 | lib: utils: Add simple FDT serial framework | Anup Patel |
2020-05-01 | lib: utils: Add simple FDT irqchip framework | Anup Patel |
2020-05-01 | lib: utils: Add simple FDT ipi framework | Anup Patel |
2020-05-01 | lib: utils: Add simple FDT timer framework | Anup Patel |
2020-05-01 | lib: utils: Add fdt_parse_plic_node() function | Anup Patel |
2020-05-01 | lib: utils: Add fdt_parse_max_hart_id() API | Anup Patel |
2020-05-01 | lib: utils: Add fdt_parse_hart_id() function | Anup Patel |
2020-05-01 | lib: utils: Add fdt_parse_sifive_uart_node() function | Anup Patel |
2020-05-01 | lib: utils: Make fdt_get_node_addr_size() public function | Anup Patel |
2020-05-01 | lib: utils: Add FDT match table based node lookup | Anup Patel |
2020-05-01 | lib: utils: Rename fdt_parse_clint() to fdt_parse_compat_addr() | Anup Patel |
2020-05-01 | lib: utils: Add fdt_parse_uart8250_node() function | Anup Patel |
2020-05-01 | lib: utils: Improve fdt_parse_uart8250() API | Anup Patel |
2020-05-01 | lib: utils/serial: Skip baudrate config if input frequency is zero | Anup Patel |
2020-04-27 | lib: utils: Add SiFive test device | Anup Patel |
2020-04-27 | include: sbi_platform: Combine reboot and shutdown into one callback | Anup Patel |
2020-04-27 | lib: No need to provide default PMP region using platform callbacks | Anup Patel |
2020-04-19 | lib: Allow overriding SBI implementation ID | Anup Patel |
2020-04-17 | lib: Support vector extension | Atish Patra |
2020-04-06 | lib: irqchip/plic: Fix maximum priority threshold value | Atish Patra |
2020-03-28 | include: sbi_console: Remove scratch parameter from sbi_dprintf() | Anup Patel |
2020-03-28 | include: sbi_timer: Remove scratch parameter from most funcitons | Anup Patel |