aboutsummaryrefslogtreecommitdiff
path: root/pk/console.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-08Fix local variable register usage for ra (#268)Fangrui Song1-2/+1
2021-03-29pk: remove vestigial trapframe_t::insn fieldAndrew Waterman1-2/+1
2021-03-26pk: support printk before file initAndrew Waterman1-1/+3
2021-03-25pk: support >2 GiB of user memory for RV64Andrew Waterman1-7/+14
2018-07-09Properly license all nontrivial filesAndrew Waterman1-0/+2
2016-03-05Disentangle PK and BBL a bitAndrew Waterman1-95/+1
2016-03-01Fix vsnprintf infinite loopAndrew Waterman1-3/+6
2015-11-12Read and use devicetree -- THIS BREAKS ROCKET FOR NOWAndrew Waterman1-1/+1
2015-11-12print PC of failed assertionsAndrew Waterman1-1/+2
2015-05-10Split pk functionality into pk and bblAndrew Waterman1-2/+2
2015-03-24Make printk safer and use less stackAndrew Waterman1-31/+33
2015-03-12Update to new privileged specAndrew Waterman1-2/+2
2015-02-09work in progress on new supervisor specAndrew Waterman1-1/+1
2014-10-31Implement draft of new calling conventionAndrew Waterman1-4/+4
2013-08-18Use new ABI register namesAndrew Waterman1-1/+1
2013-07-13Support Linux ABI and (optionally) virtual memoryAndrew Waterman1-0/+147