Age | Commit message (Expand) | Author |
2019-02-20 | include: Add PRILX define to help print unsigned long | Anup Patel |
2019-02-18 | lib: Fix mask shift in sbi_ipi_send_many() | Anup Patel |
2019-02-18 | lib: Fix small typo on sbi_ipi.c | Nick Kossifidis |
2019-02-18 | lib: Improve delivery of SBI_IPI_EVENT_HALT | Nick Kossifidis |
2019-02-18 | lib: Send IPI for all harts to hang on system shutdown | Nick Kossifidis |
2019-02-14 | lib: Use CSR_<FOO> instead of <foo> for csr_*() | Atish Patra |
2019-02-08 | sbi_emulate_csr: Shift sbi_timer_value directly | Alistair Francis |
2019-02-08 | sbi_ecall: Fix logical OR to be bitwise OR | Alistair Francis |
2019-02-05 | riscv_asm.h: Use CSR_<FOO> instead of <foo> for csr_read() | Olof Johansson |
2019-01-25 | include: Add separate header for OpenSBI version | Anup Patel |
2019-01-24 | all: Update copyright header in all files | Anup patel |
2019-01-23 | include: Rename ipi_inject() to ipi_send() for sbi_platform | Anup Patel |
2019-01-23 | include: Drop MMIO from SBI_PLATFORM_HAS_MMIO_TIMER_VALUE | Anup Patel |
2019-01-23 | lib: Remove target_hart and hartid parameter from TIMER callbacks | Anup Patel |
2019-01-23 | lib: Remove hartid parameter from IRQCHIP callbacks | Anup Patel |
2019-01-23 | lib: Remove source_hart and hartid parameter from IPI callbacks | Anup patel |
2019-01-23 | lib: Remove hartid paramter from early_init() and final_init() callbacks | Anup Patel |
2019-01-22 | lib: Add doxygen style documentation for sbi_platform | Anup Patel |
2019-01-22 | lib: Update documentation of sbi_init() | Anup Patel |
2019-01-22 | lib: Do not access mi/edeleg register if S mode is not present. | Atish Patra |
2019-01-22 | lib: Allow sending IPI to self. | Atish Patra |
2019-01-22 | lib: Fix ipi type update | Atish Patra |
2019-01-22 | lib: Add atomic bit set/clear operations. | Atish Patra |
2019-01-22 | lib: Move software interrupt enablement from firmware to lib | Atish Patra |
2019-01-21 | lib: Use AMO instructions whenever __riscv_atomic is defined | Anup Patel |
2019-01-21 | lib: code cleanup | Damien Le Moal |
2019-01-21 | lib: Fix banner | Damien Le Moal |
2019-01-16 | include: Add documentation for sbi_trap_regs and friends | Anup Patel |
2019-01-16 | lib: Add documentation for sbi_init() API | Anup Patel |
2019-01-03 | lib: Handle misaligned load/store on FP regs | Anup Patel |
2019-01-03 | include: Add hard FP access macros and defines | Anup Patel |
2019-01-02 | include: Remove redundant csr_read_n() and csr_write_n() | Anup Patel |
2018-12-31 | lib: Redirect illegal instruction trap to S-mode when not handled | Anup Patel |
2018-12-27 | lib: Print mtval in sbi_trap_error() | Anup Patel |
2018-12-27 | lib: Simplify sbi_platform timer_init() hooks | Anup Patel |
2018-12-27 | lib: Simplify sbi_platform ipi_init() hooks | Anup Patel |
2018-12-27 | lib: Simplify sbi_platform irqchip_init() hooks | Anup Patel |
2018-12-27 | lib: Simplify sbi_platform early_init() and final_init() hooks | Anup Patel |
2018-12-27 | lib: Move ECALL defines to sbi_ecall_interface.h | Anup Patel |
2018-12-26 | lib: Add misaligned load/store trap handling | Anup Patel |
2018-12-26 | lib: Move instruction encoding macros to riscv_encoding.h | Anup Patel |
2018-12-21 | Introduce hart disabled parameter in platform. | Atish Patra |
2018-12-21 | Introduce HAS_MFAULTS_DELEGATION feature | Damien Le Moal |
2018-12-21 | lib: Remove prints from sbi_hart_switch_mode() | Anup Patel |
2018-12-21 | lib: Fix delegate_traps() for Linux boot | Anup Patel |
2018-12-21 | console: protect output with a spinlock | Damien Le Moal |
2018-12-21 | Introduce sbi_current_hartid() | Damien Le Moal |
2018-12-21 | Cleanup and rename sbi_hart_boot_next() | Damien Le Moal |
2018-12-21 | Fix interrupt and exception delegation | Damien Le Moal |
2018-12-21 | Add a hang message | Damien Le Moal |