aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/lpc2900.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-03flash: lpc2900: fix clang error 'dead assignment'Antonio Borneo1-2/+2
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-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-6/+6
2021-01-13openocd: fix doxygen parameters of functionsAntonio Borneo1-2/+2
2020-11-07target/image: Use proper data typesMarc Schink1-2/+2
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-1/+1
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo1-4/+4
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-32/+31
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-8/+8
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek1-13/+7
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-29helper/fileio: Remove nested structMarc Schink1-4/+4
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz1-1/+0
2014-03-17flash: Constify write bufferAndreas Fritiofson1-2/+2
2013-10-31lpc2900: Fix byte order bugs and remove unnecessary castsAndreas Fritiofson1-22/+23
2013-10-03flash/nor: Make info function optionalAndreas Fritiofson1-14/+0
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-05-14build: use generic name for arm_algorithm varsSpencer Oliver1-5/+5
2012-02-06doxygen: use correct comment syntaxSpencer Oliver1-1/+1
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-614/+381
2012-01-12cmd: add missing usage varSpencer Oliver1-0/+1
2012-01-04Change return value on error.Mathias K1-5/+3
2010-12-29Compilation Warnings on OS X 10.5Andrew MacIsaac1-1/+1
2010-12-01lpc2900.c: Improve debug output for device probingRolf Meeser1-1/+5
2010-12-01lpc2900.c: Add support for new device LPC2926Rolf Meeser1-1/+5
2010-12-01LPC2900: Avoid false positive reprobing if first probing failsRolf Meeser1-7/+11
2010-06-15lpc2900: -Wshadow warning fixesØyvind Harboe1-15/+15
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+1
2010-05-04flash: less bogus errorsØyvind Harboe1-1/+1
2010-01-29NOR: cleanup driver declsDavid Brownell1-6/+6
2010-01-09src/flash/nor: usage/help/doc updatesDavid Brownell1-12/+16
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-3/+3
2009-12-03change #include "flash.h" to <flash/flash.h>Zachary T Welch1-1/+1
2009-12-03change #include "image.h" to <target/image.h>Zachary T Welch1-1/+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/+1834