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.0pk-1.0.0.zip  pk-1.0.0.tar.gz  pk-1.0.0.tar.bz2  Palmer Dabbelt5 years
archive-1.9.1pk-archive-1.9.1.zip  pk-archive-1.9.1.tar.gz  pk-archive-1.9.1.tar.bz2  Palmer Dabbelt6 years
 
AgeCommit messageAuthorFilesLines
2018-10-10Add "--with-max-memory-bytes", to limit the used memorymaxmemPalmer Dabbelt4-14/+40
2018-09-23Avoid writing reserved values to pmpaddr CSRAndrew Waterman1-1/+2
2018-09-17Fix git-submodule fatal error for berkeley-softfloat-3Michael Clark1-0/+0
2018-09-17Add softfloat/README.md detailing sourceMichael Clark1-0/+10
2018-08-15Fix printm on RV32 (#119)Andrew Waterman1-0/+16
2018-08-06Add some exception handling functions to s-mode to handle exception return fr...wxjstz1-0/+28
2018-08-03Merge pull request #104 from heshamelmatary/disable_vmPalmer Dabbelt7-1/+57
2018-07-12minit: Move pmp setup code to a separate function to avoid duplicating codeHesham Almatary1-11/+7
2018-07-12bbl: boot payload in machine mode when --enable-boot-machine is passedHesham Almatary4-0/+37
2018-07-12configure: Add --enable-boot-machine in BBLHesham Almatary3-0/+23
[...]