aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-28lib: utils: Improve fdt_cpu_fixup() implementationAnup Patel
2020-03-26lib: prevent coldboot_lottery from overflowingXiang Wang
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-21lib: Check MSIP bit after returning from WFIAtish Patra
2020-03-19lib: Fix sbi_ecall_register_extension to prevent extension IDs overlapXiang Wang
2020-03-19include: sbi_platform: Introduce HART index to HART id tableAnup Patel
2020-03-19lib: Don't use sbi_platform_hart_count() APIAnup Patel
2020-03-19lib: sbi_hsm: Don't use sbi_platform_hart_disabled() APIAnup Patel
2020-03-19lib: sbi_hsm: Remove scratch parameter from hart_started_mask() APIAnup Patel
2020-03-19lib: sbi_hsm: Don't use sbi_platform_hart_count() APIAnup Patel
2020-03-19lib: sbi_scratch: Don't set hartid_to_scratch table for disabled HARTAnup Patel
2020-03-19lib: Handle failure of sbi_hartid_to_scratch() APIAnup Patel
2020-03-19lib: sbi_tlb: Simplify sbi_tlb_entry_process() functionAnup 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
2020-03-18lib: utils: Add a fdt_reserved_memory_fixup() helperBin Meng
2020-03-18libfdt: Compile fdt_addresses.cBin Meng
2020-03-18lib: sbi: Update pmp_get() to return decoded size directlyBin Meng
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel
2020-03-13lib: sbi_hsm: Optimize sbi_hsm_hart_get_state() implementationAnup Patel
2020-03-13include: Make sbi_hart_id_to_scratch() as macroAnup Patel
2020-03-13libfdt: Upgrade to v1.5.1 releaseBin Meng
2020-03-13libfdt: Add INT32_MAX and UINT32_MAX in libfdt_env.hBin Meng
2020-03-13lib: sbi: Fix misaligned trap handlingDamien Le Moal
2020-03-11lib: sbi_hart: Remove HART available mask and related APIsAnup Patel
2020-03-11lib: sbi_ipi: Use sbi_hsm_hart_started_mask() APIAnup Patel
2020-03-11lib: sbi_system: Use sbi_hsm_hart_started_mask() APIAnup Patel
2020-03-11lib: sbi_ecall_legacy: Use sbi_hsm_hart_started_mask() APIAnup Patel
2020-03-11lib: Introduce sbi_hsm_hart_started_mask() APIAnup Patel
2020-03-11lib: sbi_init: Use hartmask for coldboot waitAnup Patel
2020-03-11lib: Move all coldboot wait APIs to sbi_init.cAnup Patel
2020-03-11lib: sbi_tlb: Use sbi_hartmask in sbi_tlb_infoAnup Patel
2020-03-11lib: Introduce SBI_TLB_INFO_INIT() helper macroAnup Patel
2020-03-11lib: sbi_init: Don't allow HARTID greater than SBI_HARTMASK_MAX_BITSAnup Patel
2020-03-11lib: Simple bitmap libraryAnup Patel
2020-03-10lib: serial: Fix coding style issuesBin Meng
2020-03-10lib: sbi: Fix coding style issuesBin Meng
2020-03-10lib: Sort build objects in alphabetical orderBin Meng