aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
enable-32bitUn-break "--enable-32bit"Palmer Dabbelt7 years
fix-fcvt-s-wFix(?) fcvt.s.w emulation for rs1 = -2^31Andrew Waterman7 years
masterDon't require software check exceptions be delegableAndrew Waterman5 weeks
maxmemAdd "--with-max-memory-bytes", to limit the used memoryPalmer Dabbelt6 years
new-sbi-diskadd sbi-disk mcall routinesHoward Mao7 years
remapAdd 2-stage translation (for debugging purposes only)Andrew Waterman3 years
rocc-enableMerge commit '3d921d3c76db3af7b9ae0b5df0f0790f26222246' into rocc-enableColin Schmidt5 years
sbi-diskadd sbi-disk mcall routinesHoward Mao7 years
sbi_emulation_for_perfSBI emulation of reads and writes to perf counters and configAlex Solomatnikov6 years
sbi_for_perfAdded SBI_WRITE_PERF_CNTAlex Solomatnikov6 years
[...]
 
TagDownloadAuthorAge
v1.0.0riscv-pk-1.0.0.zip  riscv-pk-1.0.0.tar.gz  riscv-pk-1.0.0.tar.bz2  Palmer Dabbelt5 years
archive-1.9.1riscv-pk-archive-1.9.1.zip  riscv-pk-archive-1.9.1.tar.gz  riscv-pk-archive-1.9.1.tar.bz2  Palmer Dabbelt6 years
 
AgeCommit messageAuthorFilesLines
2016-06-26Update config.guess and config.subgnuconfigAric Belsito2-571/+662
2016-06-05PLIC registers are 32-bit, not 16-bitAndrew Waterman3-6/+6
2016-06-01Clear IPIs using MMIO, not mip CSRAndrew Waterman4-1/+41
2016-05-24speed up memcpy for aligned bases but misaligned lengthAndrew Waterman1-10/+13
2016-05-24Remove debug printfsAndrew Waterman1-11/+0
2016-05-22Add preliminary support for the interrupt controllerAndrew Waterman4-4/+90
2016-05-05Poll HTIF console on timer interruptAndrew Waterman2-8/+20
2016-05-05Add missing casts for RV32Andrew Waterman1-3/+3
2016-05-03Find IPI address in configuration stringAndrew Waterman4-9/+4
2016-05-02Don't use tohost/fromhost registers; communicate with host via memoryAndrew Waterman2-24/+21
[...]