aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2019-04-03Merge branch 'master' into from_upstreamTim Newsome65-271/+465
2019-03-27Constify struct flash_driver instancesChristopher Head64-135/+135
2019-03-27flash/nor/core: adjust flash_iterate_address_range_inner() for 64-bitTomas Vanek1-19/+17
2019-03-14flash/stm32h7x: remove IWDG1_SW separate variableChristopher Head1-14/+0
2019-03-12flash/nor/tcl.c: use COMMAND_PARSE_ADDRESSTomas Vanek1-5/+1
2019-03-11Fix FESPI address parsing. (#355)Tim Newsome1-3/+1
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome28-98/+121
2019-02-27flash: stm32f2/f4/f7: Add One-Time-Porgrammable (OTP) supportMoritz Fischer1-10/+211
2019-02-21Fix support for single-bank stm32l4 processorsArmin van der Togt1-2/+13
2019-02-08Fix build.Tim Newsome1-3/+2
2019-02-08Merge branch 'master' into from_upstreamTim Newsome41-514/+1918
2019-02-07at91samd: Add flash programming support for SAMC2?N* partsKevin Vermilion1-0/+4
2019-02-07flash/nor/stm32f1x: Ability to change user option bytes.Jan Vojtech1-2/+12
2019-02-07target algo: do not write reg_param if direction is PARAM_INTomas Vanek1-1/+1
2019-02-05flash/nor: flash driver and cfg for SAM E54, E53, E51 and D51Tomas Vanek3-0/+958
2019-02-04flash/nor/stm32f1x: use address instead of offset in stm32x_write_block()Tomas Vanek1-6/+4
2019-02-04flash/nor/stm32f1x: fix minor error messagesTomas Vanek1-3/+5
2019-02-04flash/nor/at91samd: add samr34j18.Guillaume Revaillot1-0/+3
2019-01-31Fix sending memory-map for 64-bit targets. (#348)Tim Newsome22-57/+79
2019-01-30arm_adi_v5: rewrite dap_to_jtag and dap_to_swdAntonio Borneo1-2/+4
2019-01-27command: initialize the command mode for every commandAntonio Borneo1-0/+1
2019-01-21nrf5: add nrf5 device definition for HWID 0x00E3Mirko Vogt1-0/+1
2019-01-16at91samd: added SAM-DA1 partsSeverin Junker1-0/+22
2019-01-11Add flash support for SiFive's Freedom E platformsTim Newsome3-0/+1056
2019-01-02NOR: lpc2000 Add support for LPC84x devicesRod Boyce1-0/+31
2019-01-02flash: nor: ath79: remove base calculationOleksij Rempel1-14/+0
2019-01-02flash/nor/nrf5: set correct timeout for nvmc operationsJānis Skujenieks1-1/+1
2018-12-23Add LPC8Nxx and NHS3xx support.Jean-Christian de Rivaz1-1/+25
2018-12-21add w600 supportSimon Qian3-0/+393
2018-12-19flash/nor/spi: add adesto AT25DF081ATomas Vanek1-0/+1
2018-12-12flash/nor/core: Fix chunk size calculation in default_flash_mem_blank_checkBohdan Tymkiv1-2/+2
2018-12-12flash/esirisc: refactor register write protectionSteven Stallion1-53/+12
2018-12-12esirisc: support eSi-TraceSteven Stallion1-11/+18
2018-12-11flash/nor: Add support for sector erase in stm32l4x.c for L4+ familybob1-27/+78
2018-12-11flash/nor: update cc3220sf for issue found in code reviewEdward Fewell1-16/+3
2018-12-11flash/nor: update CC26xx/CC13xx supportEdward Fewell1-5/+0
2018-12-06flash/stmsmi: fix byte order for big-endian hostAntonio Borneo1-11/+8
2018-12-05flash/nor: use default_flash_blank_check() instead of dummyTomas Vanek3-41/+3
2018-11-29SPI table updates (some new devices and new info)Andreas Bolsch7-96/+277
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek21-213/+31
2018-11-26stm32l4x: Fix stm32l4x dual bank supportAlex J Lennon1-7/+7
2018-11-19From upstream (#331)Tim Newsome10-420/+2119
2018-11-18efm32: correct erase address if bank->base != 0Andreas Kemnade1-1/+1
2018-11-12Fix memory leaks. (#328)Tim Newsome1-4/+10
2018-11-06Clean up fespi flashing code (#313)v20181030Tim Newsome1-260/+109
2018-11-03flash/nor/stm32f1x: Use of protection blocks, improved option bytes handlingDominik Peklo1-218/+179
2018-11-02flash/nor/at91samd: add SAMR21E19A DIDTomas Vanek1-2/+3
2018-10-16esirisc: support eSi-RISC targetsSteven Stallion3-0/+624
2018-10-08flash/nrf5: support for nRF52810Anders Westrup1-0/+4
2018-09-19Added support for STM32L4X option bytes writing.Thomas Søhus1-177/+235