| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | factor help script command into parts | Zachary T Welch | 2009-11-20 | 1 | -28/+34 |
* | refactor command registration | Zachary T Welch | 2009-11-20 | 3 | -83/+118 |
* | change command_find helper interface | Zachary T Welch | 2009-11-20 | 1 | -4/+3 |
* | factor script_command argv allocation | Zachary T Welch | 2009-11-20 | 1 | -27/+38 |
* | target.cfg: TAP id for Hilscher netX 500 | David Brownell | 2009-11-20 | 2 | -9/+15 |
* | fix flash/nand name parsing | Zachary T Welch | 2009-11-20 | 1 | -1/+3 |
* | Cortex-A8: better context restore | David Brownell | 2009-11-19 | 1 | -13/+67 |
* | Cortex-A8: mode support | David Brownell | 2009-11-19 | 1 | -30/+116 |
* | target: create/use register_cache_invalidate() | David Brownell | 2009-11-19 | 14 | -77/+47 |
* | NAND verify doesn't advance. | Dean Glazeski | 2009-11-19 | 1 | -1/+1 |
* | document new flash syntax | Zachary T Welch | 2009-11-19 | 1 | -2/+6 |
* | update 'nand device' usage in scripts | Zachary T Welch | 2009-11-19 | 3 | -4/+8 |
* | add support for naming NAND banks | Zachary T Welch | 2009-11-19 | 2 | -3/+11 |
* | refactor handle_nand_device_command | Zachary T Welch | 2009-11-19 | 1 | -62/+62 |
* | update 'flash bank' usage in scripts | Zachary T Welch | 2009-11-19 | 58 | -69/+138 |
* | add support for naming flash banks | Zachary T Welch | 2009-11-19 | 2 | -2/+10 |
* | refactor handle_flash_bank_command | Zachary T Welch | 2009-11-19 | 1 | -17/+13 |
* | rename flash and nand command helpers | Zachary T Welch | 2009-11-19 | 13 | -44/+44 |
* | allow flash/nand banks commands to accept names | Zachary T Welch | 2009-11-19 | 7 | -4/+154 |
* | ARM: remove per-register malloc | David Brownell | 2009-11-19 | 2 | -1/+2 |
* | ARM: streamline register init | David Brownell | 2009-11-19 | 1 | -74/+88 |
* | Cortex-A8: parts of examine() run just once | David Brownell | 2009-11-19 | 1 | -4/+15 |
* | nand_fileio_parse_args parses wrong param for size | Dean Glazeski | 2009-11-19 | 1 | -1/+1 |
* | ARMv7-A: use standard ARM core states | David Brownell | 2009-11-19 | 5 | -31/+43 |
* | ARMv7-A: use standard ARM core_mode symbols | David Brownell | 2009-11-19 | 2 | -16/+3 |
* | fix zy1000 command handler | Zachary T Welch | 2009-11-18 | 1 | -13/+11 |
* | remove fast command and jim_global_long | Zachary T Welch | 2009-11-18 | 3 | -35/+2 |
* | update src/hello.c with parsing examples | Zachary T Welch | 2009-11-18 | 1 | -1/+54 |
* | change all bool parsers to accept any value | Zachary T Welch | 2009-11-18 | 2 | -6/+5 |
* | add handle_command_parse_bool command helper | Zachary T Welch | 2009-11-18 | 3 | -51/+69 |
* | use COMMAND_PARSE_ENABLE macro where appropriate | Zachary T Welch | 2009-11-18 | 6 | -158/+41 |
* | use COMMAND_PARSE_ON_OFF where appropriate | Zachary T Welch | 2009-11-18 | 5 | -50/+17 |
* | add COMMAND_PARSE_BOOL macro and friends | Zachary T Welch | 2009-11-18 | 1 | -0/+28 |
* | ARM: rework "arm reg" output for new mode | David Brownell | 2009-11-18 | 1 | -35/+113 |
* | Cortex-A8: xPSR handling updates | David Brownell | 2009-11-18 | 1 | -17/+20 |
* | ARM: add a default full_context() method | David Brownell | 2009-11-18 | 2 | -12/+27 |
* | ARM: simplify ARMv7-A register handling | David Brownell | 2009-11-18 | 3 | -188/+50 |
* | ARM: setup "secure monitor mode" shadow regs | David Brownell | 2009-11-18 | 2 | -21/+53 |
* | ARM: add "core_type" field to "struct arm" | David Brownell | 2009-11-18 | 4 | -5/+31 |
* | fix segfault at startup | Zachary T Welch | 2009-11-18 | 1 | -1/+1 |
* | pass startup_tcl to command_init | Zachary T Welch | 2009-11-18 | 5 | -5/+11 |
* | split startup.tcl file across modules | Zachary T Welch | 2009-11-18 | 11 | -232/+246 |
* | move startup.c to libopenocd | Zachary T Welch | 2009-11-18 | 3 | -10/+25 |
* | fix regression in md/mw commands | Zachary T Welch | 2009-11-18 | 1 | -4/+2 |
* | jtag-api: get rid of unecessary buf_set_u23() that make code obtuse. | Øyvind Harboe | 2009-11-18 | 1 | -11/+10 |
* | ARM: add is_arm_mode() | David Brownell | 2009-11-17 | 6 | -40/+39 |
* | ARM: add arm_mode_name() | David Brownell | 2009-11-17 | 9 | -30/+75 |
* | ARM: only use one set of dummy FPA registers | David Brownell | 2009-11-17 | 9 | -107/+39 |
* | allow documentation to be configured | Zachary T Welch | 2009-11-17 | 4 | -3/+26 |
* | update doxygen configuration to produce a PDF | Zachary T Welch | 2009-11-17 | 2 | -8/+15 |