aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/lpc2000.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome1-3/+3
2019-01-02NOR: lpc2000 Add support for LPC84x devicesRod Boyce1-0/+31
2018-12-23Add LPC8Nxx and NHS3xx support.Jean-Christian de Rivaz1-1/+25
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek1-14/+0
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-0/+1
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-1/+1
2016-10-30flash: nor: lpc2000: handle lpc11xx parts with more than 96k memoryPaul Fertser1-3/+12
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-11-26flash/nor/lpc2000: add alternative part ID for LPC1343Jakub Kubiak1-0/+2
2015-04-16Fix several format specifiers errors exposed by arm-none-eabiPaul Fertser1-2/+2
2015-04-14flash/nor/lpc2000: free allocated working area when target_write failsPaul Fertser1-1/+3
2015-04-14flash/nor/lpc2000: properly free working area used in get_lpc2000_part_id()Paul Fertser1-0/+3
2015-04-14lpc2000: Removed cmd51_can_xxxxb variables.Nemui Trinomius1-34/+1
2015-03-09lpc2000: Add LPC407x/8x flash size auto detectionNemui Trinomius1-4/+26
2015-02-11lpc2000: add chip IDs for LPC11U6x/LPC11E6xMichael Brown1-0/+22
2015-01-15lpc2000: Improve lpc2000 flash driver.Nemui Trinomius1-9/+99
2014-11-24lpc2000: ignore status of part ID IAP commandGrigori Goronzy1-4/+8
2014-11-24lpc2000: Added LPC1500 series flash programming support.Nemui Trinomius1-6/+54
2014-06-01Flash/LPC2000: Add support for auto-probing flash sizeCosmin Gorgovan1-52/+432
2014-06-01Flash/LPC2000: Add support for LPC11(x)xx, LPC13xxCosmin Gorgovan1-0/+40
2014-03-17flash: Constify write bufferAndreas Fritiofson1-2/+4
2014-01-11lpc2000: fix LPC810 programming supportNemui Trinomius1-5/+7
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-1/+1
2013-10-29lpc2000: Fix flash programming fail on LPC4300 internal flashNemui Trinomius1-0/+8
2013-10-07fix lpc2000 flash programming fail.Sergey A. Borshch1-1/+2
2013-09-08flash: add NXP LPC800 supportNemui Trinomius1-2/+62
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-04-21Add "lpc1800" alias for "lpc4300" flash driverFreddie Chopin1-2/+2
2013-04-21flash/nor: add lpc4300 variant to lpc2000 driverMatt Dittrich1-10/+93
2013-02-02armv7m: use ARM_MODE_THREAD core mode for algoorithm'sSpencer Oliver1-1/+1
2013-02-02armv7m: use generic arm::core_modeSpencer Oliver1-1/+1
2012-10-17Fix serious bug in LPC2xxx/LPC17xx flash algorithm.Freddie Chopin1-79/+120
2012-10-17Cleanup lpc2000.cFreddie Chopin1-129/+87
2012-08-24flash: remove lpc2000 clang warningsSpencer Oliver1-4/+4
2012-05-14build: use generic name for arm_algorithm varsSpencer Oliver1-5/+5
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-164/+137
2012-01-12cmd: add missing usage varSpencer Oliver1-0/+2
2012-01-04Change return value on error.Mathias K1-2/+1
2011-10-14flash: fix lpc2000 driver typoSpencer Oliver1-4/+1
2010-12-04Fix sector layout for 504-KiB LPC2000 devicesRolf Meeser1-4/+7
2010-11-17FLASH/NOR: Remove useless file lpc2000.hAntonio Borneo1-1/+45
2010-07-20flash: remove algorithm exit_point address for supported targetsSpencer Oliver1-1/+1
2010-06-15lpc2000: -Wshadow warning fixesØyvind Harboe1-3/+2
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+1
2010-03-02LPC1768 updates, IAR board supportDavid Brownell1-1/+9
2010-02-28ARMv7M: use software breakpoints for algorithmsSpencer Oliver1-1/+1
2010-01-29NOR: cleanup driver declsDavid Brownell1-15/+13
2009-12-12LPC2000: rename "r13_svc" as "sp_svc"David Brownell1-1/+1
2009-12-07ARM: move opcode macros to <target/arm_opcodes.h>David Brownell1-2/+5