aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-04-24all: run clang-format and update checked-in filesOlof Johansson
2019-04-24all: Annotate some tables to have clang-format leave them aloneOlof Johansson
2019-04-10lib: Provide a lock enabled iteration of fifo.Atish Patra
2019-04-06lib: Fix the ecall macro definitionsAlistair Francis
2019-04-03lib: Pack struct sbi_fifoAnup Patel
2019-04-03lib: More improvements to sbi_fifoAnup Patel
2019-04-03lib: Use a fifo to keep track of sfence related IPIs.Atish Patra
2019-04-03lib: Increase the scratch space to 512 bytes.Atish Patra
2019-04-03lib: Introduce a tlb info type.Atish Patra
2019-04-03lib: Add a fifo implementation.Atish Patra
2019-04-01include: Make mstatus parameter optional for get_insn()Anup Patel
2019-04-01include: Rename sbi_unpriv.h to riscv_unpriv.hAnup Patel
2019-04-01lib: Remove unused mepc arg from load_xyz() and store_xyz() functionsAnup Patel
2019-03-29lib: Disable the boot prints if SBI_SCRATCH_NO_BOOT_PRINTS is setBin Meng
2019-03-29firmware: Introduce "options" in "struct sbi_scratch"Bin Meng
2019-03-12lib: Implement sfence.vma correctly.Atish Patra
2019-03-10lib: Create a sbi_ipi_data structureAlistair Francis
2019-03-06platform: Make the `platform` read-onlyXiang Wang
2019-03-05lib:platform: Fix sbi_getc return type.Atish Patra
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