aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-09-10lib: Change tlb range flush threshold to 4k page instead of 1GAtish Patra
2019-08-16platform: Remove the ipi_sync method from all platforms.Atish Patra
2019-08-16lib: Fix race conditions in tlb fifo access.Atish Patra
2019-08-16lib: Provide an atomic exchange function unsigned longAtish Patra
2019-08-13lib: Handle traps when doing unpriv load/store in get_insn()Anup Patel
2019-08-09lib: Introduce sbi_dprintf() APIAnup Patel
2019-07-26lib: Allow compiling without FP supportAnup Patel
2019-07-25treewide: Use conventional names for 32-bit and 64-bitBin Meng
2019-07-02include: Bump-up version to 0.4Anup Patel
2019-06-29include: Add firmware context to sbi_platformAbner Chang
2019-06-29include: Add version info to struct sbi_platformAbner Chang
2019-06-29include: Move callbacks in sbi_platform to separate structAbner Chang
2019-06-29Changed plic_set_thresh() and plic_set_ie() to publicPanagiotis Peristerakis
2019-06-19utils: Remove tinyfdt.cAtish Patra
2019-06-19lib: Rename string.x to sbi_string.xAtish Patra
2019-06-19platform: Move platform common to lib/utils.Atish Patra
2019-06-19lib: Include helper libc functions directly in libsbi.Atish Patra
2019-05-24lib: Handle page/access fault caused by unpriv load/storeAnup Patel
2019-05-24lib: Add per-HART trap info pointerAnup Patel
2019-05-24include: Make unprivilege load/store functions as non-inline functionsAnup Patel
2019-05-24lib: Factor-out TLB management from IPI managementAnup Patel
2019-05-24lib: Add a simple brain-dead allocator to manage extra scratch spaceAnup Patel
2019-05-21lib: Flush everything when remote TLB flush range is too largeAnup Patel
2019-05-10firmware: Add fw_dynamic firmwareAnup Patel
2019-04-24all: run clang-format and update checked-in filesOlof Johansson
2019-04-24all: Annotate some tables to have clang-format leave them aloneOlof Johansson
2019-04-10lib: Provide a lock enabled iteration of fifo.Atish Patra
2019-04-06lib: Fix the ecall macro definitionsAlistair Francis
2019-04-03lib: Pack struct sbi_fifoAnup Patel
2019-04-03lib: More improvements to sbi_fifoAnup Patel
2019-04-03lib: Use a fifo to keep track of sfence related IPIs.Atish Patra
2019-04-03lib: Increase the scratch space to 512 bytes.Atish Patra
2019-04-03lib: Introduce a tlb info type.Atish Patra
2019-04-03lib: Add a fifo implementation.Atish Patra
2019-04-01include: Make mstatus parameter optional for get_insn()Anup Patel
2019-04-01include: Rename sbi_unpriv.h to riscv_unpriv.hAnup Patel
2019-04-01lib: Remove unused mepc arg from load_xyz() and store_xyz() functionsAnup Patel
2019-03-29lib: Disable the boot prints if SBI_SCRATCH_NO_BOOT_PRINTS is setBin Meng
2019-03-29firmware: Introduce "options" in "struct sbi_scratch"Bin Meng
2019-03-12lib: Implement sfence.vma correctly.Atish Patra
2019-03-10lib: Create a sbi_ipi_data structureAlistair Francis
2019-03-06platform: Make the `platform` read-onlyXiang Wang
2019-03-05lib:platform: Fix sbi_getc return type.Atish Patra
2019-02-26include: Bump-up version to 0.3Anup Patel
2019-02-22include: Bump-up version to 0.2Anup Patel
2019-02-20firmware: Improve low-level trap handler for M-mode to M-mode trapsAnup Patel
2019-02-20include: Add PRILX define to help print unsigned longAnup Patel
2019-02-14lib: Use CSR_<FOO> instead of <foo> for csr_*()Atish Patra
2019-02-08firmware: Use lw instead of lwu for 32-bit architecturesAlistair Francis
2019-02-05riscv_asm.h: Use CSR_<FOO> instead of <foo> for csr_read()Olof Johansson