summaryrefslogtreecommitdiff
path: root/src/target/armv4_5.h
Commit message (Expand)AuthorAgeFilesLines
* ARM: define two register utilitiesDavid Brownell2009-11-221-0/+8
* ARM: simplify CPSR handlingDavid Brownell2009-11-221-11/+5
* ARM: pass 'struct reg *' to register r/w routinesDavid Brownell2009-11-201-3/+3
* target: create/use register_cache_invalidate()David Brownell2009-11-191-2/+0
* ARM: remove per-register mallocDavid Brownell2009-11-191-0/+1
* ARMv7-A: use standard ARM core statesDavid Brownell2009-11-191-0/+1
* ARM: setup "secure monitor mode" shadow regsDavid Brownell2009-11-181-2/+3
* ARM: add "core_type" field to "struct arm"David Brownell2009-11-181-1/+9
* ARM: add is_arm_mode()David Brownell2009-11-171-3/+3
* ARM: add arm_mode_name()David Brownell2009-11-171-2/+2
* ARM: only use one set of dummy FPA registersDavid Brownell2009-11-171-0/+2
* target: don't include "log.h" from "armv4_5.h"David Brownell2009-11-161-1/+0
* ARM: move mode functions out of headerDavid Brownell2009-11-161-38/+4
* target: less implicit inclusion of "etm.h"David Brownell2009-11-161-1/+1
* target: no implicit #includes of "register.h"David Brownell2009-11-161-1/+0
* target: less implicit inclusion of "command.h"David Brownell2009-11-161-1/+0
* ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell2009-11-151-3/+6
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-11/+11
* reg_t -> struct regZachary T Welch2009-11-131-1/+1
* armv4_5_common_t -> struct armZachary T Welch2009-11-131-5/+5
* etm_context_t -> struct etm_contextZachary T Welch2009-11-131-1/+1
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-2/+2
* armv4_5_core_reg_t -> struct armv4_5_core_regZachary T Welch2009-11-131-2/+2
* armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch2009-11-131-2/+2
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-1/+1
* mem_param_t -> struct mem_paramZachary T Welch2009-11-131-1/+1
* ETM: remove old mid-level ETM handleDavid Brownell2009-11-111-0/+1
* ARM: start generalized base typeDavid Brownell2009-11-111-5/+31
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-7/+13
* target: provide container_of()David Brownell2009-11-051-0/+6
* mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe2009-10-231-0/+18
* portability updatesDavid Brownell2009-10-141-1/+1
* David Brownell <david-b@pacbell.net> oharboe2009-09-091-0/+1
* more debug output for translation of arm mode number to enumoharboe2009-07-061-1/+1
* a bit more debug output for translation of invalid mode numbersoharboe2009-07-061-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-4/+4
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-2/+2
* David Brownell <david-b@pacbell.net> whitespace fixes.oharboe2009-05-101-16/+16
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-1/+0
* Zach Welch <zw@superlucidity.net> use ARM4_5_MODE_ANY instead of -1oharboe2009-04-191-1/+1
* - remove target specific variant and use target->variant memberntfreak2008-12-131-1/+0
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-0/+3
* fix mode output when illegal arm mode is detected. Now prints illegal mode fo...oharboe2008-05-191-1/+1
* This matters for embedded devices, but is probably not observably better for ...oharboe2008-05-071-2/+39
* - fixed target->type->poll() return valueoharboe2008-02-241-1/+1
* - split fileio handling into fileio part and image handlingdrath2007-05-291-4/+4
* - merged XScale branch back into trunkdrath2007-03-281-0/+10
* - add missing parentheses around macro parameters (thanks to Matthias Bauch f...drath2007-02-031-23/+23
* - added debug output for D/I FSR and FAR (arm920t)drath2006-09-041-1/+12