Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-05 | PLIC registers are 32-bit, not 16-bit | Andrew Waterman | 3 | -6/+6 | |
2016-06-01 | Clear IPIs using MMIO, not mip CSR | Andrew Waterman | 4 | -1/+41 | |
2016-05-24 | Remove debug printfs | Andrew Waterman | 1 | -11/+0 | |
2016-05-22 | Add preliminary support for the interrupt controller | Andrew Waterman | 4 | -4/+90 | |
2016-05-05 | Poll HTIF console on timer interrupt | Andrew Waterman | 2 | -8/+20 | |
2016-05-05 | Add missing casts for RV32 | Andrew Waterman | 1 | -3/+3 | |
2016-05-03 | Find IPI address in configuration string | Andrew Waterman | 4 | -9/+4 | |
2016-05-02 | Don't use tohost/fromhost registers; communicate with host via memory | Andrew Waterman | 2 | -24/+21 | |
2016-04-30 | Fix loading of config string pointer | Andrew Waterman | 1 | -1/+2 | |
2016-04-30 | Move DRAM to high addresses | Andrew Waterman | 8 | -13/+28 | |
2016-04-30 | Split out config string parser | Andrew Waterman | 2 | -159/+167 | |
2016-04-29 | ERET -> MRET | Andrew Waterman | 3 | -10/+19 | |
2016-04-29 | Remove mtime/mtimecmp | Andrew Waterman | 6 | -32/+30 | |
2016-04-29 | Use mbadaddr to speed up misaligned ld/st emulation | Andrew Waterman | 1 | -2/+2 | |
2016-04-06 | Don't assume existence of uarch counters | Andrew Waterman | 1 | -34/+0 | |
2016-03-22 | fix multilib build error. it's type casting related. | SeungRyeol Lee | 1 | -1/+1 | |
2016-03-10 | Misc improvements | Andrew Waterman | 2 | -6/+8 | |
2016-03-10 | Make num_harts a uintptr_t | Andrew Waterman | 2 | -4/+4 | |
Making it a uint32_t is a false economy. | |||||
2016-03-10 | Update encoding | Andrew Waterman | 1 | -6/+12 | |
2016-03-10 | Remove dead code | Andrew Waterman | 2 | -3/+0 | |
2016-03-10 | Set time comparator correctly on RV32 | Andrew Waterman | 1 | -4/+9 | |
The old code truncated the upper 32 bits, and even if it got that right, it would have generated spurious interrupts. | |||||
2016-03-09 | Factor emulation routines into multiple files | Andrew Waterman | 7 | -207/+233 | |
2016-03-09 | Refactor pk, bbl, machine into separate libraries | Andrew Waterman | 23 | -0/+3496 | |
Yuck. |