aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-12-27lib: Simplify sbi_platform ipi_init() hooksAnup Patel
2018-12-27lib: Simplify sbi_platform irqchip_init() hooksAnup Patel
2018-12-27lib: Simplify sbi_platform early_init() and final_init() hooksAnup Patel
2018-12-27lib: Move ECALL defines to sbi_ecall_interface.hAnup Patel
2018-12-26lib: Add misaligned load/store trap handlingAnup Patel
2018-12-26lib: Move instruction encoding macros to riscv_encoding.hAnup Patel
2018-12-21Introduce hart disabled parameter in platform.Atish Patra
2018-12-21Introduce HAS_MFAULTS_DELEGATION featureDamien Le Moal
2018-12-21lib: Remove prints from sbi_hart_switch_mode()Anup Patel
2018-12-21lib: Fix delegate_traps() for Linux bootAnup Patel
2018-12-21console: protect output with a spinlockDamien Le Moal
2018-12-21Introduce sbi_current_hartid()Damien Le Moal
2018-12-21Cleanup and rename sbi_hart_boot_next()Damien Le Moal
2018-12-21Fix interrupt and exception delegationDamien Le Moal
2018-12-21Add a hang messageDamien Le Moal
2018-12-21Add a bannerDamien Le Moal
2018-12-21Refine platform features controlDamien Le Moal
2018-12-21lib: Hang in sbi_hart_boot_next() if next mode is not supportedAtish Patra
2018-12-21lib: Introduce bitmap to track HARTs waiting for coldbootAnup Patel
2018-12-21lib: sbi_hart: Remove unwanted sbi_printf()Anup Patel
2018-12-20Support unsigned long in sbi_printfAtish Patra
2018-12-20Use wfi for coldboot finish call.Atish Patra
2018-12-20Support /r/n as newline character.Atish Patra
2018-12-16lib: Don't emulate CSR read for misa and mhartidAnup Patel
2018-12-11Initial commit.Anup Patel