aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2009-12-03change #include "arm966e.h" to <target/arm966e.h>Zachary T Welch1-1/+1
2009-12-03change #include "arm7_9_common.h" to <target/arm7_9_common.h>Zachary T Welch1-1/+1
2009-12-03change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch10-10/+10
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch1-1/+1
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch3-3/+3
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch5-5/+5
2009-12-03change #include "membuf.h" to <helper/membuf.h>Zachary T Welch1-1/+1
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch3-3/+3
2009-12-03change #include "fileio.h" to <helper/fileio.h>Zachary T Welch2-2/+2
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch10-10/+10
2009-12-03normalize headers to make changing easierZachary T Welch1-1/+1
2009-12-03allow #include directives to use module nameZachary T Welch3-0/+3
2009-12-02move nor drivers to src/flash/norZachary T Welch36-50/+55
2009-12-02move nand drivers to src/flash/nand/Zachary T Welch16-27/+42
2009-12-02flash: factor init to 'flash init'Zachary T Welch1-0/+23
2009-12-02mflash: factor init to 'mflash init'Zachary T Welch1-0/+23
2009-12-02nand: factor init to 'nand init'Zachary T Welch1-0/+26
2009-11-28fix s3c24xx device command helperlementec fabien1-1/+4
2009-11-28add 'nonce' nand driverZachary T Welch3-0/+83
2009-11-27fix 'nand info' commandZachary T Welch1-5/+5
2009-11-26ARM NAND I/O header documentation update.Dean Glazeski1-6/+10
2009-11-26ARM NAND I/O documentation update.Dean Glazeski1-1/+7
2009-11-26ARM NAND I/O refactor code copying.Dean Glazeski1-40/+47
2009-11-26ARM NAND I/O read function.Dean Glazeski2-1/+91
2009-11-26NAND Flash documentation update.Dean Glazeski1-1/+47
2009-11-26fix 'flash protect' and 'flash erase_sector'Eric Wetzel1-3/+3
2009-11-25use ARRAY_SIZE macroZachary T Welch2-8/+8
2009-11-25improve command handling examplesZachary T Welch1-0/+12
2009-11-24add jim_handler to command_registrationZachary T Welch1-3/+6
2009-11-24remove nand_controller->register_callbacksZachary T Welch12-41/+8
2009-11-24remove flash_driver->register_callbacksZachary T Welch17-105/+25
2009-11-24tms470: use register_commands()Zachary T Welch1-7/+32
2009-11-24str9xpec: use register_commands()Zachary T Welch1-38/+81
2009-11-24str9x: use register_commands()Zachary T Welch1-8/+21
2009-11-24str7x: use register_commands()Zachary T Welch1-8/+20
2009-11-24stm32x: use register_commands()Zachary T Welch1-21/+44
2009-11-24stellaris: use register_commands()Zachary T Welch1-7/+20
2009-11-24pic32mx: use register_commands()Zachary T Welch1-17/+25
2009-11-24nand: use register_commands()Zachary T Welch1-47/+98
2009-11-24mflash: use register_commands()Zachary T Welch1-17/+54
2009-11-24lpc3180_nand_controller: use register_commands()Zachary T Welch1-5/+21
2009-11-24lpc2900: use register_commands()Zachary T Welch1-34/+55
2009-11-24lpc2000: use register_commands()Zachary T Welch1-8/+20
2009-11-24flash: use register_commands()Zachary T Welch1-50/+117
2009-11-24ecos: use register_commands()Zachary T Welch1-2/+0
2009-11-24cfi: use register_commands()Zachary T Welch1-6/+0
2009-11-24avrf: use register_commands()Zachary T Welch1-8/+20
2009-11-24at91sam7: use register_commands()Zachary T Welch1-9/+21
2009-11-24at91sam3: use register_commands()Zachary T Welch1-27/+35
2009-11-24use COMMAND_REGISTER macroZachary T Welch18-119/+95