2408 Commits (3e9d1627d21074c139a5c7b95ff792d885f87e6c)
 

Author SHA1 Message Date
Scott Johnson 3e9d1627d2
Document implemented trigger configuration (#1145) 4 years ago
Andrew Waterman 0b14bb363c
Merge pull request #1119 from aap-sc/aap-sc/max_pa_restriction 4 years ago
Parshintsev Anatoly e2ccdf6b69 Only allow memory regions that are less than (1ull << MAX_PADDR_BITS) 4 years ago
Parshintsev Anatoly 4470418b80 get rid of redundant casts during mem layout processing 4 years ago
Andrew Waterman ab3225a3ff Add address-cells to PLIC DTS entry 4 years ago
Scott Johnson 04a912d8c3
Merge pull request #1131 from riscv-software-src/zvfh 4 years ago
Andrew Waterman 6bed230f79
Merge pull request #1133 from YenHaoChen/pr-sscofpmf-mevent 4 years ago
Scott Johnson 6cfe0efabc
Merge pull request #1132 from YenHaoChen/pr-commit_log_print_value 4 years ago
YenHaoChen 1ed2dc3b3c fix mevent_mask for Sscofpmf extension 4 years ago
Andrew Waterman 1f1a7da6ba Change remaining vector FP16 instructions to require Zvfh 4 years ago
Andrew Waterman a66ca951e6 Change SEW=16 vfncvt.f.f.w and vfwcvt.f.f.v to require Zvfhmin 4 years ago
Andrew Waterman 54825e379d Teach ISA parser about Zvfh[min] 4 years ago
Andrew Waterman 8ec4cab4fc
Merge pull request #1130 from ucb-bar/endian 4 years ago
Jerry Zhao b265325d19 Remove set_target_endianness | add --big-endian flag 4 years ago
Jerry Zhao cefccba8cf Remove memif_endianness_undecided, change default to little-endian 4 years ago
YenHaoChen 9120e98589 fix print message of size-1 accesses 4 years ago
Andrew Waterman 5a50590f25
Merge pull request #1122 from riscv-software-src/more-mmu-simplification 4 years ago
Andrew Waterman 9cf4e82ec2
Merge pull request #1125 from riscv-software-src/cbo-fixes 4 years ago
Andrew Waterman c10ad3c85a Use reg_t, not uint64_t, for address-like quantities 4 years ago
Andrew Waterman 6b689208d9 Fix tval reporting for CBOs 4 years ago
Andrew Waterman da21648472 Set 16..4096-byte bound on cache-block size 4 years ago
YenHaoChen e8340aedc8 move fucntion cto() from processor.h to arith.h 4 years ago
Andrew Waterman b1f2ae41a1 Template-ize stores 4 years ago
Andrew Waterman d41af9f81c Template-ize loads 4 years ago
Andrew Waterman 8d40946475 Template-ize AMOs 4 years ago
Andrew Waterman 7b52a249c8 DRY in store-conditional instructions 4 years ago
Andrew Waterman 635985515f Simplify check_load_reservation 4 years ago
Andrew Waterman 5cdb39484c Template-ize hypervisor loads and stores 4 years ago
Andrew Waterman a09b88d4ab Remove require_alignment flag from loads 4 years ago
Andrew Waterman 905db657f5 Fix imprecise exception on LR to MMIO space 4 years ago
Andrew Waterman 5746722334 Template-ize load_func macro 4 years ago
Andrew Waterman 15bad75ecc Template-ize store_func macro 4 years ago
Andrew Waterman 1caaaa5471 No need to require_alignment for the load part of the AMO 4 years ago
Andrew Waterman 24907dfbd1 Remove actually_store and require_alignment parameters from store_func macro 4 years ago
Weiwei Li 2e12d7251e remove duplicate CMO item in README.md 4 years ago
Weiwei Li 2b7edec863 do memcpy only for actually_store in store_slow_path_intrapage 4 years ago
Weiwei Li bc9ee3e427 Fix missing sentinel warning in dts.cc when using gnu++17 standard 4 years ago
bluew 228c117855 Fix forced linking when compiling headers 4 years ago
Andrew Waterman 3f1b236707 fix clang build 4 years ago
Jerry Zhao a82ef28621 Add command to display privilege level in interactive mode 4 years ago
Andrew Waterman 66a307d6aa Make PLIC/NS16550 coding style more conformant 4 years ago
Andrew Waterman 68aeeb5500 Merge branch 'master' into plic_uart_v1 4 years ago
Jerry Zhao 03be4ae6c7 Add interactive mode commands to read clint mtime/mtimecmp 4 years ago
Jerry Zhao 5cf439b24e Add dump memory command to interactive mode 4 years ago
Jerry Zhao 7e8d1e6f29 Support command-line configuration of number of pmpregions 4 years ago
Scott Johnson 26c6795f2f
Merge pull request #1114 from riscv-software-src/data_optional 4 years ago
Andrew Waterman 062ef88680 In triggers, use optional<data> instead of {has_data, data} 4 years ago
Parshintsev Anatoly 60c0c86c28 Report error if an unsupported memory configuration is detected 4 years ago
Andrew Waterman 37c8985013 Remove unused field matched_t::data 4 years ago
Andrew Waterman e2e66015af
Merge pull request #1107 from riscv-software-src/simplify-ld-st 4 years ago