aboutsummaryrefslogtreecommitdiff
path: root/src/target/openrisc
AgeCommit message (Expand)AuthorFilesLines
2020-11-07server: permit the add_service function to return the created serviceTarek BOCHKATI1-1/+2
2020-11-04target: declare local symbols as staticAntonio Borneo2-2/+2
2020-09-05target: avoid checking for non NULL pointer to free itAntonio Borneo3-13/+5
2020-09-05openrisc: Fix segv jsp due to free of unallocated dataStafford Horne1-6/+0
2020-09-05openocd: fix command's usage stringAntonio Borneo1-4/+4
2020-09-05target: use proper format with uint32_tAntonio Borneo3-8/+8
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo3-4/+4
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
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek1-1/+1
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
2019-03-01Use enum for target_register_timer_callback()Marc Schink1-1/+2
2018-03-15server: free strduped port numbersTomas Vanek2-0/+5
2018-01-25Use timeval helpersChristopher Head1-2/+1
2017-10-03telnet_server: drop unused optionsKarl Palsson1-1/+0
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-15/+18
2016-12-08Convert to non-recursive makeAndreas Fritiofson1-18/+12
2016-05-24Make #include guard naming consistentMarc Schink4-13/+12
2016-05-24Remove FSF address from GPL noticesMarc Schink9-3/+25
2015-03-09openrisc: add profiling functionFranck Jullien1-0/+50
2014-11-24or1k: remove address of the Free Software FoundationAntony Pavlov8-40/+0
2014-10-06target: constify structuresSpencer Oliver3-3/+3
2014-06-22openrisc: add support for JTAG Serial PortFranck Jullien5-5/+390
2014-06-22openrisc: restore current JTAG module while polling the CPUFranck Jullien1-1/+10
2014-06-05target: or1k: remove wrong endian swap from or1k generic codeFranck Jullien3-67/+57
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 Wang3-31/+31
2013-12-14topic: Support for the Xilinx BSCAN_* Virtual JTAG in OpenriscSergio Chico4-1/+69
2013-10-15openrisc/tap_vjtag: fix IR settingFranck Jullien1-4/+5
2013-10-15openrisc/du_adv: check or1k_adv_jtag_init return valueFranck Jullien1-21/+49
2013-09-26Add new target type: OpenRISCFranck Jullien8-0/+3041