summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-04-03lib: Increase the scratch space to 512 bytes.Atish Patra1-1/+1
2019-04-03lib: Introduce a tlb info type.Atish Patra1-0/+7
2019-04-03lib: Add a fifo implementation.Atish Patra1-0/+32
2019-04-01include: Make mstatus parameter optional for get_insn()Anup Patel1-3/+4
2019-04-01include: Rename sbi_unpriv.h to riscv_unpriv.hAnup Patel1-2/+2
2019-04-01lib: Remove unused mepc arg from load_xyz() and store_xyz() functionsAnup Patel1-17/+15
2019-03-29lib: Disable the boot prints if SBI_SCRATCH_NO_BOOT_PRINTS is setBin Meng1-0/+6
2019-03-29firmware: Introduce "options" in "struct sbi_scratch"Bin Meng1-0/+4
2019-03-12lib: Implement sfence.vma correctly.Atish Patra3-6/+24
2019-03-10lib: Create a sbi_ipi_data structureAlistair Francis1-7/+16
2019-03-06platform: Make the `platform` read-onlyXiang Wang1-25/+27
2019-03-05lib:platform: Fix sbi_getc return type.Atish Patra2-4/+4
2019-02-26include: Bump-up version to 0.3Anup Patel1-1/+1
2019-02-22include: Bump-up version to 0.2Anup Patel1-1/+1
2019-02-20firmware: Improve low-level trap handler for M-mode to M-mode trapsAnup Patel1-0/+4
2019-02-20include: Add PRILX define to help print unsigned longAnup Patel1-0/+2
2019-02-14lib: Use CSR_<FOO> instead of <foo> for csr_*()Atish Patra4-15/+23
2019-02-08firmware: Use lw instead of lwu for 32-bit architecturesAlistair Francis1-0/+8
2019-02-05riscv_asm.h: Use CSR_<FOO> instead of <foo> for csr_read()Olof Johansson1-3/+5
2019-01-25include: Add separate header for OpenSBI versionAnup Patel1-0/+16
2019-01-24all: Update copyright header in all filesAnup patel27-80/+80
2019-01-23include: Use TRUE/FALSE as return values in sbi_platform_hart_disabled()Anup Patel1-2/+2
2019-01-23include: Rename ipi_inject() to ipi_send() for sbi_platformAnup Patel1-7/+7
2019-01-23include: Drop MMIO from SBI_PLATFORM_HAS_MMIO_TIMER_VALUEAnup Patel1-6/+6
2019-01-23include: Update documentation of sbi_platform after callback cleanupAnup Patel1-16/+16
2019-01-23lib: Remove target_hart and hartid parameter from TIMER callbacksAnup Patel2-19/+12
2019-01-23lib: Remove hartid parameter from IRQCHIP callbacksAnup Patel1-4/+3
2019-01-23lib: Remove source_hart and hartid parameter from IPI callbacksAnup patel2-15/+13
2019-01-23lib: Remove hartid paramter from early_init() and final_init() callbacksAnup Patel2-15/+11
2019-01-22lib: Add doxygen style documentation for sbi_platformAnup Patel1-9/+234
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