Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | use CALL_COMMAND_HANDLER instead of direct calls | Zachary T Welch | 2009-11-13 | 10 | -16/+20 | |
* | add PLD_DEVICE_COMMAND_HANDLER macro | Zachary T Welch | 2009-11-13 | 2 | -4/+9 | |
* | nand: add NAND_DEVICE_COMMAND_HANDLER macro | Zachary T Welch | 2009-11-13 | 9 | -23/+14 | |
* | use FLASH_BANK_COMMAND_HANDLER macro | Zachary T Welch | 2009-11-13 | 18 | -26/+18 | |
* | add FLASH_BANK_COMMAND_HANDLER macro | Zachary T Welch | 2009-11-13 | 1 | -2/+6 | |
* | s3c24xx: use COMMAND_HANDLER with command helper | Zachary T Welch | 2009-11-13 | 7 | -30/+21 | |
* | arm_adi,armv7[am]: use COMMAND_HELPER for helpers | Zachary T Welch | 2009-11-13 | 4 | -23/+18 | |
* | use COMMAND_HELPER for command helper functions | Zachary T Welch | 2009-11-13 | 6 | -19/+21 | |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 55 | -327/+224 | |
* | add command_handler_t type | Zachary T Welch | 2009-11-13 | 2 | -7/+6 | |
* | add COMMAND_HANDLER and COMMAND_HELPER macros | Zachary T Welch | 2009-11-13 | 1 | -0/+42 | |
* | add command_output_handler_t | Zachary T Welch | 2009-11-13 | 2 | -4/+10 | |
* | Cortex-A8: fix indent | David Brownell | 2009-11-13 | 1 | -28/+28 | |
* | nand: rename device to nand | Zachary T Welch | 2009-11-12 | 13 | -440/+440 | |
* | ETM: start support for ETMv2+ | David Brownell | 2009-11-12 | 3 | -26/+144 | |
* | WinXP-x64: find right D2XX libraries | Liam Redmond | 2009-11-12 | 1 | -2/+2 | |
* | parport: add support for the jtag_khz command. | Jonas Horberg | 2009-11-12 | 2 | -8/+100 | |
* | ETM: remove old mid-level ETM handle | David Brownell | 2009-11-11 | 7 | -11/+8 | |
* | ETM: use new toplevel ETM handle | David Brownell | 2009-11-11 | 1 | -58/+50 | |
* | ETM: update port drivers | David Brownell | 2009-11-11 | 3 | -42/+41 | |
* | ETM: update arm[79]tdmi_examine() | David Brownell | 2009-11-11 | 2 | -8/+10 | |
* | ARM: start generalized base type | David Brownell | 2009-11-11 | 2 | -19/+34 | |
* | fix 'jtag interface' behavior | Zachary T Welch | 2009-11-11 | 1 | -1/+2 | |
* | improve command registration | Zachary T Welch | 2009-11-11 | 1 | -31/+43 | |
* | add help regardless of callback | Zachary T Welch | 2009-11-11 | 1 | -2/+2 | |
* | eliminate duplicate helptext management | Zachary T Welch | 2009-11-11 | 1 | -31/+30 | |
* | add command_name helper | Zachary T Welch | 2009-11-11 | 2 | -32/+49 | |
* | wrap help command | Zachary T Welch | 2009-11-11 | 1 | -9/+17 | |
* | remove obsolete doxygen comments | Zachary T Welch | 2009-11-11 | 2 | -49/+1 | |
* | remove more useless declarations | Zachary T Welch | 2009-11-11 | 5 | -97/+62 | |
* | cortex_a8: remove declarations, use static keyword | Zachary T Welch | 2009-11-11 | 2 | -112/+82 | |
* | add const keyword to some APIs | Zachary T Welch | 2009-11-11 | 15 | -20/+22 | |
* | change argv to args in command handlers | Zachary T Welch | 2009-11-11 | 3 | -28/+28 | |
* | script_debug(): improve types | Zachary T Welch | 2009-11-11 | 2 | -5/+6 | |
* | command.c: make private routines static | Zachary T Welch | 2009-11-11 | 1 | -2/+4 | |
* | log: improve log_callback_fn signature | Zachary T Welch | 2009-11-11 | 4 | -6/+6 | |
* | time_support: improve use of types | Zachary T Welch | 2009-11-11 | 2 | -26/+15 | |
* | makefiles: improve build order | Zachary T Welch | 2009-11-11 | 2 | -85/+123 | |
* | ETM cleanup | David Brownell | 2009-11-11 | 4 | -131/+120 | |
* | fix bug in ARM720: bugfix | Zachary T Welch | 2009-11-10 | 1 | -1/+1 | |
* | ARM720: bugfix | David Brownell | 2009-11-10 | 1 | -1/+2 | |
* | target: MMU-aware init for memory read/write | David Brownell | 2009-11-10 | 2 | -28/+51 | |
* | target.cfg: (re)move some bogus reset_config lines | David Brownell | 2009-11-10 | 5 | -13/+3 | |
* | stm32.cfg: remove reset_config | Thomas Kindler | 2009-11-10 | 1 | -3/+0 | |
* | arm11: add etmr/etmw registers to access ETM via DBGTAP scan chain | Michael Bruck | 2009-11-10 | 3 | -0/+142 | |
* | ARM11: remove old mrc/mcr commands | Øyvind Harboe | 2009-11-10 | 5 | -129/+9 | |
* | telo.cfg: fix search paths | Øyvind Harboe | 2009-11-10 | 2 | -8/+8 | |
* | Target: minor cleanup | David Brownell | 2009-11-10 | 2 | -13/+21 | |
* | ARM920: implement basic MMU ops | David Brownell | 2009-11-10 | 1 | -0/+22 | |
* | ARM720: implement basic MMU ops | David Brownell | 2009-11-10 | 1 | -0/+22 |