summaryrefslogtreecommitdiff
path: root/src/flash/flash.h
Commit message (Expand)AuthorAgeFilesLines
* remove flash.h from treeZachary T Welch2009-12-041-33/+0
* split flash.h into into flash/nor/*.hZachary T Welch2009-12-041-320/+2
* remove target.h from flash.hZachary T Welch2009-12-041-1/+0
* split NOR and NAND flash headersZachary T Welch2009-12-041-10/+1
* change #include "target.h" to <target/target.h>Zachary T Welch2009-12-031-1/+1
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-031-1/+1
* remove flash_driver->register_callbacksZachary T Welch2009-11-241-5/+3
* add support for naming flash banksZachary T Welch2009-11-191-0/+2
* rename flash and nand command helpersZachary T Welch2009-11-191-1/+1
* allow flash/nand banks commands to accept namesZachary T Welch2009-11-191-1/+11
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-10/+10
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-1/+1
* flash_command_get_bank_by_num: make COMMAND_HELPERZachary T Welch2009-11-161-4/+4
* command_context_t -> struct command_contextZachary T Welch2009-11-131-4/+4
* flash_bank_t -> struct flash_bankZachary T Welch2009-11-131-23/+23
* target_t -> struct targetZachary T Welch2009-11-131-4/+4
* image_t -> struct imageZachary T Welch2009-11-131-2/+2
* flash_driver_t -> struct flash_driverZachary T Welch2009-11-131-3/+3
* flash_sector_t -> struct flash_sectorZachary T Welch2009-11-131-3/+3
* add FLASH_BANK_COMMAND_HANDLER macroZachary T Welch2009-11-131-2/+6
* remove obsolete doxygen commentsZachary T Welch2009-11-111-6/+0
* add const keyword to some APIsZachary T Welch2009-11-111-1/+1
* src/flash: remove 'extern' and wrap headersZachary T Welch2009-11-091-15/+19
* Add Flash/NAND bank command argument helpers.Zachary T Welch2009-11-051-0/+10
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Fix search and replace casualty in flash.h doxygen block.zwelch2009-06-301-1/+1
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-14/+14
* - Fixes '[<>]' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-4/+4
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-8/+8
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-1/+1
* Add documentation to flash.h:zwelch2009-05-291-12/+245
* Audit and eliminate redundant #include directives in src/flash headers.zwelch2009-05-111-5/+7
* - convert spaces to tabs in at91sam7.[ch]ntfreak2008-09-271-8/+8
* Gheorghe Guran <roatlasro@yahoo.com> redone at91sam7 driver. Old driver sourc...oharboe2008-09-261-8/+9
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+4
* Duane Ellis: fix warningsoharboe2008-08-051-1/+1
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* - moved flash erase_check target code to target.cntfreak2008-05-271-1/+2
* fix flash info - now reports erased state properlyoharboe2008-04-021-0/+1
* Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe...oharboe2008-03-051-0/+1
* Bogus error message in GDB removedoharboe2008-03-041-0/+1
* Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe2008-02-281-11/+7
* dos2unix fix.oharboe2008-02-251-97/+97
* - "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe2008-02-251-86/+97
* - added autoprobe functionalitymifi2008-01-271-0/+1
* - rename flash_init and flash_erase to flash_init_drivers and flash_erase_add...ntfreak2008-01-091-2/+2
* - minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak2007-12-291-0/+1
* - removed flash write_image - binary compare function has been moved to verif...ntfreak2007-12-201-8/+1
* - added patch for new flash functionality like:mifi2007-12-181-1/+8