summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Expand)AuthorAgeFilesLines
...
* change #include "../hello.h" to "hello.h"Zachary T Welch2009-12-032-1/+3
* change #include "s3c24xx_regs.h" to <flash/nand/s3c24xx_regs.h>Zachary T Welch2009-12-031-1/+1
* change #include "ocl.h" to <flash/nor/ocl.h>Zachary T Welch2009-12-031-1/+1
* change #include "nand.h" to <flash/nand.h>Zachary T Welch2009-12-035-5/+5
* change #include "flash.h" to <flash/flash.h>Zachary T Welch2009-12-0320-20/+20
* change #include "arm_nandio.h" to <flash/arm_nandio.h>Zachary T Welch2009-12-032-2/+2
* change #include "target.h" to <target/target.h>Zachary T Welch2009-12-032-2/+2
* change #include "mips32.h" to <target/mips32.h>Zachary T Welch2009-12-031-1/+1
* change #include "image.h" to <target/image.h>Zachary T Welch2009-12-034-4/+4
* change #include "embeddedice.h" to <target/embeddedice.h>Zachary T Welch2009-12-032-2/+2
* change #include "avrt.h" to <target/avrt.h>Zachary T Welch2009-12-031-1/+1
* change #include "armv7m.h" to <target/armv7m.h>Zachary T Welch2009-12-033-3/+3
* change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch2009-12-036-6/+6
* change #include "arm966e.h" to <target/arm966e.h>Zachary T Welch2009-12-031-1/+1
* change #include "arm7_9_common.h" to <target/arm7_9_common.h>Zachary T Welch2009-12-031-1/+1
* change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch2009-12-0310-10/+10
* change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch2009-12-031-1/+1
* change #include "types.h" to <helper/types.h>Zachary T Welch2009-12-033-3/+3
* change #include "time_support.h" to <helper/time_support.h>Zachary T Welch2009-12-035-5/+5
* change #include "membuf.h" to <helper/membuf.h>Zachary T Welch2009-12-031-1/+1
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-033-3/+3
* change #include "fileio.h" to <helper/fileio.h>Zachary T Welch2009-12-032-2/+2
* change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch2009-12-0310-10/+10
* normalize headers to make changing easierZachary T Welch2009-12-031-1/+1
* allow #include directives to use module nameZachary T Welch2009-12-033-0/+3
* move nor drivers to src/flash/norZachary T Welch2009-12-0236-50/+55
* move nand drivers to src/flash/nand/Zachary T Welch2009-12-0216-27/+42
* flash: factor init to 'flash init'Zachary T Welch2009-12-021-0/+23
* mflash: factor init to 'mflash init'Zachary T Welch2009-12-021-0/+23
* nand: factor init to 'nand init'Zachary T Welch2009-12-021-0/+26
* fix s3c24xx device command helperlementec fabien2009-11-281-1/+4
* add 'nonce' nand driverZachary T Welch2009-11-283-0/+83
* fix 'nand info' commandZachary T Welch2009-11-271-5/+5
* ARM NAND I/O header documentation update.Dean Glazeski2009-11-261-6/+10
* ARM NAND I/O documentation update.Dean Glazeski2009-11-261-1/+7
* ARM NAND I/O refactor code copying.Dean Glazeski2009-11-261-40/+47
* ARM NAND I/O read function.Dean Glazeski2009-11-262-1/+91
* NAND Flash documentation update.Dean Glazeski2009-11-261-1/+47
* fix 'flash protect' and 'flash erase_sector'Eric Wetzel2009-11-261-3/+3
* use ARRAY_SIZE macroZachary T Welch2009-11-252-8/+8
* improve command handling examplesZachary T Welch2009-11-251-0/+12
* add jim_handler to command_registrationZachary T Welch2009-11-241-3/+6
* remove nand_controller->register_callbacksZachary T Welch2009-11-2412-41/+8
* remove flash_driver->register_callbacksZachary T Welch2009-11-2417-105/+25
* tms470: use register_commands()Zachary T Welch2009-11-241-7/+32
* str9xpec: use register_commands()Zachary T Welch2009-11-241-38/+81
* str9x: use register_commands()Zachary T Welch2009-11-241-8/+21
* str7x: use register_commands()Zachary T Welch2009-11-241-8/+20
* stm32x: use register_commands()Zachary T Welch2009-11-241-21/+44
* stellaris: use register_commands()Zachary T Welch2009-11-241-7/+20