aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-11-24ARM11: implement provider for new DPM interfaceDavid Brownell3-0/+80
2009-11-24ARM: new DPM interfaceDavid Brownell5-0/+625
2009-11-24target: cope with *any* error setting a breakpointDavid Brownell1-26/+24
2009-11-24support for scripts in $HOME/.openocdAndreas Fritiofson1-1/+16
2009-11-24mips: fix gaffe when removing dynamic array allocationJerry Ling1-3/+3
2009-11-23arm926ejs: retire cp15 commands, handled by mrc/mcr.Øyvind Harboe1-66/+0
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 Harboe1-3/+6
2009-11-22arm926ejs: fix warningsØyvind Harboe1-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-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 Brownell1-130/+0
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-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-19add support for naming NAND banksZachary T Welch2-3/+11
2009-11-19refactor handle_nand_device_commandZachary T Welch1-62/+62
2009-11-19add support for naming flash banksZachary T Welch2-2/+10
2009-11-19refactor handle_flash_bank_commandZachary T Welch1-17/+13