| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ARM: use arm_reg_current() | David Brownell | 2009-11-22 | 3 | -61/+74 |
* | ARM11: remove needless string format #ifdeffery | David Brownell | 2009-11-22 | 3 | -21/+22 |
* | target: make register flags "bool" | David Brownell | 2009-11-22 | 1 | -2/+2 |
* | ARM: remove 'armv4_5_common_s' migration #define | David Brownell | 2009-11-22 | 12 | -56/+53 |
* | flash: dynamically allocate working storage | Øyvind Harboe | 2009-11-22 | 1 | -16/+52 |
* | target: reduce stack usage | Øyvind Harboe | 2009-11-22 | 1 | -6/+20 |
* | todo: add tip on how to identify excessive stack usage | Øyvind Harboe | 2009-11-22 | 1 | -0/+16 |
* | zy1000: un-break uart command after command handler refactoring | Øyvind Harboe | 2009-11-22 | 1 | -15/+19 |
* | embedded: reduce stack usage | Øyvind Harboe | 2009-11-22 | 1 | -4/+9 |
* | embedded: do not allocate large temporary structures on stack | Øyvind Harboe | 2009-11-22 | 1 | -6/+61 |
* | embedded: save stack | Øyvind Harboe | 2009-11-22 | 1 | -9/+15 |
* | zy1000: fix breakage in command parsing code for power command | Øyvind Harboe | 2009-11-22 | 1 | -1/+1 |
* | build: fix breakage in building bin2char | Øyvind Harboe | 2009-11-22 | 1 | -1/+1 |
* | ARM: arm_set_cpsr() handles T and J bits | David Brownell | 2009-11-22 | 7 | -79/+52 |
* | ARM: define two register utilities | David Brownell | 2009-11-22 | 8 | -48/+122 |
* | ARM: simplify CPSR handling | David Brownell | 2009-11-22 | 11 | -87/+103 |
* | ARM11: remove disabled register hooks | David Brownell | 2009-11-22 | 2 | -93/+3 |
* | jtag: remove useless forward declarations | Zachary T Welch | 2009-11-21 | 5 | -140/+76 |
* | allow jtag interfaces to lack commands | Zachary T Welch | 2009-11-21 | 1 | -2/+5 |
* | show script search dirs in debug log | Andreas Fritiofson | 2009-11-21 | 1 | -0/+2 |
* | ARM: pass 'struct reg *' to register r/w routines | David Brownell | 2009-11-20 | 8 | -73/+83 |
* | ARM7/ARM9: remove old "debug commands" | David Brownell | 2009-11-20 | 2 | -182/+35 |
* | maintain command lists in sorted order | Zachary T Welch | 2009-11-20 | 1 | -7/+17 |
* | add add_help_text command handler | Zachary T Welch | 2009-11-20 | 2 | -44/+67 |
* | provide command context during cmd_init | Zachary T Welch | 2009-11-20 | 1 | -0/+2 |
* | improve 'help' command | Zachary T Welch | 2009-11-20 | 3 | -20/+55 |
* | 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 |