aboutsummaryrefslogtreecommitdiff
path: root/include/sbi/sbi_scratch.h
AgeCommit message (Expand)Author
2021-06-02lib: sbi_scratch: remove owner from sbi_scratch_alloc_offsetHeinrich Schuchardt
2021-03-22include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__Marouene Boubakri
2021-01-15include: sbi: No need to pack struct sbi_scratchAnup Patel
2021-01-07lib: sbi: Introduce sbi_trap_exit() APIAnup Patel
2020-10-02lib: sbi_scratch: typo scatchHeinrich Schuchardt
2020-03-28lib: sbi_scratch: Introduce sbi_scratch_last_hartid() APIAnup Patel
2020-03-19include: Simplify HART id to scratch macroAnup Patel
2020-03-19lib: sbi_scratch: Introduce HART id to scratch tableAnup Patel
2020-03-13include: Make sbi_hart_id_to_scratch() as macroAnup Patel
2020-03-10lib: sbi: Fix coding style issuesBin Meng
2020-03-08include: sbi_scratch: Set per-HART scratch size to 4KBAnup Patel
2020-01-22lib: Introduce sbi_tlb_fifo_request() APIAnup Patel
2020-01-22include: Typo fix in comment for SBI_SCRATCH_SIZE defineAnup Patel
2019-08-09lib: Introduce sbi_dprintf() APIAnup Patel
2019-05-24lib: Add a simple brain-dead allocator to manage extra scratch spaceAnup Patel
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-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-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-02-20firmware: Improve low-level trap handler for M-mode to M-mode trapsAnup Patel
2019-02-14lib: Use CSR_<FOO> instead of <foo> for csr_*()Atish Patra
2019-01-24all: Update copyright header in all filesAnup patel
2019-01-16include: Add documentation for sbi_trap_regs and friendsAnup Patel
2019-01-16include: Add documentation for sbi_scratch and friendsAnup Patel
2019-01-02include: Remove redundant tmp0 from struct sbi_scratchAnup Patel
2019-01-02include: Move RISCV_SCRATCH_xyz defines to sbi_scratch.hAnup Patel
2018-12-11Initial commit.Anup Patel