aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips32_pracc.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-16target/mips32: add fpu access supportWalter Ji1-0/+15
2024-01-06target/mips32: optimize pracc accessWalter Ji1-0/+2
2023-10-25target/mips32: rework mips core register related functionsWalter Ji1-2/+4
2022-09-13target: don't export local symbolsAntonio Borneo1-4/+0
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-03-10target/mips: Remove typedef'd structMarc Schink1-3/+3
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo1-3/+3
2019-03-23mips32: pracc: Fix indentMarek Vasut1-3/+3
2019-03-23mips32: pracc: Fix UPPER/LOWER macrosMarek Vasut1-2/+2
2017-07-07mips32: inline functions in headers must be staticAndreas Fritiofson1-1/+1
2017-05-31flash: Add support for Atheros (ath79) SPI interfaceTobias Diedrich1-0/+2
2017-05-08mips32, add support for micromips in debug modeSalvador Arroyo1-0/+11
2017-05-08mips32, add option to avoid check in last instructionSalvador Arroyo1-2/+3
2017-05-08mips32, add realloc codeSalvador Arroyo1-1/+4
2017-05-08mips32, change in pracc_list for dynamic allocationSalvador Arroyo1-1/+6
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-05-09mips32: new code for pracc execSalvador Arroyo1-2/+1
2014-05-09mips32: cleanups in legacy pracc codeSalvador Arroyo1-11/+3
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-20mips: m4k alternate pracc code. Patch 3Salvador Arroyo1-0/+5
2013-04-20mips: m4k alternate pracc code. Patch 1Salvador Arroyo1-0/+8
2012-11-16mips: optimize CP0 read/write codeSalvador Arroyo1-0/+7
2012-02-06build: cleanup src/target directorySpencer Oliver1-2/+3
2011-08-09mips32: Added CP0 coprocessor R/W routinesDrasko DRASKOVIC1-3/+38
2010-12-29Compilation Warnings on OS X 10.5Andrew MacIsaac1-1/+1
2010-04-11TARGET/MIPS32_PRACC: review scope of functionsAntonio Borneo1-18/+0
2010-01-07MIPS: whitespace cleanupSpencer Oliver1-9/+9
2010-01-05MIPS: optimize pracc accessSpencer Oliver1-1/+0
2010-01-05MIPS: merge mips fast_data patch from David N. ClaffeyDavid Claffey1-1/+7
2009-12-13target files shouldn't #include <target/...h>David Brownell1-1/+1
2009-12-03change #include "mips_ejtag.h" to <target/mips_ejtag.h>Zachary T Welch1-1/+1
2009-11-22mips: use const for code sequencesØyvind Harboe1-1/+1
2009-11-13mips_ejtag_t -> struct mips_ejtagZachary T Welch1-13/+13
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-13/+25
2009-06-23Remove whitespace that occurs before ')'.zwelch1-1/+1
2009-06-23Remove whitespace that occurs after '('.zwelch1-2/+2
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-15/+15
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-2/+2
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-2/+2
2009-04-21Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patchesoharboe1-1/+2
2009-01-05John McCarthy <jgmcc@magma.ca> pic32mx flash fixups and speedupsoharboe1-0/+2
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+1
2008-07-26- merged mips target into svn trunkntfreak1-0/+55