aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-02-26include: Bump-up version to 0.3Anup Patel
2019-02-22include: Bump-up version to 0.2Anup Patel
2019-02-20firmware: Improve low-level trap handler for M-mode to M-mode trapsAnup Patel
2019-02-20include: Add PRILX define to help print unsigned longAnup Patel
2019-02-14lib: Use CSR_<FOO> instead of <foo> for csr_*()Atish Patra
2019-02-08firmware: Use lw instead of lwu for 32-bit architecturesAlistair Francis
2019-02-05riscv_asm.h: Use CSR_<FOO> instead of <foo> for csr_read()Olof Johansson
2019-01-25include: Add separate header for OpenSBI versionAnup Patel
2019-01-24all: Update copyright header in all filesAnup patel
2019-01-23include: Use TRUE/FALSE as return values in sbi_platform_hart_disabled()Anup Patel
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-23include: Update documentation of sbi_platform after callback cleanupAnup 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: Add atomic bit set/clear operations.Atish Patra
2019-01-21sbi: Add ecall helpersDamien Le Moal
2019-01-18platform: Add libfdt support.Atish Patra
2019-01-16include: Add documentation for sbi_trap_regs and friendsAnup Patel
2019-01-16include: Add __packed define for packed structuresAnup Patel
2019-01-16include: Add documentation for sbi_scratch and friendsAnup Patel
2019-01-16lib: Add documentation for sbi_init() APIAnup Patel
2019-01-16include: Add __noreturn define for noreturn function attributeAnup Patel
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