summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell2009-11-2212-56/+53
* flash: dynamically allocate working storageØyvind Harboe2009-11-221-16/+52
* target: reduce stack usageØyvind Harboe2009-11-221-6/+20
* todo: add tip on how to identify excessive stack usageØyvind Harboe2009-11-221-0/+16
* zy1000: un-break uart command after command handler refactoringØyvind Harboe2009-11-221-15/+19
* embedded: reduce stack usageØyvind Harboe2009-11-221-4/+9
* embedded: do not allocate large temporary structures on stackØyvind Harboe2009-11-221-6/+61
* embedded: save stackØyvind Harboe2009-11-221-9/+15
* zy1000: fix breakage in command parsing code for power commandØyvind Harboe2009-11-221-1/+1
* build: fix breakage in building bin2charØyvind Harboe2009-11-221-1/+1
* ARM: arm_set_cpsr() handles T and J bitsDavid Brownell2009-11-227-79/+52
* ARM: define two register utilitiesDavid Brownell2009-11-228-48/+122
* ARM: simplify CPSR handlingDavid Brownell2009-11-2211-87/+103
* ARM11: remove disabled register hooksDavid Brownell2009-11-222-93/+3
* jtag: remove useless forward declarationsZachary T Welch2009-11-215-140/+76
* allow jtag interfaces to lack commandsZachary T Welch2009-11-211-2/+5
* show script search dirs in debug logAndreas Fritiofson2009-11-211-0/+2
* ARM: pass 'struct reg *' to register r/w routinesDavid Brownell2009-11-208-73/+83
* ARM7/ARM9: remove old "debug commands"David Brownell2009-11-202-182/+35
* maintain command lists in sorted orderZachary T Welch2009-11-201-7/+17
* add add_help_text command handlerZachary T Welch2009-11-202-44/+67
* provide command context during cmd_initZachary T Welch2009-11-201-0/+2
* improve 'help' commandZachary T Welch2009-11-203-20/+55
* factor help script command into partsZachary T Welch2009-11-201-28/+34
* refactor command registrationZachary T Welch2009-11-203-83/+118
* change command_find helper interfaceZachary T Welch2009-11-201-4/+3
* factor script_command argv allocationZachary T Welch2009-11-201-27/+38
* target.cfg: TAP id for Hilscher netX 500David Brownell2009-11-202-9/+15
* fix flash/nand name parsingZachary T Welch2009-11-201-1/+3
* Cortex-A8: better context restoreDavid Brownell2009-11-191-13/+67
* Cortex-A8: mode supportDavid Brownell2009-11-191-30/+116
* target: create/use register_cache_invalidate()David Brownell2009-11-1914-77/+47
* NAND verify doesn't advance.Dean Glazeski2009-11-191-1/+1
* document new flash syntaxZachary T Welch2009-11-191-2/+6
* update 'nand device' usage in scriptsZachary T Welch2009-11-193-4/+8
* add support for naming NAND banksZachary T Welch2009-11-192-3/+11
* refactor handle_nand_device_commandZachary T Welch2009-11-191-62/+62
* update 'flash bank' usage in scriptsZachary T Welch2009-11-1958-69/+138
* add support for naming flash banksZachary T Welch2009-11-192-2/+10
* refactor handle_flash_bank_commandZachary T Welch2009-11-191-17/+13
* rename flash and nand command helpersZachary T Welch2009-11-1913-44/+44
* allow flash/nand banks commands to accept namesZachary T Welch2009-11-197-4/+154
* ARM: remove per-register mallocDavid Brownell2009-11-192-1/+2
* ARM: streamline register initDavid Brownell2009-11-191-74/+88
* Cortex-A8: parts of examine() run just onceDavid Brownell2009-11-191-4/+15
* nand_fileio_parse_args parses wrong param for sizeDean Glazeski2009-11-191-1/+1
* ARMv7-A: use standard ARM core statesDavid Brownell2009-11-195-31/+43
* ARMv7-A: use standard ARM core_mode symbolsDavid Brownell2009-11-192-16/+3
* fix zy1000 command handlerZachary T Welch2009-11-181-13/+11
* remove fast command and jim_global_longZachary T Welch2009-11-183-35/+2