summaryrefslogtreecommitdiffstats
path: root/src/arch/riscv/trap_util.S
Commit message (Expand)AuthorAgeFilesLines
* arch/riscv/trap_handler.c: Use new names for CSRArthur Heymans2023-04-211-1/+1
* treewide: Remove repeated wordsElyes Haouas2023-02-091-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/arch/riscv: Convert to SPDX license headerPatrick Georgi2020-03-061-12/+2
* arch/riscv: Align trap_entry to 4 bytes, as required by specJonathan Neuschäfer2018-02-201-0/+1
* arch/riscv: Remove supervisor_trap_entryJonathan Neuschäfer2017-12-021-9/+1
* arch/riscv: Return from trap_handler instead of jumping outJonathan Neuschäfer2017-12-021-1/+0
* arch/riscv: Unify trap returnJonathan Neuschäfer2017-12-021-12/+7
* arch/riscv: Use a separate trap stackJonathan Neuschäfer2017-11-071-4/+8
* arch/riscv: Drop mret workaroundJonathan Neuschäfer2017-11-071-2/+2
* riscv: get SBI calls to workRonald G. Minnich2017-01-161-4/+8
* riscv: Add a bandaid for the new toolchainRonald G. Minnich2016-11-021-1/+3
* arch/riscv: Set the stack pointer upon trap entryJonathan Neuschäfer2016-08-151-1/+11
* arch/riscv: Change all eret instructions to .word 0x30200073 (mret)Jonathan Neuschäfer2016-07-181-2/+4
* arch/riscv/trap_util.S: Use "li" pseudo-instruction to load a constantJonathan Neuschäfer2016-06-121-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* riscv-trap-handling: Add functionality, prevent stack corruptionThaminda Edirisooriya2015-09-151-1/+1
* riscv-trap-handling: Add implementation for trap calls in riscvThaminda Edirisooriya2015-09-101-1/+1
* riscv-trap-handling: Add preliminary trap handling for riscvThaminda Edirisooriya2015-08-261-0/+136