aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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: 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-29lib: Group all prints during boot into sbi_boot_prints()Bin Meng
2019-03-14lib: Return ENOTSUPP incase of invalid SBI function IDAtish Patra
2019-03-14lib: Fix full tlb flush behaviorAtish Patra
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-20include: Add PRILX define to help print unsigned longAnup Patel
2019-02-18lib: Fix mask shift in sbi_ipi_send_many()Anup Patel
2019-02-18lib: Fix small typo on sbi_ipi.cNick Kossifidis
2019-02-18lib: Improve delivery of SBI_IPI_EVENT_HALTNick Kossifidis
2019-02-18lib: Send IPI for all harts to hang on system shutdownNick Kossifidis
2019-02-14lib: Use CSR_<FOO> instead of <foo> for csr_*()Atish Patra
2019-02-08sbi_emulate_csr: Shift sbi_timer_value directlyAlistair Francis
2019-02-08sbi_ecall: Fix logical OR to be bitwise ORAlistair Francis
2019-02-05riscv_asm.h: Use CSR_<FOO> instead of <foo> for csr_read()Olof Johansson
2019-01-25include: Add separate header for OpenSBI versionAnup Patel
2019-01-24all: Update copyright header in all filesAnup patel
2019-01-23include: Rename ipi_inject() to ipi_send() for sbi_platformAnup Patel
2019-01-23include: Drop MMIO from SBI_PLATFORM_HAS_MMIO_TIMER_VALUEAnup Patel
2019-01-23lib: Remove target_hart and hartid parameter from TIMER callbacksAnup Patel
2019-01-23lib: Remove hartid parameter from IRQCHIP callbacksAnup Patel
2019-01-23lib: Remove source_hart and hartid parameter from IPI callbacksAnup patel
2019-01-23lib: Remove hartid paramter from early_init() and final_init() callbacksAnup Patel
2019-01-22lib: Add doxygen style documentation for sbi_platformAnup Patel
2019-01-22lib: Update documentation of sbi_init()Anup Patel
2019-01-22lib: Do not access mi/edeleg register if S mode is not present.Atish Patra
2019-01-22lib: Allow sending IPI to self.Atish Patra
2019-01-22lib: Fix ipi type updateAtish Patra
2019-01-22lib: Add atomic bit set/clear operations.Atish Patra
2019-01-22lib: Move software interrupt enablement from firmware to libAtish Patra
2019-01-21lib: Use AMO instructions whenever __riscv_atomic is definedAnup Patel
2019-01-21lib: code cleanupDamien Le Moal
2019-01-21lib: Fix bannerDamien Le Moal
2019-01-16include: Add documentation for sbi_trap_regs and friendsAnup Patel
2019-01-16lib: Add documentation for sbi_init() APIAnup Patel
2019-01-03lib: Handle misaligned load/store on FP regsAnup Patel
2019-01-03include: Add hard FP access macros and definesAnup Patel
2019-01-02include: Remove redundant csr_read_n() and csr_write_n()Anup Patel
2018-12-31lib: Redirect illegal instruction trap to S-mode when not handledAnup Patel
2018-12-27lib: Print mtval in sbi_trap_error()Anup Patel
2018-12-27lib: Simplify sbi_platform timer_init() hooksAnup Patel