summaryrefslogtreecommitdiff
path: root/src/target/mips32_dmaacc.c
Commit message (Expand)AuthorAgeFilesLines
* nit: do not add \n at end of LOG_ERROREric Wetzel2011-01-051-12/+12
* TARGET/MIPS32_DMAACC: review scope of functionsAntonio Borneo2010-04-111-6/+19
* MIPS: remove unused arg from mips_ejtag_set_instrSpencer Oliver2010-03-181-24/+24
* mips_ejtag_t -> struct mips_ejtagZachary T Welch2009-11-131-14/+14
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-1/+1
* - Fixes '[<>]' whitespacezwelch2009-06-231-6/+6
* - Fixes '+' whitespacezwelch2009-06-231-6/+6
* - Fixes '=' whitespacezwelch2009-06-231-6/+6
* - Replace 'while(' with 'while ('.zwelch2009-06-231-6/+6
* C99 printf() -Werror fixesduane2009-06-211-12/+12
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-28/+28
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-5/+5
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-5/+5
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-3/+1
* - remove target specific variant and use target->variant memberntfreak2008-12-131-1/+1
* - slight mips32 cleanup/reformatntfreak2008-11-121-76/+96
* John McCarthy <jgmcc@magma.ca> cleans up the usage of theoharboe2008-10-141-54/+54
* - remove build warnings from mips_m4k.c and arm11.cntfreak2008-10-081-441/+440
* John McCarthy <jgmcc@magma.ca> adds support for DMA mode access as supported ...oharboe2008-10-081-0/+441