aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/str9xpec.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-5/+5
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-11/+11
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-24/+24
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-16/+16
2019-04-07flash/nor/str9xpec: fix help and usage for command "part_id"Antonio Borneo1-1/+2
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
2014-03-17flash: Constify write bufferAndreas Fritiofson1-1/+1
2013-10-03flash/nor: Make info function optionalAndreas Fritiofson1-7/+0
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-03-06flash: Additional check for NULL in str9xpec enable_turboFredrik Hederstierna1-5/+8
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-134/+49
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver1-3/+3
2012-01-12cmd: add missing usage varSpencer Oliver1-0/+1
2012-01-12optimize: replace while loop by memcpyMathias K1-7/+2
2012-01-04Change return value on error.Mathias K1-22/+21
2011-01-14str9xpec: Find flash controller from the chain.Santeri Salko1-1/+2
2010-11-17FLASH/NOR: Remove useless file str9xpec.hAntonio Borneo1-1/+50
2010-06-16str9xpec: -Wshadow warning fixesØyvind Harboe1-3/+3
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+1
2010-04-10STR9XPEC: review scope of functionsAntonio Borneo1-1/+1
2010-03-20jtag: move towards making out_value constØyvind Harboe1-3/+4
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe1-13/+13
2010-03-10STR9: flash loader cleanupSpencer Oliver1-2/+5
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-1/+1
2010-03-08jtag: retire tap fieldØyvind Harboe1-30/+15
2010-02-12STR9xpec: issue warning when unlocking deviceSpencer Oliver1-0/+8
2010-01-29NOR: cleanup driver declsDavid Brownell1-12/+12
2009-12-04remove target.h from flash.hZachary T Welch1-0/+1
2009-12-03change #include "arm7_9_common.h" to <target/arm7_9_common.h>Zachary T Welch1-1/+1
2009-12-02move nor drivers to src/flash/norZachary T Welch1-0/+1257