Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-22 | SBI: a0+a1 hold hartid+dtb pointer between boot loader stagesfdt | Wesley W. Terpstra | 3 | -24/+23 | |
2017-03-22 | machine: add FDT parser | Wesley W. Terpstra | 4 | -7/+300 | |
2017-03-21 | machine: remove configstring | Wesley W. Terpstra | 3 | -270/+0 | |
2017-03-21 | Allow PK access to user memory | Andrew Waterman | 1 | -2/+13 | |
2017-03-16 | Simplify interrupt-stack discipline | Andrew Waterman | 2 | -2/+45 | |
https://github.com/riscv/riscv-isa-manual/commit/f2ed45b1791bb602657adc2ea9ab5fc409c62542 | |||||
2017-03-08 | Don't rely on config string for basic functionality | Andrew Waterman | 1 | -1/+7 | |
2017-02-25 | PPNs are 44 bits in RV64 | Andrew Waterman | 1 | -14/+7 | |
2017-02-25 | New counter-enable scheme | Andrew Waterman | 3 | -10/+12 | |
https://github.com/riscv/riscv-isa-manual/issues/10 | |||||
2017-02-22 | Fix PK boot | Andrew Waterman | 3 | -19/+11 | |
2017-02-20 | Don't block for acks on console writes | Andrew Waterman | 4 | -36/+38 | |
2017-02-20 | WIP on SBI | Andrew Waterman | 4 | -61/+59 | |
2017-02-20 | minor HTIF cleanup + use WFI | Andrew Waterman | 2 | -7/+6 | |
2017-02-19 | Handle IPIs and timer interrupts more quickly | Andrew Waterman | 4 | -74/+71 | |
2017-02-17 | WIP towards ECALL interface for SBI | Andrew Waterman | 9 | -213/+7 | |
2017-02-15 | Cleanly separate HTIF code; don't poll keyboard on timer interrupt | Andrew Waterman | 6 | -85/+90 | |
2017-02-15 | Emulate RVFC instructions | Andrew Waterman | 7 | -47/+190 | |
2017-02-15 | Incorporate sptbr/sfence.vma changes | Andrew Waterman | 4 | -19/+129 | |
2017-01-25 | Placate gcc7 about buffer sizesarchive-1.9.1 | Andrew Waterman | 1 | -2/+2 | |
2016-12-06 | avoid non-standard predefined macros | Andrew Waterman | 12 | -18/+18 | |
2016-11-04 | Acquire lock before attempting tohost/fromhost sequences | Andrew Waterman | 1 | -12/+23 | |
2016-11-04 | Add spinlock_trylock routine; use it to implement spinlock_lock | Andrew Waterman | 1 | -2/+8 | |
2016-10-25 | Use __riscv_flen macro to detect FP support | Andrew Waterman | 6 | -10/+14 | |
2016-09-15 | machine, mentry.S: fix not receiving IPI for other harts (#38) | sashimi-yzh | 1 | -0/+4 | |
* Before waiting for IPI by executing wfi instruction, MSIE bit should be set in mie CSR for other harts, else they will get stuck at the wfi instruction. | |||||
2016-09-09 | Attempt to disable FPU if using no-FPU pk/bbl | Andrew Waterman | 1 | -2/+3 | |
2016-09-09 | machine, emulation.c: fix the condition of rdtime emulation (#37) | sashimi-yzh | 1 | -2/+2 | |
The time counter is enabled with the bit field set in `counteren` CSR. | |||||
2016-08-26 | Update to new counter spec | Andrew Waterman | 3 | -104/+351 | |
2016-08-16 | add htif section in linker script, with ALIGNs to prevent MMIO and data from ↵ | Sagar Karandikar | 1 | -2/+2 | |
being placed on same page (#32) | |||||
2016-07-28 | Don't let other harts boot before HLS is initialized | Andrew Waterman | 3 | -8/+12 | |
Use IPIs to signal them. | |||||
2016-07-19 | Handle misaligned loads in ascending order of byte address | Andrew Waterman | 1 | -1/+1 | |
2016-07-16 | Improve trap redirection code | Andrew Waterman | 1 | -7/+6 | |
2016-07-16 | Add FCLASS emulation | Andrew Waterman | 2 | -7/+21 | |
2016-07-06 | Udpate to new PTE format | Andrew Waterman | 3 | -10/+4 | |
2016-07-05 | Initialize timecmp; add PRCI test | Andrew Waterman | 2 | -34/+55 | |
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 | |