Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change #include "membuf.h" to <helper/membuf.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "log.h" to <helper/log.h> | Zachary T Welch | 2009-12-03 | 3 | -3/+3 |
* | change #include "fileio.h" to <helper/fileio.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | change #include "binarybuffer.h" to <helper/binarybuffer.h> | Zachary T Welch | 2009-12-03 | 10 | -10/+10 |
* | normalize headers to make changing easier | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | allow #include directives to use module name | Zachary T Welch | 2009-12-03 | 3 | -0/+3 |
* | move nor drivers to src/flash/nor | Zachary T Welch | 2009-12-02 | 36 | -50/+55 |
* | move nand drivers to src/flash/nand/ | Zachary T Welch | 2009-12-02 | 16 | -27/+42 |
* | flash: factor init to 'flash init' | Zachary T Welch | 2009-12-02 | 1 | -0/+23 |
* | mflash: factor init to 'mflash init' | Zachary T Welch | 2009-12-02 | 1 | -0/+23 |
* | nand: factor init to 'nand init' | Zachary T Welch | 2009-12-02 | 1 | -0/+26 |
* | fix s3c24xx device command helper | lementec fabien | 2009-11-28 | 1 | -1/+4 |
* | add 'nonce' nand driver | Zachary T Welch | 2009-11-28 | 3 | -0/+83 |
* | fix 'nand info' command | Zachary T Welch | 2009-11-27 | 1 | -5/+5 |
* | ARM NAND I/O header documentation update. | Dean Glazeski | 2009-11-26 | 1 | -6/+10 |
* | ARM NAND I/O documentation update. | Dean Glazeski | 2009-11-26 | 1 | -1/+7 |
* | ARM NAND I/O refactor code copying. | Dean Glazeski | 2009-11-26 | 1 | -40/+47 |
* | ARM NAND I/O read function. | Dean Glazeski | 2009-11-26 | 2 | -1/+91 |
* | NAND Flash documentation update. | Dean Glazeski | 2009-11-26 | 1 | -1/+47 |
* | 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 | -50/+117 |
* | 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 | -119/+95 |
* | 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 | -62/+62 |
* | add support for naming flash banks | Zachary T Welch | 2009-11-19 | 2 | -2/+10 |