aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-19rename flash and nand command helpersZachary T Welch13-44/+44
2009-11-19allow flash/nand banks commands to accept namesZachary T Welch7-4/+154
2009-11-19ARM: remove per-register mallocDavid Brownell2-1/+2
2009-11-19ARM: streamline register initDavid Brownell1-74/+88
2009-11-19Cortex-A8: parts of examine() run just onceDavid Brownell1-4/+15
2009-11-19nand_fileio_parse_args parses wrong param for sizeDean Glazeski1-1/+1
2009-11-19ARMv7-A: use standard ARM core statesDavid Brownell5-31/+43
2009-11-19ARMv7-A: use standard ARM core_mode symbolsDavid Brownell2-16/+3
2009-11-18fix zy1000 command handlerZachary T Welch1-13/+11
2009-11-18remove fast command and jim_global_longZachary T Welch3-35/+2
2009-11-18update src/hello.c with parsing examplesZachary T Welch1-1/+54