aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv4_5_mmu.c
AgeCommit message (Expand)Author
2009-11-13armv4_5_mmu_common_t -> struct armv4_5_mmu_commonZachary T Welch
2009-10-21retire obsolete mXY_phys commands. Handled by generic memory read/modify comm...Øyvind Harboe
2009-10-21Retire obsolete and superfluous implementations of virt2phys in each target. ...Øyvind Harboe
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch
2009-05-10David Brownell <david-b@pacbell.net> whitespace fixes.oharboe
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-02-19- Fixed bug in pathmove for XScalentfreak
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath