526 Commits (efc32d0cab1ee6e52626c0bd59b1929bbd2b2bbe)
 

Author SHA1 Message Date
davidmetz efc32d0cab
Fix CPI calcualtion for -s option (#192) 6 years ago
James Clarke 2c4e689bc1
Support manually zeroing out BSS when booting (#188) 6 years ago
Andrew Waterman 6fa3555cc5 Enable vector unit if present (continuation of 77a5df5694) 6 years ago
Andrew Waterman 77a5df5694 Enable vector unit if present 6 years ago
Nick Knight 34ceb37298 Added --with-abi configure option (#183) 6 years ago
Andrew Waterman 103f61c8a0 Only prohibit float32-only when FP emulation is enabled 6 years ago
Jonathan Kimmitt 14e87d2dd2 Support a subset of 16750 functionality, and improve baud rate selection (#182) 6 years ago
Gokturk Yuksek b1bdf5bb99 fdt: allow mmu type "riscv,32" on rv32 systems (#177) 7 years ago
Luís Marques 92d3a34a9b Add --help (#179) 7 years ago
Luís Marques 43969b149e Implement dup3 syscall (#162) 7 years ago
dskwe 15329a8aac text-modification: delete a word 'and' in README.md (#115) 7 years ago
Andrew Waterman 6208fce3dc
Merge pull request #150 from lsgunth/build_fixes 7 years ago
Luís Marques 99d6d0a93f Make performance counters always 64 bits wide (#178) 7 years ago
Andrew Waterman 78e61baf43 Add user write permissions to installed files 7 years ago
Luís Marques 099c99482f Only accept statically linked binaries (#176) 7 years ago
Palmer Dabbelt a3e4ac61d2
Merge pull request #172 from riscv/version 7 years ago
Palmer Dabbelt fafaedd282
Mark PK as version 1.0.0 7 years ago
Andrew Waterman bf64bb8ee9
Merge pull request #171 from ipatix/master 7 years ago
Michael Panzlaff d1ca3b9ebe allow additional ns16550a config via device tree 7 years ago
Andrew Waterman bc94419338 Prevent memset from calling itself 7 years ago
Andrew Waterman 0694b85892
Merge pull request #168 from riscv/fix-code-above-4g 7 years ago
Andrew Waterman 31878c5e2f Make illegal-instruction jump table entries relative to their base 7 years ago
Andrew Waterman 3d681ed0d0 Use pointer-sized entries in trap table 7 years ago
Andrew Waterman d5909ee6f6 Report correct scause when faulting while fetching emulated instruction 7 years ago
Andrew Waterman 46cd5082c5
Merge pull request #163 from gsomlo/gls-litex 7 years ago
Gabriel L. Somlo ff71b88278 configure: Add option to set physical memory start address 7 years ago
Gabriel L. Somlo 9c20a7744f Check for 'U' extension before accessing 'mcounteren' CSR 7 years ago
Andrew Waterman cb253a3f97 Allow up to 2 KiB of arguments 7 years ago
maxice8 9239d63942 bbl/bbl.ac: use = instead of == for comparing equality (#158) 7 years ago
maxice8 9b72a65d59 configure.ac: use = instead of == to check for equality (#157) 7 years ago
ak-fau 723aa2249a Update configure option for 32-bit (#156) 7 years ago
Andrew Waterman 97b683ed3c Fix build with newer newlib 7 years ago
Logan Gunthorpe b54479d8e7
Always build bbl.bin 7 years ago
Logan Gunthorpe 662884bd08 Disable compiler protections features 7 years ago
Luís Marques a1c125dde7 Stub out madvise syscall (#145) 7 years ago
Andrew Waterman a26a565cb8
Merge pull request #143 from hakrdinesh/master 7 years ago
Dinesh Thirumurthy 2433bbd4a6
openbsd build steps 7 years ago
Dinesh Thirumurthy c0712db954 openbsd has bash in /usr/local/bin 7 years ago
Andrew Waterman e2e2e9db2e Protect BBL data, not just text 7 years ago
Andrew Waterman 66c13fd4a9
Revert "Don't require a RISC-V libc and crt when configuring (#132)" (#140) 7 years ago
James Clarke a02257a861 Don't require a RISC-V libc and crt when configuring (#132) 7 years ago
Luís Marques 31e531b2b4 Implement clock_gettime syscall (#139) 7 years ago
Andrew Waterman cb28d01e1d Protect M-mode memory from S-mode 7 years ago
Andrew Waterman 815050f0b2 Set up PMP earlier, so it can be overridden later 7 years ago
Andrew Waterman dca89b7e45 Page-align the writable data section 7 years ago
Andrew Waterman 474d787f1b Clean up linker scripts a bit 7 years ago
Andrew Waterman 92434c4f69 Delegate misaligned AMOs as access exceptions, not misaligned 7 years ago
Andrew Waterman f579c48e90 Revert "Avoid writing reserved values to pmpaddr CSR" 7 years ago
Palmer Dabbelt e12593841a
Merge pull request #134 from lsgunth/ie_words_fix 7 years ago
Logan Gunthorpe 23de87d808
Fix the calculation for the number of interrupt enable words 7 years ago