summaryrefslogtreecommitdiff
path: root/bsp/env/entry.S
AgeCommit message (Collapse)Author
2018-06-29Add a CLIC interrupt examplePalmer Dabbelt
This example is fairly simple, but it does at least demonstrate how to use a C-based preemptable interrupt handler that's been registered in CLIC mode on a SiFive E21.
2018-01-26restore entry.SDrew Barbier
2018-01-04add FS dhrystone projectDrew Barbier
2017-01-03Keep mtvec 4-byte alignedAndrew Waterman
2016-12-20Avoid jal to weak symbolsAndrew Waterman
The symbol may be overridden and end up out of range of JAL.
2016-12-14Move start.S and entry.S to a common directoryAlbert Ou