aboutsummaryrefslogtreecommitdiff
path: root/src/target/openrisc/or1k_du_adv.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-21helper: Add generic little endian CRC32 functionMarian Buschsieweke1-28/+6
2022-11-11openrisc: fix clang error core.CallAndMessageAntonio Borneo1-1/+4
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-1/+1
2020-09-05target: avoid checking for non NULL pointer to free itAntonio Borneo1-5/+2
2020-09-05target: use proper format with uint32_tAntonio Borneo1-2/+2
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-1/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-0/+3
2014-11-24or1k: remove address of the Free Software FoundationAntony Pavlov1-5/+0
2014-06-22openrisc: add support for JTAG Serial PortFranck Jullien1-3/+118
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 Jullien1-2/+50
2014-01-15Conform to C99 integer types format specifiersHsiangkai Wang1-8/+8
2013-10-15openrisc/du_adv: check or1k_adv_jtag_init return valueFranck Jullien1-21/+49
2013-09-26Add new target type: OpenRISCFranck Jullien1-0/+900