summaryrefslogtreecommitdiff
path: root/include/sbi/riscv_asm.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-07lib: sbi: Improve misa_string() implementationAnup Patel1-13/+2
2020-03-18lib: sbi: Update pmp_get() to return decoded size directlyBin Meng1-1/+1
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel1-0/+2
2020-03-10lib: sbi: Fix coding style issuesBin Meng1-3/+3
2020-03-08include: Move bits related defines and macros to sbi_bitops.hAnup Patel1-2/+0
2019-11-27lib: Add error detection for misa_extensionXiang W1-3/+11
2019-11-26lib: Fix CPU capabilities detection functionXiang Wang1-10/+6
2019-05-24lib: Factor-out TLB management from IPI managementAnup Patel1-3/+0
2019-05-21lib: Flush everything when remote TLB flush range is too largeAnup Patel1-1/+3
2019-04-24all: run clang-format and update checked-in filesOlof Johansson1-67/+74
2019-04-24all: Annotate some tables to have clang-format leave them aloneOlof Johansson1-0/+4
2019-03-12lib: Implement sfence.vma correctly.Atish Patra1-0/+5
2019-02-05riscv_asm.h: Use CSR_<FOO> instead of <foo> for csr_read()Olof Johansson1-3/+5
2019-01-24all: Update copyright header in all filesAnup patel1-3/+3
2019-01-22lib: Add atomic bit set/clear operations.Atish Patra1-0/+2
2019-01-02include: Move RISCV_TRAP_REGS_xyz defines to sbi_trap.hAnup Patel1-40/+0
2019-01-02include: Move RISCV_PLATFORM_xyz defines to sbi_platform.hAnup Patel1-5/+0
2019-01-02include: Move RISCV_SCRATCH_xyz defines to sbi_scratch.hAnup Patel1-12/+0
2019-01-02include: Replace #csr with __ASM_STR(csr) in csr_xyz() macrosAnup Patel1-5/+5
2019-01-02include: Remove redundant csr_read_n() and csr_write_n()Anup Patel1-19/+2
2018-12-22firmware: Don't depend on PLAT_HART_COUNT and PLAT_HART_STACK_SIZEAnup Patel1-0/+5
2018-12-11Initial commit.Anup Patel1-0/+244