aboutsummaryrefslogtreecommitdiff
path: root/pk/minit.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-09Refactor pk, bbl, machine into separate librariesAndrew Waterman1-108/+0
2016-03-05Disentangle PK and BBL a bitAndrew Waterman1-30/+10
2016-03-04Begin refactoring emulation codeAndrew Waterman1-0/+1
2016-03-03Don't request KB interrupt til first call to sbi_console_getcharAndrew Waterman1-2/+0
2016-03-03Simplify boot codeAndrew Waterman1-11/+4
2016-03-02fix medeleg typoAndrew Waterman1-1/+2
2016-03-01Use new counter-enable CSRsAndrew Waterman1-0/+2
2016-03-01Use RV configuration string instead of device treeAndrew Waterman1-2/+1
2016-02-28Remove SBI HTIF support; add console_getcharAndrew Waterman1-0/+2
2016-02-19sptbr now holds a PPN, not an addressAndrew Waterman1-1/+1
2016-02-19WIP on priv spec v1.9Andrew Waterman1-0/+9
2016-02-19Cap main memory size at 2 GiB for RV32Andrew Waterman1-0/+3
2016-02-19WIP on priv spec v1.9Andrew Waterman1-11/+24
2015-11-28Change boot procedure to not rely on IPIsAndrew Waterman1-8/+11
2015-11-16Use IPIs to wake up hartsAndrew Waterman1-23/+20
2015-11-12Read and use devicetree -- THIS BREAKS ROCKET FOR NOWAndrew Waterman1-10/+15
2015-09-16Initialize FCSR on bootAndrew Waterman1-0/+1
2015-09-14Initialize mtimecmp for debuggabilityAndrew Waterman1-0/+1
2015-07-24Undo last commitAndrew Waterman1-2/+1
2015-07-23Avoid stack overflow with -msoft-floatAndrew Waterman1-1/+2
2015-07-05New M-mode timer and SBI call to use itAndrew Waterman1-2/+4
2015-05-29Make boot loader/SBI changes to support SMP LinuxAndrew Waterman1-13/+35
2015-05-09Upgrade to privileged architecture 1.7Andrew Waterman1-17/+5
2015-05-08Initialize the mailbox on bootAndrew Waterman1-0/+6
2015-04-30Assume even less about mstatus reset valueAndrew Waterman1-2/+3
2015-04-03Make PK compile on RV32Andrew Waterman1-2/+4
2015-03-31Don't rely on mstatus.fs to determine FPU presenceAndrew Waterman1-3/+7
2015-03-14Fix some bugs in FP emulationAndrew Waterman1-0/+13
2015-03-12Update to new privileged specAndrew Waterman1-0/+62