aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-09-30lib: Emulate HTIMEDELTA CSR for platforms not having TIME CSRAnup Patel3-14/+108
2019-09-30include: Extend get_insn() to read instruction from VS/VU modeAnup Patel3-27/+46
2019-09-30lib: Redirect WFI trapped from VS/VU mode to HS-modeAnup Patel1-3/+17
2019-09-30lib: Extend sbi_trap_redirect() for hypervisor extensionAnup Patel1-23/+102
2019-09-30lib: Extend sbi_hart_switch_mode() to support hypervisor extensionAnup Patel2-4/+28
2019-09-30lib: Delegate supervisor ecall to HS-mode when H extension availableAnup Patel1-0/+8
2019-09-28Write MSIP by using memory-mapped control registerZong Li1-1/+1
2019-09-10lib: provide a platform specific tlb range flush thresholdAtish Patra1-1/+4
2019-08-31lib: Upgrade to full flush if size is at least thresholdAtish Patra1-1/+1
2019-08-31lib: Support atomic swap instructionsAtish Patra1-18/+36
2019-08-31lib: Fix timer for 32 bitAtish Patra1-5/+13
2019-08-19Include `git describe` in OpenSBIPalmer Dabbelt1-0/+5
2019-08-16platform: Remove the ipi_sync method from all platforms.Atish Patra1-23/+0
2019-08-16lib: Fix race conditions in tlb fifo access.Atish Patra4-142/+251
2019-08-16lib: Provide an atomic exchange function unsigned longAtish Patra1-0/+16
2019-08-13lib: Handle traps when doing unpriv load/store in get_insn()Anup Patel3-45/+63
2019-08-12lib: Correct null pointer checkJacob Garber1-1/+1
2019-08-12lib: Prevent unintended sign extensionsJacob Garber1-2/+4
2019-08-12lib: Use correct type for return valueJacob Garber1-1/+1
2019-08-12lib: Use bitwise & instead of boolean &&Jacob Garber1-1/+1
2019-08-09lib: Use sbi_dprintf() for invalid CSRsAnup Patel1-4/+4
2019-08-09lib: Introduce sbi_dprintf() APIAnup Patel1-0/+13
2019-07-26lib: Allow compiling without FP supportAnup Patel2-9/+14
2019-07-25utils: Use cpu_to_fdt32() when writing to fdtGeorg Kotheimer1-1/+1
2019-06-29Changed plic_set_thresh() and plic_set_ie() to publicPanagiotis Peristerakis1-2/+2
2019-06-19utils: Remove tinyfdt.cAtish Patra3-306/+14
2019-06-19platform: Enable all drivers by default.Atish Patra4-6/+6
2019-06-19lib: Rename string.x to sbi_string.xAtish Patra9-46/+43
2019-06-19platform: Move platform common to lib/utils.Atish Patra27-0/+6702
2019-06-19lib: Include helper libc functions directly in libsbi.Atish Patra6-6/+193
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra21-32/+32
2019-05-24lib: Handle page/access fault caused by unpriv load/storeAnup Patel6-38/+111
2019-05-24lib: Add per-HART trap info pointerAnup Patel2-3/+35
2019-05-24include: Make unprivilege load/store functions as non-inline functionsAnup Patel2-0/+115
2019-05-24lib: Factor-out TLB management from IPI managementAnup Patel4-188/+244
2019-05-24lib: Add a simple brain-dead allocator to manage extra scratch spaceAnup Patel3-12/+114
2019-05-21lib: Flush everything when remote TLB flush range is too largeAnup Patel1-3/+15
2019-04-24all: run clang-format and update checked-in filesOlof Johansson15-432/+404
2019-04-22lib: Redirect unhandled traps from non-M modes to S modeNick Kossifidis1-0/+3
2019-04-10lib: Optimize TLB flush IPIsAtish Patra1-0/+73
2019-04-10lib: Provide a lock enabled iteration of fifo.Atish Patra1-0/+74
2019-04-03lib: Pack struct sbi_fifoAnup Patel1-8/+10
2019-04-03lib: More improvements to sbi_fifoAnup Patel2-36/+61
2019-04-03lib: Use a fifo to keep track of sfence related IPIs.Atish Patra3-15/+34
2019-04-03lib: Add a fifo implementation.Atish Patra2-0/+86
2019-04-01include: Make mstatus parameter optional for get_insn()Anup Patel2-9/+4
2019-04-01include: Rename sbi_unpriv.h to riscv_unpriv.hAnup Patel3-3/+3
2019-04-01lib: Remove unused mepc arg from load_xyz() and store_xyz() functionsAnup Patel2-3/+3
2019-03-29lib: Disable the boot prints if SBI_SCRATCH_NO_BOOT_PRINTS is setBin Meng1-1/+2
2019-03-29lib: Group all prints during boot into sbi_boot_prints()Bin Meng1-24/+31