summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-01-22lib: Add atomic bit set/clear operations.Atish Patra4-0/+130
2019-01-21sbi: Add ecall helpersDamien Le Moal1-1/+10
2019-01-18platform: Add libfdt support.Atish Patra1-1/+0
2019-01-16include: Add documentation for sbi_trap_regs and friendsAnup Patel2-2/+74
2019-01-16include: Add __packed define for packed structuresAnup Patel1-0/+1
2019-01-16include: Add documentation for sbi_scratch and friendsAnup Patel1-0/+22
2019-01-16lib: Add documentation for sbi_init() APIAnup Patel1-1/+1
2019-01-16include: Add __noreturn define for noreturn function attributeAnup Patel1-0/+2
2019-01-04include: Add hard FP access macros and definesAnup Patel2-0/+86
2019-01-03include: Remove redundant tmp0 from struct sbi_scratchAnup Patel1-11/+9
2019-01-02include: Move RISCV_TRAP_REGS_xyz defines to sbi_trap.hAnup Patel2-40/+44
2019-01-02include: Move RISCV_PLATFORM_xyz defines to sbi_platform.hAnup Patel2-5/+9
2019-01-02include: Move RISCV_SCRATCH_xyz defines to sbi_scratch.hAnup Patel2-12/+17
2019-01-02include: Replace #csr with __ASM_STR(csr) in csr_xyz() macrosAnup Patel1-5/+5
2019-01-02include: Remove redundant csr_read_n() and csr_write_n()Anup Patel1-19/+2
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