aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/kinetis.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-24flash Kinetis: fix probe for FlexNVM partitioned as EEPROM backupTomas Vanek1-3/+11
2017-07-24flash Kinetis: fix devices with smallest program flash (8 and 16 kB)Tomas Vanek1-1/+6
2017-06-17flash Kinetis: Add support for newer KW seriesJoakim Nohlgård1-0/+39
2017-06-17flash Kinetis: add KL28 deviceTomas Vanek1-21/+118
2017-06-17flash Kinetis: handle all types of watchdog, disable in reset-initTomas Vanek1-69/+204
2017-06-17flash Kinetis: implement automatic bank creation based on device probeTomas Vanek1-0/+102
2017-06-17flash Kinetis: split kinetis_chip from kinetis_flash_bankTomas Vanek1-260/+480
2017-06-17flash Kinetis: add KV5x familyTomas Vanek1-18/+50
2017-06-17flash Kinetis: add KL8x family, fix erase checkTomas Vanek1-8/+28
2017-06-17flash Kinetis: add KE1xZ and KE1xF familiesTomas Vanek1-3/+50
2017-04-23flash Kinetis: reduce a flash write message severity to infoJoakim Nohlgård1-1/+1
2016-11-04flash Kinetis: Family K8x addedTomas Vanek1-0/+11
2016-11-04flash Kinetis: add cache invalidate for KLx seriesTomas Vanek1-22/+25
2016-11-04flash Kinetis: longword programming changed to flash_async_algorithmTomas Vanek1-96/+35
2016-11-04Make OpenOCD build using -Og.Tim Newsome1-1/+1
2016-10-17flash Kinetis: fix mdm check_security regression in JTAG modeTomas Vanek1-1/+4
2016-08-14flash Kinetis: Implement flash protection settingTomas Vanek1-127/+333
2016-08-14flash Kinetis: refactoring ftfx commands and numerous minor changesTomas Vanek1-75/+121
2016-08-14flash Kinetis: dynamic status detection before starting mass_eraseTomas Vanek1-40/+66
2016-08-14flash Kinetis: Detect RESET/WDOG loop, fix detection of secured MCUTomas Vanek1-37/+43
2016-08-14kinetis: support mass erase on boards without SRSTSteven Stallion1-48/+196
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-17kinetis: Fix typo in variable namesAndreas Färber1-2/+2
2016-05-05flash Kinetis: new KVx family addedTomas Vanek1-22/+48
2016-04-06flash Kinetis: remove TARGET_HALTED halted check from probeTomas Vanek1-11/+1
2016-02-15Kinetis: check/switch run mode before flash operationTomas Vanek1-17/+62
2016-02-15Kinetis: invalidate flash cache after erase/writeTomas Vanek1-12/+31
2016-02-15Kinetis: improve flash detection using SIM_FCFG2 MAXADDR0 and MAXADDR1Tomas Vanek1-8/+44
2016-02-15Kinetis: nvm_partition commandTomas Vanek1-1/+153
2016-02-15Kinetis: fix preparation of FlexRAM before flash programmingTomas Vanek1-27/+37
2016-02-15Kinetis: kinetis_ftfx_command() based on target instead of flash bankTomas Vanek1-41/+15
2016-02-15Kinetis: FlexNVM handlingTomas Vanek1-130/+141
2015-12-29arm_adi_v5: dap_queue_ap_* DAP->AP parameterAndreas Fritiofson1-6/+2
2015-12-29arm_adi_v5: Remove all cases of "restoring" previous dap_ap_select()Andreas Fritiofson1-13/+5
2015-11-27adi_v5: Fix wrong ap valueAlamy Liu1-2/+2
2015-11-20Kinetis: suppress false alarms "MCU is secured"Tomas Vanek1-3/+34
2015-11-05Kinetis: properly pad flash section writesTomas Vanek1-1/+1
2015-11-05Kinetis: Disable watchdog on Kx devices when programming.Thomas Schmid1-0/+114
2015-10-09Kinetis: new devices K02, K26, K63, K64, K66, correct K21 and K22 variantsTomas Vanek1-14/+69
2015-10-09Kinetis: give a reasonable default for max_flash_prog_sizeTomas Vanek1-5/+11
2015-10-09Kinetis: Add K24 support and tidy upPatrick Stewart1-86/+135
2015-03-25flash/nor/kinetis: do not attempt mass-erase in place of a bank erasePaul Fertser1-17/+0
2015-01-30flash/nor/kinetis: pull SRST low during mass erasePaul Fertser1-0/+12
2015-01-09flash: fix kinetis driver typosSpencer Oliver1-2/+2
2014-07-04kinetis : Added Kinetis-K Series MDM-AP ID.Nemui Trinomius1-1/+2
2014-06-18flash/nor/kinetis: prevent segfaulting with an HLAPaul Fertser1-0/+10
2014-05-10kinetis: Revise CPU un-securing codeAndrey Smirnov1-18/+334
2014-03-17flash: Constify write bufferAndreas Fritiofson1-2/+2
2014-03-17flash/kinetis: Fix bug in odd byte count paddingAndreas Fritiofson1-1/+1
2014-02-06flash: declare fixed arrays constSpencer Oliver1-1/+1