aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/str7x.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-08-14flash/nor: Do not update 'is_erased'Marc Schink1-3/+0
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-1/+1
2021-07-02flash: rename CamelCase symbolsAntonio Borneo1-9/+9
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-2/+2
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-1/+1
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-12/+10
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz1-1/+1
2014-03-17flash: Constify write bufferAndreas Fritiofson1-2/+2
2014-02-06flash: declare fixed arrays constSpencer Oliver1-2/+2
2013-10-31str7x: Fix byte order bugAndreas Fritiofson1-3/+4
2013-10-08str7x: Improve info textAndreas Fritiofson1-5/+6
2013-10-03flash/nor: Make info function optionalAndreas Fritiofson1-2/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-10-08flash/nor: make all working area pointers localAndreas Fritiofson1-11/+8
2012-05-14build: use generic name for arm_algorithm varsSpencer Oliver1-5/+5
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-105/+49
2012-01-12cmd: add missing usage varSpencer Oliver1-0/+1
2012-01-12optimize: replace while loop by memcpyMathias K1-7/+2
2012-01-12build: remove unused variablesSpencer Oliver1-2/+0
2012-01-04Change return value on error.Mathias K1-4/+3
2011-11-07str7x: fix error propagationØyvind Harboe1-21/+24
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe1-4/+0
2010-11-17FLASH/NOR: Remove useless file str7x.hAntonio Borneo1-1/+83
2010-10-28src: add loader src descriptionSpencer Oliver1-0/+2
2010-06-21nor/str7x: review scope of symbolsAntonio Borneo1-1/+1
2010-06-16str7x: -Wshadow warning fixesØyvind Harboe1-3/+3
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+1
2010-05-05str7x: improve error handlingØyvind Harboe1-73/+133
2010-05-04str71x: fix previous commitSpencer Oliver1-3/+4
2010-05-04str7x: fix bogus error messagesØyvind Harboe1-3/+5
2010-04-10NOR/STR7X: review scope of dataAntonio Borneo1-2/+2
2010-03-10STR7: flash loader cleanupSpencer Oliver1-14/+30
2010-02-02flash/str7x: After reset init the flash is unlockedEdgar Grimberg1-2/+14
2010-01-29NOR: cleanup driver declsDavid Brownell1-13/+13
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell1-1/+1
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell1-1/+1
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell1-1/+1
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell1-1/+1
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell1-1/+1
2009-12-04remove target.h from flash.hZachary T Welch1-0/+1
2009-12-03change #include "armv4_5.h" to <target/armv4_5.h>Zachary T Welch1-1/+1
2009-12-03change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch1-1/+1
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch1-1/+1
2009-12-02move nor drivers to src/flash/norZachary T Welch1-0/+706