aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips32_dmaacc.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-10/+10
2013-07-17do not wait forever on ejtag_dma_dstrt_pollOleksij Rempel1-1/+9
2013-07-17mips32_dmaacc: add new funct ejtag_dma_dstrt_pollOleksij Rempel1-24/+15
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-41/+35
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel1-12/+12
2010-04-11TARGET/MIPS32_DMAACC: review scope of functionsAntonio Borneo1-6/+19
2010-03-18MIPS: remove unused arg from mips_ejtag_set_instrSpencer Oliver1-24/+24
2009-11-13mips_ejtag_t -> struct mips_ejtagZachary T Welch1-14/+14
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-1/+1
2009-06-23- Fixes '[<>]' whitespacezwelch1-6/+6
2009-06-23- Fixes '+' whitespacezwelch1-6/+6
2009-06-23- Fixes '=' whitespacezwelch1-6/+6
2009-06-23- Replace 'while(' with 'while ('.zwelch1-6/+6
2009-06-21C99 printf() -Werror fixesduane1-12/+12
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-28/+28
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-5/+5
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-5/+5
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-3/+1
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+1
2008-11-12- slight mips32 cleanup/reformatntfreak1-76/+96
2008-10-14John McCarthy <jgmcc@magma.ca> cleans up the usage of theoharboe1-54/+54
2008-10-08- remove build warnings from mips_m4k.c and arm11.cntfreak1-441/+440
2008-10-08John McCarthy <jgmcc@magma.ca> adds support for DMA mode access as supported ...oharboe1-0/+441