summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* move startup.c to libopenocdZachary T Welch2009-11-183-10/+25
* fix regression in md/mw commandsZachary T Welch2009-11-181-4/+2
* jtag-api: get rid of unecessary buf_set_u23() that make code obtuse.Øyvind Harboe2009-11-181-11/+10
* ARM: add is_arm_mode()David Brownell2009-11-176-40/+39
* ARM: add arm_mode_name()David Brownell2009-11-179-30/+75
* ARM: only use one set of dummy FPA registersDavid Brownell2009-11-179-107/+39
* allow documentation to be configuredZachary T Welch2009-11-174-3/+26
* update doxygen configuration to produce a PDFZachary T Welch2009-11-172-8/+15
* update command_handler documentationZachary T Welch2009-11-172-21/+22
* remove unused variable from run_commandZachary T Welch2009-11-171-3/+2
* add CMD_NAME variable in command_invocationZachary T Welch2009-11-172-8/+9
* add struct command_invocation for COMMAND_HANDLERZachary T Welch2009-11-172-9/+21