summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-201-130/+0
* 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
* 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
* add support for naming NAND banksZachary T Welch2009-11-192-3/+11
* refactor handle_nand_device_commandZachary T Welch2009-11-191-62/+62
* 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
* update src/hello.c with parsing examplesZachary T Welch2009-11-181-1/+54
* change all bool parsers to accept any valueZachary T Welch2009-11-182-6/+5
* add handle_command_parse_bool command helperZachary T Welch2009-11-183-51/+69
* use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch2009-11-186-158/+41
* use COMMAND_PARSE_ON_OFF where appropriateZachary T Welch2009-11-185-50/+17
* add COMMAND_PARSE_BOOL macro and friendsZachary T Welch2009-11-181-0/+28
* ARM: rework "arm reg" output for new modeDavid Brownell2009-11-181-35/+113
* Cortex-A8: xPSR handling updatesDavid Brownell2009-11-181-17/+20
* ARM: add a default full_context() methodDavid Brownell2009-11-182-12/+27
* ARM: simplify ARMv7-A register handlingDavid Brownell2009-11-183-188/+50
* ARM: setup "secure monitor mode" shadow regsDavid Brownell2009-11-182-21/+53
* ARM: add "core_type" field to "struct arm"David Brownell2009-11-184-5/+31
* fix segfault at startupZachary T Welch2009-11-181-1/+1
* pass startup_tcl to command_initZachary T Welch2009-11-185-5/+11
* split startup.tcl file across modulesZachary T Welch2009-11-1811-232/+246