aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-21More descriptive names for some stepsregression_test_janmat_experimJan Matyas1-5/+5
2023-02-21Fixed typo in package nameJan Matyas1-1/+1
2023-02-21Fixed path to the test logsJan Matyas1-1/+1
2023-02-21Packages must be installed always, regardless of cacheJan Matyas1-6/+5
2023-02-21Add step to archive test logs as an artifactJan Matyas1-0/+8
2023-02-21Empty commit to just re-run the CI and see the cache speedup.Jan Matyas0-0/+0
2023-02-21Included toolchain URL into the cache keyJan Matyas1-3/+4
2023-02-21Fixed cache keyJan Matyas1-1/+1
2023-02-21Changed 'apt' to 'apt-get' to supress a warning.Jan Matyas1-2/+2
2023-02-21Added apt update. Added mising 'cd'.Jan Matyas1-1/+3
2023-02-21Added mkdir /opt/riscvJan Matyas1-1/+3
2023-02-21Fixed tar command syntaxJan Matyas1-1/+1
2023-02-21Added cache key. Fixed spike rev.Jan Matyas1-7/+11
2023-02-21Several tweaks and experiments with Gitlab CIJan Matyas1-31/+42
2023-02-17Smoke test OpenOCD against spike.Tim Newsome1-0/+76
2023-02-16Merge pull request #799 from riscv/icountTim Newsome2-17/+146
2023-02-15target/riscv: hide_csrs configuration option (#787)Anatoly Parshintsev3-0/+65
2023-02-15Add command "exec_progbuf" (#795)Jan Matyas4-9/+98
2023-02-15Merge pull request #796 from Du-Chao/freertos_logTim Newsome1-1/+1
2023-02-15Clarify that RISC-V triggers are optional.Tim Newsome1-2/+3
2023-02-15Add `riscv icount` command.Tim Newsome2-15/+143
2023-02-14Merge pull request #794 from riscv/fix-fence-instructionTim Newsome4-7/+8
2023-02-10Merge pull request #797 from riscv/Zve32Tim Newsome3-39/+65
2023-02-10Don't reuse a single riscv_program.Tim Newsome1-5/+7
2023-02-10If XLEN=64 and vsew=64 fails, fall back to vsew=32.Tim Newsome3-27/+51
2023-02-10Merge pull request #798 from aap-sc/aap-sc/mcounteren_fixupTim Newsome1-0/+3
2023-02-10CSR_MCOUNTEREN should not exist if U-mode is not supportedParshintsev Anatoly1-0/+3
2023-02-08Print out debug value after the assignment is made.Tim Newsome1-1/+1
2023-02-08Move yes_no_maybe_t into riscv.h.Tim Newsome2-6/+6
2023-02-08Improve a debug log in freertos_update_threads()duchao1-1/+1
2023-02-01Fix opcode for the "fence" instructionJan Matyas4-7/+8
2023-01-18Merge pull request #786 from aap-sc/aap-sc/vcsr_supportTim Newsome3-0/+3
2023-01-10target/riscv: added support for missing VCSR registerParshintsev Anatoly3-0/+3
2023-01-04Merge pull request #777 from riscv/itriggerTim Newsome3-22/+326
2023-01-03target/riscv: Remove `riscv test_sba_config_reg` command. (#780)Tim Newsome3-404/+0
2023-01-03target/riscv: Use unsigned int for trigger indexes.Tim Newsome1-7/+12
2023-01-03target/riscv: Read back tdata2 in set_trigger()Tim Newsome1-4/+14
2023-01-02target/riscv: Add `riscv etrigger` command.Tim Newsome3-0/+133
2023-01-02target/riscv: Add `riscv itrigger` command.Tim Newsome3-7/+163
2022-12-27target/riscv: Use macros for trigger types.Tim Newsome1-6/+6
2022-12-27flash: fix clang static analyzer build errors (#778)Tim Newsome2-5/+0
2022-12-02riscv/run_algorithm : Add support for memory parameters (#773)Dolu19901-5/+27
2022-11-30Merge pull request #772 from riscv/resume_stateTim Newsome1-2/+14
2022-11-29target/riscv: Set target->state in riscv013_halt_go()Tim Newsome1-2/+14
2022-11-25Merge pull request #767 from riscv/unavailableTim Newsome6-172/+303
2022-11-23target/riscv: Fix small riscv013_halt_go() bugTim Newsome1-1/+1
2022-11-23target/riscv: RISCV_HALT_BREAKPOINT -> RISCV_HALT_EBREAKTim Newsome3-4/+4
2022-11-23target/riscv: Set correct target->state in riscv013_halt_go()Tim Newsome1-3/+26
2022-11-22gdb_server: Operate on available targets.Tim Newsome1-16/+40
2022-11-22target/riscv: Don't resume unavailable harts.Tim Newsome2-7/+19