aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-23arm926ejs: retire cp15 commands, handled by mrc/mcr.Øyvind Harboe5-76/+3
2009-11-22ARM11: remove unused state and exportsDavid Brownell4-32/+25
2009-11-22ARM11: macro cleanupDavid Brownell2-72/+39
2009-11-22mips: remove dynamic arrays - reduces stack usageØyvind Harboe1-5/+15
2009-11-22mips: use const for code sequencesØyvind Harboe2-13/+13
2009-11-22arm11: do not use dynamic arraysØyvind Harboe2-4/+8
2009-11-22arm926ejs: fix warningsØyvind Harboe1-2/+2
2009-11-22TODO: ref 'checkstack.pl' not 'checkpatch.pl'David Brownell1-2/+2
2009-11-22ARM: use arm_reg_current()David Brownell3-61/+74
2009-11-22ARM11: remove needless string format #ifdefferyDavid Brownell3-21/+22
2009-11-22target: make register flags "bool"David Brownell1-2/+2
2009-11-22ARM: remove 'armv4_5_common_s' migration #defineDavid Brownell12-56/+53
2009-11-22flash: dynamically allocate working storageØyvind Harboe1-16/+52
2009-11-22target: reduce stack usageØyvind Harboe1-6/+20
2009-11-22todo: add tip on how to identify excessive stack usageØyvind Harboe1-0/+16
2009-11-22zy1000: un-break uart command after command handler refactoringØyvind Harboe1-15/+19
2009-11-22embedded: reduce stack usageØyvind Harboe1-4/+9
2009-11-22embedded: do not allocate large temporary structures on stackØyvind Harboe1-6/+61
2009-11-22embedded: save stackØyvind Harboe1-9/+15
2009-11-22zy1000: fix breakage in command parsing code for power commandØyvind Harboe1-1/+1
2009-11-22build: fix breakage in building bin2charØyvind Harboe1-1/+1
2009-11-22ARM: arm_set_cpsr() handles T and J bitsDavid Brownell7-79/+52
2009-11-22ARM: define two register utilitiesDavid Brownell8-48/+122
2009-11-22ARM: simplify CPSR handlingDavid Brownell11-87/+103
2009-11-22ARM11: remove disabled register hooksDavid Brownell2-93/+3
2009-11-21jtag: remove useless forward declarationsZachary T Welch5-140/+76
2009-11-21allow jtag interfaces to lack commandsZachary T Welch1-2/+5
2009-11-21show script search dirs in debug logAndreas Fritiofson1-0/+2
2009-11-20ARM: pass 'struct reg *' to register r/w routinesDavid Brownell8-73/+83
2009-11-20ARM7/ARM9: remove old "debug commands"David Brownell2-182/+35
2009-11-20maintain command lists in sorted orderZachary T Welch1-7/+17
2009-11-20add add_help_text command handlerZachary T Welch2-44/+67
2009-11-20provide command context during cmd_initZachary T Welch1-0/+2
2009-11-20improve 'help' commandZachary T Welch3-20/+55
2009-11-20factor help script command into partsZachary T Welch1-28/+34
2009-11-20refactor command registrationZachary T Welch3-83/+118
2009-11-20change command_find helper interfaceZachary T Welch1-4/+3
2009-11-20factor script_command argv allocationZachary T Welch1-27/+38
2009-11-20target.cfg: TAP id for Hilscher netX 500David Brownell2-9/+15
2009-11-20fix flash/nand name parsingZachary T Welch1-1/+3
2009-11-19Cortex-A8: better context restoreDavid Brownell1-13/+67
2009-11-19Cortex-A8: mode supportDavid Brownell1-30/+116
2009-11-19target: create/use register_cache_invalidate()David Brownell14-77/+47
2009-11-19NAND verify doesn't advance.Dean Glazeski1-1/+1
2009-11-19document new flash syntaxZachary T Welch1-2/+6
2009-11-19update 'nand device' usage in scriptsZachary T Welch3-4/+8
2009-11-19add support for naming NAND banksZachary T Welch2-3/+11
2009-11-19refactor handle_nand_device_commandZachary T Welch1-62/+62
2009-11-19update 'flash bank' usage in scriptsZachary T Welch58-69/+138
2009-11-19add support for naming flash banksZachary T Welch2-2/+10