aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv4_5.h
AgeCommit message (Expand)Author
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell
2009-11-24remove target_type register_command callbackZachary T Welch
2009-11-24ARM: new DPM interfaceDavid Brownell
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell
2009-11-22ARM: define two register utilitiesDavid Brownell
2009-11-22ARM: simplify CPSR handlingDavid Brownell
2009-11-20ARM: pass 'struct reg *' to register r/w routinesDavid Brownell
2009-11-19target: create/use register_cache_invalidate()David Brownell
2009-11-19ARM: remove per-register mallocDavid Brownell
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell
2009-11-18ARM: setup "secure monitor mode" shadow regsDavid Brownell
2009-11-18ARM: add "core_type" field to "struct arm"David Brownell
2009-11-17ARM: add is_arm_mode()David Brownell
2009-11-17ARM: add arm_mode_name()David Brownell
2009-11-17ARM: only use one set of dummy FPA registersDavid Brownell
2009-11-16target: don't include "log.h" from "armv4_5.h"David Brownell
2009-11-16ARM: move mode functions out of headerDavid Brownell
2009-11-16target: less implicit inclusion of "etm.h"David Brownell
2009-11-16target: no implicit #includes of "register.h"David Brownell
2009-11-16target: less implicit inclusion of "command.h"David Brownell
2009-11-15ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch
2009-11-13armv4_5_common_t -> struct armZachary T Welch
2009-11-13etm_context_t -> struct etm_contextZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13armv4_5_core_reg_t -> struct armv4_5_core_regZachary T Welch
2009-11-13armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch
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