aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-05-01lib: utils: Add simple FDT reset frameworkAnup Patel
2020-05-01lib: utils: Add simple FDT serial frameworkAnup Patel
2020-05-01lib: utils: Add simple FDT irqchip frameworkAnup Patel
2020-05-01lib: utils: Add simple FDT ipi frameworkAnup Patel
2020-05-01lib: utils: Add simple FDT timer frameworkAnup Patel
2020-05-01include: Add array_size() macroAnup Patel
2020-05-01lib: utils: Add fdt_parse_plic_node() functionAnup Patel
2020-05-01lib: utils: Add fdt_parse_max_hart_id() APIAnup Patel
2020-05-01lib: utils: Add fdt_parse_hart_id() functionAnup Patel
2020-05-01lib: utils: Add fdt_parse_sifive_uart_node() functionAnup Patel
2020-05-01lib: utils: Make fdt_get_node_addr_size() public functionAnup Patel
2020-05-01lib: utils: Add FDT match table based node lookupAnup Patel
2020-05-01lib: utils: Rename fdt_parse_clint() to fdt_parse_compat_addr()Anup Patel
2020-05-01lib: utils: Remove redundant clint_ipi_sync() declarationAnup Patel
2020-05-01lib: utils: Add fdt_parse_uart8250_node() functionAnup Patel
2020-05-01lib: utils: Improve fdt_parse_uart8250() APIAnup Patel
2020-04-27lib: utils: Add SiFive test deviceAnup Patel
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel
2020-04-27lib: No need to provide default PMP region using platform callbacksAnup Patel
2020-04-20include: Bump-up version to 0.7Anup Patel
2020-04-19lib: Allow overriding SBI implementation IDAnup Patel
2020-04-17lib: Support vector extensionAtish Patra
2020-03-28include: sbi_console: Remove scratch parameter from sbi_dprintf()Anup Patel
2020-03-28include: sbi_timer: Remove scratch parameter from most funcitonsAnup Patel
2020-03-28include: sbi_system: Remove scratch parameter and redundant functionsAnup Patel
2020-03-28include: sbi_ipi: Remove scratch parameter from most functionsAnup Patel
2020-03-28include: sbi_tlb: Remove scratch parameter from sbi_tlb_request()Anup Patel
2020-03-28lib: sbi_scratch: Introduce sbi_scratch_last_hartid() APIAnup Patel
2020-03-28include: Use more consistent name for atomic xchg() and cmpxchg()Anup Patel
2020-03-28include: sbi_platform: Remove priv parameter from hart_start() callbackAnup Patel
2020-03-28lib: sbi_trap: Simplify sbi_trap_handler() APIAnup Patel
2020-03-28lib: sbi_ecall: Remove mcause, scratch and hartid parametersAnup Patel
2020-03-28lib: sbi_misaligned_ldst: Remove mcause, scratch and hartid parametersAnup Patel
2020-03-28lib: sbi_illegal_insn: Remove mcause, scratch and hartid parametersAnup Patel
2020-03-28lib: sbi_emulate_csr: Remove scratch and hartid parameterAnup Patel
2020-03-28lib: sbi_trap: Remove scratch parameter from sbi_trap_redirect()Anup Patel
2020-03-28lib: Remove scratch parameter from unpriv load/store functionsAnup Patel
2020-03-28lib: Optimize unpriv load/store implementationAnup Patel
2020-03-24lib: utils: Move fdt fixup helper routines to a different fileAtish Patra
2020-03-24platform: fpga/common: Add a fdt parsing helper functionsAtish Patra
2020-03-19include: sbi_platform: Introduce HART index to HART id tableAnup Patel
2020-03-19lib: sbi_hsm: Remove scratch parameter from hart_started_mask() APIAnup Patel
2020-03-19include: sbi_platform: Improve sbi_platform_hart_disabled() APIAnup Patel
2020-03-19lib: Handle failure of sbi_hartid_to_scratch() APIAnup Patel
2020-03-19lib: sbi_hsm: Simplify hart_get_state() and hart_started() APIsAnup Patel
2020-03-19include: Simplify HART id to scratch macroAnup Patel
2020-03-19lib: sbi_scratch: Introduce HART id to scratch tableAnup Patel
2020-03-18lib: utils: Add a general device tree fix-up helperBin Meng
2020-03-18lib: utils: Add a fdt_cpu_fixup() helperBin Meng
2020-03-18lib: utils: Move PLIC DT fix up codes to fdt_helper.cBin Meng