summaryrefslogtreecommitdiff
path: root/src/flash/nor/str7x.c
Commit message (Expand)AuthorAgeFilesLines
* error handling: the error number is not part of the user interfaceØyvind Harboe2011-01-031-4/+0
* FLASH/NOR: Remove useless file str7x.hAntonio Borneo2010-11-171-1/+83
* src: add loader src descriptionSpencer Oliver2010-10-281-0/+2
* nor/str7x: review scope of symbolsAntonio Borneo2010-06-211-1/+1
* str7x: -Wshadow warning fixesØyvind Harboe2010-06-161-3/+3
* NOR: add read() callback to struct flash_driverAntonio Borneo2010-05-161-0/+1
* str7x: improve error handlingØyvind Harboe2010-05-051-73/+133
* str71x: fix previous commitSpencer Oliver2010-05-041-3/+4
* str7x: fix bogus error messagesØyvind Harboe2010-05-041-3/+5
* NOR/STR7X: review scope of dataAntonio Borneo2010-04-101-2/+2
* STR7: flash loader cleanupSpencer Oliver2010-03-101-14/+30
* flash/str7x: After reset init the flash is unlockedEdgar Grimberg2010-02-021-2/+14
* NOR: cleanup driver declsDavid Brownell2010-01-291-13/+13
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-071-1/+1
* ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell2009-12-041-1/+1
* ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell2009-12-041-1/+1
* ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell2009-12-041-1/+1
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-041-1/+1
* remove target.h from flash.hZachary T Welch2009-12-041-0/+1
* change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch2009-12-031-1/+1
* change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch2009-12-031-1/+1
* change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch2009-12-031-1/+1
* move nor drivers to src/flash/norZachary T Welch2009-12-021-0/+706