Age | Commit message (Expand) | Author |
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 |
2020-03-28 | include: sbi_system: Remove scratch parameter and redundant functions | Anup Patel |
2020-03-28 | include: sbi_ipi: Remove scratch parameter from most functions | Anup Patel |
2020-03-28 | include: sbi_tlb: Remove scratch parameter from sbi_tlb_request() | Anup Patel |
2020-03-28 | lib: sbi_scratch: Introduce sbi_scratch_last_hartid() API | Anup Patel |
2020-03-28 | include: Use more consistent name for atomic xchg() and cmpxchg() | Anup Patel |
2020-03-28 | include: sbi_platform: Remove priv parameter from hart_start() callback | Anup Patel |
2020-03-28 | lib: sbi_trap: Simplify sbi_trap_handler() API | Anup Patel |
2020-03-28 | lib: sbi_ecall: Remove mcause, scratch and hartid parameters | Anup Patel |
2020-03-28 | lib: sbi_misaligned_ldst: Remove mcause, scratch and hartid parameters | Anup Patel |
2020-03-28 | lib: sbi_illegal_insn: Remove mcause, scratch and hartid parameters | Anup Patel |
2020-03-28 | lib: sbi_emulate_csr: Remove scratch and hartid parameter | Anup Patel |
2020-03-28 | lib: sbi_trap: Remove scratch parameter from sbi_trap_redirect() | Anup Patel |
2020-03-28 | lib: Remove scratch parameter from unpriv load/store functions | Anup Patel |
2020-03-28 | lib: Optimize unpriv load/store implementation | Anup Patel |
2020-03-28 | lib: utils: Improve fdt_cpu_fixup() implementation | Anup Patel |
2020-03-26 | lib: prevent coldboot_lottery from overflowing | Xiang Wang |
2020-03-24 | lib: utils: Move fdt fixup helper routines to a different file | Atish Patra |
2020-03-24 | platform: fpga/common: Add a fdt parsing helper functions | Atish Patra |
2020-03-21 | lib: Check MSIP bit after returning from WFI | Atish Patra |
2020-03-19 | lib: Fix sbi_ecall_register_extension to prevent extension IDs overlap | Xiang Wang |
2020-03-19 | include: sbi_platform: Introduce HART index to HART id table | Anup Patel |
2020-03-19 | lib: Don't use sbi_platform_hart_count() API | Anup Patel |
2020-03-19 | lib: sbi_hsm: Don't use sbi_platform_hart_disabled() API | Anup Patel |
2020-03-19 | lib: sbi_hsm: Remove scratch parameter from hart_started_mask() API | Anup Patel |
2020-03-19 | lib: sbi_hsm: Don't use sbi_platform_hart_count() API | Anup Patel |
2020-03-19 | lib: sbi_scratch: Don't set hartid_to_scratch table for disabled HART | Anup Patel |
2020-03-19 | lib: Handle failure of sbi_hartid_to_scratch() API | Anup Patel |
2020-03-19 | lib: sbi_tlb: Simplify sbi_tlb_entry_process() function | Anup Patel |
2020-03-19 | lib: sbi_hsm: Simplify hart_get_state() and hart_started() APIs | Anup Patel |
2020-03-19 | include: Simplify HART id to scratch macro | Anup Patel |
2020-03-19 | lib: sbi_scratch: Introduce HART id to scratch table | Anup Patel |
2020-03-18 | lib: utils: Add a general device tree fix-up helper | Bin Meng |
2020-03-18 | lib: utils: Add a fdt_cpu_fixup() helper | Bin Meng |
2020-03-18 | lib: utils: Move PLIC DT fix up codes to fdt_helper.c | Bin Meng |
2020-03-18 | lib: utils: Add a fdt_reserved_memory_fixup() helper | Bin Meng |
2020-03-18 | libfdt: Compile fdt_addresses.c | Bin Meng |
2020-03-18 | lib: sbi: Update pmp_get() to return decoded size directly | Bin Meng |
2020-03-13 | include: Make sbi_current_hartid() as macro in riscv_asm.h | Anup Patel |
2020-03-13 | lib: sbi_hsm: Optimize sbi_hsm_hart_get_state() implementation | Anup Patel |