aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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