Age | Commit message (Expand) | Author |
2019-04-24 | all: run clang-format and update checked-in files | Olof Johansson |
2019-04-22 | lib: Redirect unhandled traps from non-M modes to S mode | Nick Kossifidis |
2019-04-10 | lib: Optimize TLB flush IPIs | Atish Patra |
2019-04-10 | lib: Provide a lock enabled iteration of fifo. | Atish Patra |
2019-04-03 | lib: Pack struct sbi_fifo | Anup Patel |
2019-04-03 | lib: More improvements to sbi_fifo | Anup Patel |
2019-04-03 | lib: Use a fifo to keep track of sfence related IPIs. | Atish Patra |
2019-04-03 | lib: Add a fifo implementation. | Atish Patra |
2019-04-01 | include: Make mstatus parameter optional for get_insn() | Anup Patel |
2019-04-01 | include: Rename sbi_unpriv.h to riscv_unpriv.h | Anup Patel |
2019-04-01 | lib: Remove unused mepc arg from load_xyz() and store_xyz() functions | Anup Patel |
2019-03-29 | lib: Disable the boot prints if SBI_SCRATCH_NO_BOOT_PRINTS is set | Bin Meng |
2019-03-29 | lib: Group all prints during boot into sbi_boot_prints() | Bin Meng |
2019-03-14 | lib: Return ENOTSUPP incase of invalid SBI function ID | Atish Patra |
2019-03-14 | lib: Fix full tlb flush behavior | Atish Patra |
2019-03-12 | lib: Implement sfence.vma correctly. | Atish Patra |
2019-03-10 | lib: Create a sbi_ipi_data structure | Alistair Francis |
2019-03-06 | platform: Make the `platform` read-only | Xiang Wang |
2019-03-05 | lib:platform: Fix sbi_getc return type. | Atish Patra |
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 |