summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-12-31lib: Redirect illegal instruction trap to S-mode when not handledAnup Patel2-3/+10
2018-12-27lib: Rename target_hart parameter to hartid for PMP platform callbacksAnup Patel1-7/+7
2018-12-27lib: Simplify sbi_platform timer_init() hooksAnup Patel2-16/+7
2018-12-27lib: Simplify sbi_platform ipi_init() hooksAnup Patel2-16/+6
2018-12-27lib: Simplify sbi_platform irqchip_init() hooksAnup Patel1-13/+5
2018-12-27lib: Simplify sbi_platform early_init() and final_init() hooksAnup Patel2-32/+14
2018-12-27lib: Move ECALL defines to sbi_ecall_interface.hAnup Patel1-0/+39
2018-12-26lib: Add misaligned load/store trap handlingAnup Patel1-0/+26
2018-12-26lib: Move instruction encoding macros to riscv_encoding.hAnup Patel2-15/+117
2018-12-22firmware: Don't depend on PLAT_HART_COUNT and PLAT_HART_STACK_SIZEAnup Patel1-0/+5
2018-12-22Introduce hart disabled parameter in platform.Atish Patra1-0/+8
2018-12-21Introduce HAS_MFAULTS_DELEGATION featureDamien Le Moal1-1/+5
2018-12-21Introduce sbi_current_hartid()Damien Le Moal1-0/+2
2018-12-21Cleanup and rename sbi_hart_boot_next()Damien Le Moal1-4/+4
2018-12-21Refine platform features controlDamien Le Moal2-12/+24
2018-12-21Use wfi for coldboot finish call.Atish Patra1-1/+1
2018-12-11Initial commit.Anup Patel23-0/+1796