| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix 'flash protect' and 'flash erase_sector' | Eric Wetzel | 2009-11-26 | 1 | -3/+3 | |
| * | use ARRAY_SIZE macro | Zachary T Welch | 2009-11-25 | 2 | -8/+8 | |
| * | improve command handling examples | Zachary T Welch | 2009-11-25 | 1 | -0/+12 | |
| * | add jim_handler to command_registration | Zachary T Welch | 2009-11-24 | 1 | -3/+6 | |
| * | remove nand_controller->register_callbacks | Zachary T Welch | 2009-11-24 | 12 | -41/+8 | |
| * | remove flash_driver->register_callbacks | Zachary T Welch | 2009-11-24 | 17 | -105/+25 | |
| * | tms470: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -7/+32 | |
| * | str9xpec: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -38/+81 | |
| * | str9x: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -8/+21 | |
| * | str7x: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -8/+20 | |
| * | stm32x: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -21/+44 | |
| * | stellaris: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -7/+20 | |
| * | pic32mx: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -17/+25 | |
| * | nand: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -47/+98 | |
| * | mflash: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -17/+54 | |
| * | lpc3180_nand_controller: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -5/+21 | |
| * | lpc2900: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -34/+55 | |
| * | lpc2000: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -8/+20 | |
| * | flash: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -49/+116 | |
| * | ecos: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -2/+0 | |
| * | cfi: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -6/+0 | |
| * | avrf: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -8/+20 | |
| * | at91sam7: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -9/+21 | |
| * | at91sam3: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -27/+35 | |
| * | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 18 | -118/+94 | |
| * | flash: dynamically allocate working storage | Øyvind Harboe | 2009-11-22 | 1 | -16/+52 | |
| * | fix flash/nand name parsing | Zachary T Welch | 2009-11-20 | 1 | -1/+3 | |
| * | NAND verify doesn't advance. | Dean Glazeski | 2009-11-19 | 1 | -1/+1 | |
| * | 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 | -61/+61 | |
| * | 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 | |
| * | nand_fileio_parse_args parses wrong param for size | Dean Glazeski | 2009-11-19 | 1 | -1/+1 | |
| * | use COMMAND_PARSE_ENABLE macro where appropriate | Zachary T Welch | 2009-11-18 | 1 | -8/+1 | |
| * | use COMMAND_PARSE_ON_OFF where appropriate | Zachary T Welch | 2009-11-18 | 1 | -7/+2 | |
| * | split startup.tcl file across modules | Zachary T Welch | 2009-11-18 | 2 | -0/+18 | |
| * | ARM: only use one set of dummy FPA registers | David Brownell | 2009-11-17 | 1 | -1/+0 | |
| * | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 15 | -177/+177 | |
| * | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 23 | -198/+198 | |
| * | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 25 | -99/+99 | |
| * | fileio: improve API types | Zachary T Welch | 2009-11-16 | 5 | -12/+15 | |
| * | struct fileio: improve member types | Zachary T Welch | 2009-11-16 | 3 | -3/+3 | |
| * | rename CEIL as DIV_ROUND_UP | Zachary T Welch | 2009-11-16 | 3 | -8/+8 | |
| * | nand_command_get_device_by_num: make COMMAND_HELPER | Zachary T Welch | 2009-11-16 | 2 | -10/+11 | |
| * | flash_command_get_bank_by_num: make COMMAND_HELPER | Zachary T Welch | 2009-11-16 | 11 | -41/+41 | |
| * | Add 'nand verify' command | Zachary T Welch | 2009-11-16 | 1 | -0/+65 | |
| * | Use nand_fileio_* in write/dump commands. | Zachary T Welch | 2009-11-16 | 1 | -248/+46 | |
| * | Add nand_fileio_* helper APIs. | Zachary T Welch | 2009-11-16 | 1 | -0/+216 | |
