aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv4_5.h
AgeCommit message (Expand)Author
2009-11-13reg_param_t -> struct reg_paramZachary T Welch
2009-11-13mem_param_t -> struct mem_paramZachary T Welch
2009-11-11ETM: remove old mid-level ETM handleDavid Brownell
2009-11-11ARM: start generalized base typeDavid Brownell
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch
2009-11-05target: provide container_of()David Brownell
2009-10-23mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe
2009-10-14portability updatesDavid Brownell
2009-09-09David Brownell <david-b@pacbell.net> oharboe
2009-07-06more debug output for translation of arm mode number to enumoharboe
2009-07-06a bit more debug output for translation of invalid mode numbersoharboe
2009-06-23- Fixes '=' whitespacezwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch
2009-05-10David Brownell <david-b@pacbell.net> whitespace fixes.oharboe
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch
2009-04-19Zach Welch <zw@superlucidity.net> use ARM4_5_MODE_ANY instead of -1oharboe
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-05-19fix mode output when illegal arm mode is detected. Now prints illegal mode fo...oharboe
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe
2008-02-24- fixed target->type->poll() return valueoharboe
2007-05-29- split fileio handling into fileio part and image handlingdrath
2007-03-28- merged XScale branch back into trunkdrath
2007-02-03- add missing parentheses around macro parameters (thanks to Matthias Bauch f...drath
2006-09-04- added debug output for D/I FSR and FAR (arm920t)drath
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath