aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2018-09-17flash/nrf5: support for nRF52840 Q1AAC0Kai Geissdoerfer1-0/+3
2018-09-17flash/nrf5: time-based timeout waiting for flash controllerKai Geissdoerfer1-3/+6
2018-09-09flash/stm32f2x: add stm32f7 revision Z identificationCody Schafer1-0/+3
2018-08-21flash/at91sam4: fix clang static analyzer warningTomas Vanek1-1/+2
2018-08-21flash/at91sam4: set wait states only once per writeTomas Vanek1-9/+22
2018-08-21flash/at91sam4: emit flash bank infoTomas Vanek1-2/+24
2018-08-21flash/at91sam4: run probe just onceTomas Vanek1-8/+14
2018-08-21max32xxx: Support for MAX32XXX devices.Kevin Gillespie3-0/+1000
2018-08-20From upstream (#286)Tim Newsome17-169/+2056
2018-08-08Update s25fl256 flash device id, cypress now. (#285)Ken Zhang1-0/+1
2018-08-01nrf5: add free_driver_privJim Paris1-0/+16
2018-08-01flash/nor/tcl.c: fix flash bank bounds check in 'flash fill' command handlerBohdan Tymkiv1-1/+1
2018-07-18nrf5: Add HWID 0x139 (52832 rev E0)James Jacobsson1-0/+1
2018-07-18flash/nor/stm32lx: Add revision 'V' for STM32L1xx Cat.3 devicesMarc Schink1-1/+1
2018-07-18flash/nor/at91sam4: fix sam4sa16c flash banks and its gpnvms countErwin Oegema1-44/+37
2018-07-18flash/nor: add support for TI MSP432 devicesEdward Fewell4-1/+1235
2018-07-18flash/nor/tcl: Distinguish between sectors and blocks in status messagesDominik Peklo1-26/+30
2018-07-18Adds SAMD11D14AU flash support.Christopher Hoover1-2/+3
2018-07-18psoc5lp: fix erase check, add free_driver_privTomas Vanek1-10/+21
2018-07-12Define free_driver_priv for fespi flash driverTim Newsome1-1/+2
2018-07-03flash/nor/stm32h7: Fix incorrect commentChristopher Head1-1/+1
2018-07-03flash/nor/stm32: Eliminate working area leakChristopher Head4-4/+12
2018-07-03flash/nor/stm32: Report errors in wait_status_busyChristopher Head3-1/+7
2018-06-15flash/nor/psoc5lp: fix compile issue on GCC 8.1.0Antonio Borneo1-1/+2
2018-06-15src/flash/tms470: remove testing of sectors[].is_erased stateTomas Vanek1-24/+12
2018-06-15flash/nor/nrf5: remove is_erased setting and autoerase before writeTomas Vanek1-53/+5
2018-06-15flash/nor: Add support for TI CC26xx/CC13xx flashEdward Fewell4-0/+672
2018-06-11Merge branch 'master' into from_upstreamTim Newsome7-2/+2174
2018-06-06psoc5lp: Add NV Latch flash driverAndreas Färber2-0/+318
2018-06-06flash/nor/psoc5lp: fix bad commit 2d5f2ede55150235352773a976166c3ab68297bcTomas Vanek1-27/+39
2018-06-06psoc5lp: Add EEPROM flash driverAndreas Färber2-0/+273
2018-06-06flash/nor: Add PSoC 5LP flash driverAndreas Färber3-0/+978
2018-06-06flash/nor: Add support for TI CC3220SF internal flashEdward Fewell4-0/+578
2018-06-05flash/nor/virtual: copy missing fields from master flash_bank structureBohdan Tymkiv1-0/+5
2018-06-05flash/nor/core: fix double-free crash with 'virtual' flash banksBohdan Tymkiv1-2/+10
2018-05-30Merge branch 'master' into from_upstreamTim Newsome1-4/+6
2018-05-30Fix warnings exposed by GCC8Paul Fertser1-4/+6
2018-05-08psoc6: Run flash algorithm asynchronously to improve performanceBohdan Tymkiv1-141/+220
2018-05-08flash/nor, contrib/loaders: add stm32 loaders Makefile and generated .incTomas Vanek5-135/+5
2018-05-08flash/nor/at91sam: implement flash bank deallocation for SAM seriesTomas Vanek4-53/+61
2018-05-08flash/nor/kinetis: implement flash bank deallocationTomas Vanek1-1/+18
2018-05-08flash/nor: handle flash write alignment/padding in the infrastructureTomas Vanek3-121/+312
2018-05-08target, flash: prepare infrastructure for multi-block blank checkTomas Vanek2-62/+29
2018-04-24fespi: flag an error if offset can't be handled in 3B modeMegan Wachs1-0/+12
2018-04-23psoc6: Run flash algorithm asynchronously to improve performanceBohdan Tymkiv1-141/+220
2018-04-23flash/nor, contrib/loaders: add stm32 loaders Makefile and generated .incTomas Vanek5-135/+5
2018-04-12Fix FESPI assert when guessing few algorithm stepsTim Newsome1-29/+35
2018-04-10flash/nor/at91sam: implement flash bank deallocation for SAM seriesTomas Vanek4-53/+61
2018-04-10flash/nor/kinetis: implement flash bank deallocationTomas Vanek1-1/+18
2018-04-10flash/nor: handle flash write alignment/padding in the infrastructureTomas Vanek3-121/+312