aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/lpc2000.c
AgeCommit message (Expand)Author
2013-10-07fix lpc2000 flash programming fail.Sergey A. Borshch
2013-09-08flash: add NXP LPC800 supportNemui Trinomius
2013-06-05update files to correct FSF addressSpencer Oliver
2013-04-21Add "lpc1800" alias for "lpc4300" flash driverFreddie Chopin
2013-04-21flash/nor: add lpc4300 variant to lpc2000 driverMatt Dittrich
2013-02-02armv7m: use ARM_MODE_THREAD core mode for algoorithm'sSpencer Oliver
2013-02-02armv7m: use generic arm::core_modeSpencer Oliver
2012-10-17Fix serious bug in LPC2xxx/LPC17xx flash algorithm.Freddie Chopin
2012-10-17Cleanup lpc2000.cFreddie Chopin
2012-08-24flash: remove lpc2000 clang warningsSpencer Oliver
2012-05-14build: use generic name for arm_algorithm varsSpencer Oliver
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver
2012-01-12cmd: add missing usage varSpencer Oliver
2012-01-04Change return value on error.Mathias K
2011-10-14flash: fix lpc2000 driver typoSpencer Oliver
2010-12-04Fix sector layout for 504-KiB LPC2000 devicesRolf Meeser
2010-11-17FLASH/NOR: Remove useless file lpc2000.hAntonio Borneo
2010-07-20flash: remove algorithm exit_point address for supported targetsSpencer Oliver
2010-06-15lpc2000: -Wshadow warning fixesØyvind Harboe
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo
2010-03-02LPC1768 updates, IAR board supportDavid Brownell
2010-02-28ARMv7M: use software breakpoints for algorithmsSpencer Oliver
2010-01-29NOR: cleanup driver declsDavid Brownell
2009-12-12LPC2000: rename "r13_svc" as "sp_svc"David Brownell
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell
2009-12-04ARM: rename armv4_5_algorithm as arm_algorithmDavid Brownell
2009-12-04ARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGICDavid Brownell
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell
2009-12-04remove target.h from flash.hZachary T Welch
2009-12-03change #include "armv7m.h" to <target/armv7m.h>Zachary T Welch
2009-12-03change #include "algorithm.h" to <target/algorithm.h>Zachary T Welch
2009-12-03change #include "binarybuffer.h" to <helper/binarybuffer.h>Zachary T Welch
2009-12-02move nor drivers to src/flash/norZachary T Welch