Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | encapsulate bitq_state structure | Zachary T Welch | 2009-11-13 | 2 | -10/+8 | |
* | scan_field_t -> struct scan_field | Zachary T Welch | 2009-11-13 | 31 | -152/+151 | |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 50 | -158/+151 | |
* | fileio_t -> struct fileio | Zachary T Welch | 2009-11-13 | 11 | -41/+40 | |
* | log_callback_t -> struct log_callback | Zachary T Welch | 2009-11-13 | 2 | -9/+8 | |
* | remove accidental artifact | Zachary T Welch | 2009-11-13 | 1 | -0/+0 | |
* | add src/hello.c to augment new command tutorial | Zachary T Welch | 2009-11-13 | 3 | -1/+64 | |
* | command_handler_t: make cmd an indirect parameter | Zachary T Welch | 2009-11-13 | 2 | -10/+12 | |
* | command_handler_t: make args parameter const | Zachary T Welch | 2009-11-13 | 2 | -5/+7 | |
* | command_handler_t: make cmd parameter const | Zachary T Welch | 2009-11-13 | 1 | -1/+1 | |
* | command_handler_t: make argc unsigned | Zachary T Welch | 2009-11-13 | 7 | -18/+12 | |
* | add CMD_NAME macro for command handlers | Zachary T Welch | 2009-11-13 | 10 | -18/+24 | |
* | 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 | 2 | -23/+129 | |
* | parport: add support for the jtag_khz command. | Jonas Horberg | 2009-11-12 | 1 | -8/+64 | |
* | 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 |