aboutsummaryrefslogtreecommitdiff
path: root/src/target/riscv
AgeCommit message (Expand)AuthorFilesLines
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo2-3/+3
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo2-8/+8
2021-07-20openocd: manually fix Yoda conditionsAntonio Borneo2-7/+7
2021-06-26target/riscv: Implement get_gdb_arch()Jesse Sheridan1-0/+13
2021-06-18Use boolean argument for register_get_by_name()Marc Schink1-5/+5
2021-06-04Add target_data_bits().Tim Newsome1-0/+9
2021-05-22riscv: replace macro DIM() with ARRAY_SIZE()Antonio Borneo3-15/+9
2021-05-22riscv: drop unused variableAntonio Borneo1-3/+0
2021-05-08target/riscv: Change 'authdata_read' outputMarc Schink1-1/+1
2021-03-19Implement CRC32 algorithm for RISC-V.Tim Newsome1-1/+80
2021-01-18target/riscv: fix build error with -Werror=maybe-uninitializedTarek BOCHKATI1-1/+1
2021-01-13openocd: fix doxygen parameters of functionsAntonio Borneo1-1/+3
2020-12-05target/register: use an array of uint8_t for register's valueAntonio Borneo2-3/+3
2020-11-07semihosting: print the semihosting operation idAdrian Negreanu1-1/+1
2020-10-14riscv: fix compile errorAntonio Borneo1-2/+2
2020-10-14Upstream tons of RISC-V changes.Tim Newsome14-2659/+7226
2020-09-05target: avoid checking for non NULL pointer to free itAntonio Borneo1-6/+3
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo2-4/+4
2020-07-08coding style: add arguments to function prototypesAntonio Borneo1-3/+3
2020-05-09coding style: open function's brace at beginning of new lineAntonio Borneo1-19/+9
2020-05-09coding style: add missing space when split stringsAntonio Borneo1-6/+6
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-2/+2
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo1-2/+0
2020-04-21Remove BUILD_TARGET64Florian Fainelli1-6/+0
2020-03-10semihosting: reorganize semihosting commandsTarek BOCHKATI1-37/+2
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek3-7/+8
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-2/+2
2019-04-10target/riscv: Free registers to avoid memory leakMarc Schink1-14/+17
2019-04-07target/riscv: use coherent syntax in struct initializationAntonio Borneo1-4/+4
2019-03-27Lots of RISC-V improvements.Tim Newsome7-379/+1764
2019-03-08gdb_server, target: Add target_address_bits()Tim Newsome1-1/+8
2019-02-14target/riscv-011: Fix memory leak in handle_halt_routine()Marc Schink1-2/+2
2019-02-07target algo: do not write reg_param if direction is PARAM_INTomas Vanek1-0/+3
2018-08-14target/riscv/riscv-011: fix compile warning about uninitialized variableSvetoslav Enchev1-0/+2
2018-08-01target/riscv: fix compile error with gcc 8.1.1Antonio Borneo1-0/+1
2018-07-24Add RISC-V support.Tim Newsome15-0/+12149