aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Make #include guard naming consistentMarc Schink7-18/+23
2016-05-24Remove FSF address from GPL noticesMarc Schink55-153/+82
2016-05-20lpcspifi: Fix SWD support for LPC43xxAndreas Färber1-38/+3
2016-05-20Fix spelling of ARM CortexAndreas Färber6-11/+11
2016-05-20stm32l1/Cat.3: Devices have only one bank.Uwe Bonnes1-2/+1
2016-05-17kinetis: Fix typo in variable namesAndreas Färber2-4/+4
2016-05-14flash/nor: Add Ambiq Micro Apollo flash driver.Rick Foos3-0/+907
2016-05-14xmc4xxx: Improve xmc4xxx_blank_check_memory() error handlingAndreas Färber1-1/+2
2016-05-08flash/nor/spi: use only lower case hex numbersRobert Jordens1-5/+5
2016-05-08flash/nor/spi: fix macronix 25l1005 chip eraseRobert Jordens1-1/+1
2016-05-05Support for debug interface lock of EFM32 controllersLieven Hollevoet1-3/+44
2016-05-05xmc4xxx: Fix error propagation for erase_check callbackAndreas Färber1-3/+3
2016-05-05fm4: Set read callbackAndreas Färber1-0/+1
2016-05-05at91samd: Add additional "B Variant" parts from SAMD21 familyPeter D. Gray1-0/+6
2016-05-05flash/nor: Add Infineon XMC1000 flash driverAndreas Färber3-0/+552
2016-05-05at91samd: Atmel SAML22 (segment LCD) family addedTomas Vanek1-0/+16
2016-05-05flash Kinetis: new KVx family addedTomas Vanek1-22/+48
2016-05-05Add support for Atmel AT91SAMD21E16B (B variant) and a spelling mistake.Peter D. Gray1-2/+3
2016-05-05flash/nor: Reorder drivers alphabeticallyAndreas Färber2-69/+68
2016-05-04stm32lx: Add support for lock/unlock (RDP Level 0<->1)Andreas Fritiofson1-9/+98
2016-05-04stm32f2x.c: Add more F4 devices.Uwe Bonnes1-1/+15
2016-05-04src/flash/nor/stm32f2x.c: Really erase second bank if requested.Uwe Bonnes1-3/+5
2016-05-04 stm32l4x.c: Correct waiting for data.Uwe Bonnes1-7/+8
2016-05-04stm32l4x.c: Use explicit 64-bit flash access as reference manual implies.Uwe Bonnes1-8/+7
2016-05-04flash: Added support for Freescale Kinetis KE family.Ivan Meleca3-0/+1314
2016-05-04stm32l4x.c: Free r6/7 for 64-bit operations.Uwe Bonnes1-4/+4
2016-04-06flash Kinetis: remove TARGET_HALTED halted check from probeTomas Vanek1-11/+1
2016-02-29helper/fileio: Remove nested structMarc Schink2-20/+20
2016-02-29fm4: Add support for S6E2DH familyAndreas Färber1-1/+39
2016-02-29fm4: Add support for MB9BFx64/x65Andreas Färber1-1/+22
2016-02-29flash: nor: mdr: implement read/verify for Info memoryPaul Fertser1-1/+95
2016-02-29xmc4xxx: Integrate build of erase check codeAndreas Färber1-9/+1
2016-02-29flash: New Spansion FM4 flash driverAndreas Färber3-0/+665
2016-02-29at91sam4 Flash: Added identification of atsam4n'sColin Helliwell1-0/+167
2016-02-29stm32lx.c: Print device string as info.Uwe Bonnes1-0/+2
2016-02-29stm32lx.c: Add STM32L0 categories 1, 2 and 5.Uwe Bonnes1-2/+48
2016-02-29flash/nor/faux.c: fixing check for failed mallocAlexander Kurz1-1/+1
2016-02-29flash/nor/stellaris: fix: flash info RCC and RCC2 mixed upAlexander Kurz1-1/+1
2016-02-29flash/nor/non_cfi.c: cleanup, member double-intializationAlexander Kurz1-1/+0
2016-02-29Cleanup: removal of obsolete semicolonsAlexander Kurz18-32/+26
2016-02-29cfi intel: fixing faulty flash write error messageAlexander Kurz1-1/+3
2016-02-27nrf51: move hwid 0057 and add 0058Peter A. Bigot1-9/+12
2016-02-27nrf51: move table entry for hwid 0084 to correct MCU sectionPeter A. Bigot1-6/+6
2016-02-23xmc4xxx: Add XMC4700 supportAndreas Färber1-3/+12
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