aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-01-03include: Add hard FP access macros and definesAnup Patel
2019-01-02include: Remove redundant tmp0 from struct sbi_scratchAnup Patel
2019-01-02include: Move RISCV_TRAP_REGS_xyz defines to sbi_trap.hAnup Patel
2019-01-02include: Move RISCV_PLATFORM_xyz defines to sbi_platform.hAnup Patel
2019-01-02include: Move RISCV_SCRATCH_xyz defines to sbi_scratch.hAnup Patel
2019-01-02include: Replace #csr with __ASM_STR(csr) in csr_xyz() macrosAnup 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: Rename target_hart parameter to hartid for PMP platform callbacksAnup 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-22firmware: Don't depend on PLAT_HART_COUNT and PLAT_HART_STACK_SIZEAnup Patel
2018-12-21Introduce hart disabled parameter in platform.Atish Patra
2018-12-21Introduce HAS_MFAULTS_DELEGATION featureDamien 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-21Refine platform features controlDamien Le Moal
2018-12-20Use wfi for coldboot finish call.Atish Patra
2018-12-11Initial commit.Anup Patel