summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-05-01lib: utils: Add simple FDT timer frameworkAnup Patel3-0/+167
2020-05-01lib: utils: Add fdt_parse_plic_node() functionAnup Patel1-6/+20
2020-05-01lib: utils: Add fdt_parse_max_hart_id() APIAnup Patel1-0/+28
2020-05-01lib: utils: Add fdt_parse_hart_id() functionAnup Patel2-15/+33
2020-05-01lib: utils: Add fdt_parse_sifive_uart_node() functionAnup Patel1-0/+43
2020-05-01lib: utils: Make fdt_get_node_addr_size() public functionAnup Patel1-2/+2
2020-05-01lib: utils: Add FDT match table based node lookupAnup Patel1-0/+41
2020-05-01lib: utils: Rename fdt_parse_clint() to fdt_parse_compat_addr()Anup Patel1-4/+4
2020-05-01lib: utils: Add fdt_parse_uart8250_node() functionAnup Patel1-14/+23
2020-05-01lib: utils: Improve fdt_parse_uart8250() APIAnup Patel1-0/+21
2020-05-01lib: utils/serial: Skip baudrate config if input frequency is zeroAnup Patel2-5/+10
2020-04-27lib: utils: Add SiFive test deviceAnup Patel2-0/+45
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel3-31/+8
2020-04-27lib: No need to provide default PMP region using platform callbacksAnup Patel1-9/+15
2020-04-19lib: Allow overriding SBI implementation IDAnup Patel2-1/+13
2020-04-17lib: Support vector extensionAtish Patra1-1/+8
2020-04-06lib: irqchip/plic: Fix maximum priority threshold valueAtish Patra1-2/+2
2020-03-28include: sbi_console: Remove scratch parameter from sbi_dprintf()Anup Patel3-9/+8
2020-03-28include: sbi_timer: Remove scratch parameter from most funcitonsAnup Patel5-38/+36
2020-03-28include: sbi_system: Remove scratch parameter and redundant functionsAnup Patel3-27/+9
2020-03-28include: sbi_ipi: Remove scratch parameter from most functionsAnup Patel6-18/+17
2020-03-28include: sbi_tlb: Remove scratch parameter from sbi_tlb_request()Anup Patel3-14/+13
2020-03-28lib: sbi_scratch: Introduce sbi_scratch_last_hartid() APIAnup Patel3-4/+7
2020-03-28include: Use more consistent name for atomic xchg() and cmpxchg()Anup Patel3-11/+11
2020-03-28include: sbi_platform: Remove priv parameter from hart_start() callbackAnup Patel1-1/+1
2020-03-28lib: sbi_trap: Simplify sbi_trap_handler() APIAnup Patel1-11/+9
2020-03-28lib: sbi_ecall: Remove mcause, scratch and hartid parametersAnup Patel7-32/+28
2020-03-28lib: sbi_misaligned_ldst: Remove mcause, scratch and hartid parametersAnup Patel2-16/+8
2020-03-28lib: sbi_illegal_insn: Remove mcause, scratch and hartid parametersAnup Patel2-25/+12
2020-03-28lib: sbi_emulate_csr: Remove scratch and hartid parameterAnup Patel2-9/+11
2020-03-28lib: sbi_trap: Remove scratch parameter from sbi_trap_redirect()Anup Patel4-14/+11
2020-03-28lib: Remove scratch parameter from unpriv load/store functionsAnup Patel4-22/+16
2020-03-28lib: Optimize unpriv load/store implementationAnup Patel5-122/+124
2020-03-28lib: utils: Improve fdt_cpu_fixup() implementationAnup Patel1-11/+24
2020-03-26lib: prevent coldboot_lottery from overflowingXiang Wang1-1/+1
2020-03-24lib: utils: Move fdt fixup helper routines to a different fileAtish Patra3-187/+204
2020-03-24platform: fpga/common: Add a fdt parsing helper functionsAtish Patra1-0/+116
2020-03-21lib: Check MSIP bit after returning from WFIAtish Patra1-2/+5
2020-03-19lib: Fix sbi_ecall_register_extension to prevent extension IDs overlapXiang Wang1-3/+11
2020-03-19include: sbi_platform: Introduce HART index to HART id tableAnup Patel3-6/+7
2020-03-19lib: Don't use sbi_platform_hart_count() APIAnup Patel2-13/+5
2020-03-19lib: sbi_hsm: Don't use sbi_platform_hart_disabled() APIAnup Patel1-5/+1
2020-03-19lib: sbi_hsm: Remove scratch parameter from hart_started_mask() APIAnup Patel4-8/+6
2020-03-19lib: sbi_hsm: Don't use sbi_platform_hart_count() APIAnup Patel1-15/+4
2020-03-19lib: sbi_scratch: Don't set hartid_to_scratch table for disabled HARTAnup Patel1-1/+4
2020-03-19lib: Handle failure of sbi_hartid_to_scratch() APIAnup Patel5-8/+28
2020-03-19lib: sbi_tlb: Simplify sbi_tlb_entry_process() functionAnup Patel1-4/+3
2020-03-19lib: sbi_hsm: Simplify hart_get_state() and hart_started() APIsAnup Patel2-6/+7
2020-03-19include: Simplify HART id to scratch macroAnup Patel5-7/+7
2020-03-19lib: sbi_scratch: Introduce HART id to scratch tableAnup Patel2-0/+22