aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv4_5.h
AgeCommit message (Expand)AuthorFilesLines
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch1-1/+1
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell1-0/+15
2009-11-24remove target_type register_command callbackZachary T Welch1-1/+4
2009-11-24ARM: new DPM interfaceDavid Brownell1-0/+6
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell1-3/+0
2009-11-22ARM: define two register utilitiesDavid Brownell1-0/+8
2009-11-22ARM: simplify CPSR handlingDavid Brownell1-11/+5
2009-11-20ARM: pass 'struct reg *' to register r/w routinesDavid Brownell1-3/+3
2009-11-19target: create/use register_cache_invalidate()David Brownell1-2/+0
2009-11-19ARM: remove per-register mallocDavid Brownell1-0/+1
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell1-0/+1
2009-11-18ARM: setup "secure monitor mode" shadow regsDavid Brownell1-2/+3
2009-11-18ARM: add "core_type" field to "struct arm"David Brownell1-1/+9
2009-11-17ARM: add is_arm_mode()David Brownell1-3/+3
2009-11-17ARM: add arm_mode_name()David Brownell1-2/+2
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell1-0/+2
2009-11-16target: don't include "log.h" from "armv4_5.h"David Brownell1-1/+0
2009-11-16ARM: move mode functions out of headerDavid Brownell1-38/+4
2009-11-16target: less implicit inclusion of "etm.h"David Brownell1-1/+1
2009-11-16target: no implicit #includes of "register.h"David Brownell1-1/+0
2009-11-16target: less implicit inclusion of "command.h"David Brownell1-1/+0
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell1-3/+6
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-11/+11
2009-11-13reg_t -> struct regZachary T Welch1-1/+1
2009-11-13armv4_5_common_t -> struct armZachary T Welch1-5/+5
2009-11-13etm_context_t -> struct etm_contextZachary T Welch1-1/+1
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-2/+2
2009-11-13armv4_5_core_reg_t -> struct armv4_5_core_regZachary T Welch1-2/+2
2009-11-13armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch1-2/+2
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-1/+1
2009-11-13mem_param_t -> struct mem_paramZachary T Welch1-1/+1
2009-11-11ETM: remove old mid-level ETM handleDavid Brownell1-0/+1
2009-11-11ARM: start generalized base typeDavid Brownell1-5/+31
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-7/+13
2009-11-05target: provide container_of()David Brownell1-0/+6
2009-10-23mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...Øyvind Harboe1-0/+18
2009-10-14portability updatesDavid Brownell1-1/+1
2009-09-09David Brownell <david-b@pacbell.net> oharboe1-0/+1
2009-07-06more debug output for translation of arm mode number to enumoharboe1-1/+1
2009-07-06a bit more debug output for translation of invalid mode numbersoharboe1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-4/+4
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch1-2/+2
2009-05-10David Brownell <david-b@pacbell.net> whitespace fixes.oharboe1-16/+16
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch1-1/+0
2009-04-19Zach Welch <zw@superlucidity.net> use ARM4_5_MODE_ANY instead of -1oharboe1-1/+1
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+0
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-0/+3
2008-05-19fix mode output when illegal arm mode is detected. Now prints illegal mode fo...oharboe1-1/+1
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe1-2/+39