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 Waterman8 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
2015-12-06cache device type strings in memorydevice-filesHoward Mao4-13/+10
2015-12-05implement open and mmap for device filesHoward Mao7-32/+213
2015-12-04implement strncmpHoward Mao1-1/+8
2015-11-28Change boot procedure to not rely on IPIsAndrew Waterman4-18/+32
2015-11-25Don't rely on arpa/inet.h; newlib doesn't provide itAndrew Waterman1-1/+2
2015-11-18Merge pull request #15 from darius-bluespec/fix-disable-fp-emulationAndrew Waterman1-0/+20
2015-11-18Merge pull request #14 from darius-bluespec/fix-disable-atomicsAndrew Waterman2-4/+4
2015-11-18Merge pull request #13 from darius-bluespec/bbl-include-configAndrew Waterman1-0/+1
2015-11-18Fix --disable-fp-emulation.Darius Rad1-0/+20
2015-11-18Fix macros for emulating atomic operations (--disable-atomics).Darius Rad2-4/+4
[...]