summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_scratch.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-22include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__Marouene Boubakri1-1/+1
2021-01-15include: sbi: No need to pack struct sbi_scratchAnup Patel1-1/+1
2021-01-07lib: sbi: Introduce sbi_trap_exit() APIAnup Patel1-3/+7
2020-10-02lib: sbi_scratch: typo scatchHeinrich Schuchardt1-1/+1
2020-03-28lib: sbi_scratch: Introduce sbi_scratch_last_hartid() APIAnup Patel1-0/+6
2020-03-19include: Simplify HART id to scratch macroAnup Patel1-1/+1
2020-03-19lib: sbi_scratch: Introduce HART id to scratch tableAnup Patel1-2/+6
2020-03-13include: Make sbi_hart_id_to_scratch() as macroAnup Patel1-0/+6
2020-03-10lib: sbi: Fix coding style issuesBin Meng1-1/+2
2020-03-08include: sbi_scratch: Set per-HART scratch size to 4KBAnup Patel1-2/+2
2020-01-22lib: Introduce sbi_tlb_fifo_request() APIAnup Patel1-1/+0
2020-01-22include: Typo fix in comment for SBI_SCRATCH_SIZE defineAnup Patel1-1/+1
2019-08-09lib: Introduce sbi_dprintf() APIAnup Patel1-0/+2
2019-05-24lib: Add a simple brain-dead allocator to manage extra scratch spaceAnup Patel1-17/+16
2019-04-24all: run clang-format and update checked-in filesOlof Johansson1-11/+11
2019-04-24all: Annotate some tables to have clang-format leave them aloneOlof Johansson1-0/+4
2019-04-03lib: Use a fifo to keep track of sfence related IPIs.Atish Patra1-4/+10
2019-04-03lib: Increase the scratch space to 512 bytes.Atish Patra1-1/+1
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 Patra1-4/+6
2019-03-10lib: Create a sbi_ipi_data structureAlistair Francis1-7/+16
2019-02-20firmware: Improve low-level trap handler for M-mode to M-mode trapsAnup Patel1-0/+4
2019-02-14lib: Use CSR_<FOO> instead of <foo> for csr_*()Atish Patra1-1/+1
2019-01-24all: Update copyright header in all filesAnup patel1-3/+3
2019-01-16include: Add documentation for sbi_trap_regs and friendsAnup Patel1-1/+1
2019-01-16include: Add documentation for sbi_scratch and friendsAnup Patel1-0/+22
2019-01-03include: Remove redundant tmp0 from struct sbi_scratchAnup Patel1-11/+9
2019-01-02include: Move RISCV_SCRATCH_xyz defines to sbi_scratch.hAnup Patel1-0/+17
2018-12-11Initial commit.Anup Patel1-0/+35