aboutsummaryrefslogtreecommitdiff
path: root/pk/mtrap.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-09Refactor pk, bbl, machine into separate librariesAndrew Waterman1-281/+0
2016-03-05Disentangle PK and BBL a bitAndrew Waterman1-12/+16
2016-03-04Begin refactoring emulation codeAndrew Waterman1-71/+19
2016-03-03Don't request KB interrupt til first call to sbi_console_getcharAndrew Waterman1-5/+6
2016-03-03Simplify boot codeAndrew Waterman1-1/+1
2016-03-01Fix vsnprintf infinite loopAndrew Waterman1-4/+3
2016-02-28Remove SBI HTIF support; add console_getcharAndrew Waterman1-111/+65
2016-02-23Use simpler, less-general IPI interfaceAndrew Waterman1-46/+38
2016-02-19fix commentAndrew Waterman1-1/+1
2016-02-19Add SBI calls for remote I$/TLB flushesAndrew Waterman1-1/+71
2016-02-19WIP on priv spec v1.9Andrew Waterman1-24/+9
2016-02-19WIP on priv spec v1.9Andrew Waterman1-37/+28
2016-01-12Write 1 to MIPI, not 0Andrew Waterman1-1/+1
2015-11-18Fix --disable-fp-emulation.Darius Rad1-0/+20
2015-11-12Read and use devicetree -- THIS BREAKS ROCKET FOR NOWAndrew Waterman1-4/+14
2015-07-05New M-mode timer and SBI call to use itAndrew Waterman1-0/+15
2015-05-29Make boot loader/SBI changes to support SMP LinuxAndrew Waterman1-18/+49
2015-05-14Add sbi_shutdown callAndrew Waterman1-1/+11
2015-05-09Upgrade to privileged architecture 1.7Andrew Waterman1-19/+17
2015-03-31Don't rely on mstatus.fs to determine FPU presenceAndrew Waterman1-2/+33
2015-03-24Make printk safer and use less stackAndrew Waterman1-1/+1
2015-03-17Merge [shm]call into ecall, [shm]ret into eretAndrew Waterman1-13/+13
2015-03-12Use hcall instead of mcall for sbi callsAndrew Waterman1-13/+13
2015-03-12Update to new privileged specAndrew Waterman1-0/+222