aboutsummaryrefslogtreecommitdiff
path: root/src/target/openrisc/or1k.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-03-19target: Rework 'set' variable of break-/watchpointsMarc Schink1-4/+4
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-3/+3
2020-11-04target: declare local symbols as staticAntonio Borneo1-1/+1
2020-09-05target: avoid checking for non NULL pointer to free itAntonio Borneo1-2/+1
2020-09-05openocd: fix command's usage stringAntonio Borneo1-4/+4
2020-09-05target: use proper format with uint32_tAntonio Borneo1-2/+2
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-2/+2
2020-07-08coding style: fix space separationAntonio Borneo1-183/+183
2020-05-09coding style: open function's brace at beginning of new lineAntonio Borneo1-2/+2
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-2/+2
2019-04-07target/openrisc: use coherent syntax in struct initializationAntonio Borneo1-5/+5
2019-03-06target/openrisc/or1k: Use 'bool' data typeMarc Schink1-8/+8
2018-01-25Use timeval helpersChristopher Head1-2/+1
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-15/+18
2016-05-24Remove FSF address from GPL noticesMarc Schink1-0/+3
2015-03-09openrisc: add profiling functionFranck Jullien1-0/+50
2014-11-24or1k: remove address of the Free Software FoundationAntony Pavlov1-5/+0
2014-10-06target: constify structuresSpencer Oliver1-1/+1
2014-06-05target: or1k: remove wrong endian swap from or1k generic codeFranck Jullien1-65/+6
2014-04-14mips32, dsp563xx: fix segfault on Gdb attachPaul Fertser1-1/+1
2014-03-29target: remove memory leaksSpencer Oliver1-2/+2
2014-01-15Conform to C99 integer types format specifiersHsiangkai Wang1-17/+17
2013-12-14topic: Support for the Xilinx BSCAN_* Virtual JTAG in OpenriscSergio Chico1-0/+1
2013-09-26Add new target type: OpenRISCFranck Jullien1-0/+1472