aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)Author
2020-02-06flash/nor: Add Renesas RPC HF driverMarek Vasut
2020-02-06flash/nor: Export various functions from the CFI coreMarek Vasut
2020-01-27flash/nor/stm32l4x: fix minor errors in flash write/async algoTomas Vanek
2020-01-27flash/nor/stm32l4x: use flash infrastructure to align writeTomas Vanek
2020-01-27flash/nor/nrf5: Fix build error on OSXMarek Vasut
2020-01-22flash/nor/sh_qspi: Add SH QSPI driverMarek Vasut
2020-01-16flash/nor: Rename flash_address() to cfi_flash_address()Marek Vasut
2020-01-16flash/nor: Rename get_cfi_info() to cfi_get_info()Marek Vasut
2020-01-16flash/nor: Allow CFI memory read/write functions be overridenMarek Vasut
2020-01-16flash/nor: Drop size argument of cfi_target_{read,write}_memory()Marek Vasut
2020-01-16flash/nor: Pass flash_bank to memory accessorsMarek Vasut
2020-01-16flash/nor/stm32l4x: add support of STM32L4P5/L4Q5x devicesTarek BOCHKATI
2020-01-16flash/nor: add support of STM32WB on top STM32L4 flash driverTarek BOCHKATI
2020-01-16flash/nor: add support of STM32L41/L42xxTarek BOCHKATI
2020-01-16flash/nor/stm32l4x : add structure containers to hold devices' informationTarek BOCHKATI
2020-01-05flash/nor: Factor out CFI memory read/write functionsMarek Vasut
2020-01-05flash/nor: Factor out cfi_spansion_unlock_seq()Marek Vasut
2020-01-03flash/nor/stm32f2x: Support value line chips with trimmed flashKeir Fraser
2020-01-02flash/nor/stm32f1x: fix options reading from locked chipOleksandr Redchuk
2020-01-02flash/nor/kinetis: fix clang static analyzer warningsTomas Vanek
2020-01-02flash/nor/stm32h7: (minor) use proper variable names and enhance loggingTarek BOCHKATI
2019-12-17flash/nor/stm32f2x: fix clang static analyzer warningTomas Vanek
2019-12-12flash/nor/nrf5: remove check for protected sectorTomas Vanek
2019-12-07target/stm32h7x: add support of dual core variant of STM32H7Tarek BOCHKATI
2019-11-27flash/nor/stm32h7x: remove options cache and some driver enhancementsTarek BOCHKATI
2019-11-27flash/nor/stm32h7x: fix option bytes handling to work with both banksTarek BOCHKATI
2019-11-27flash/nor/stm32h7x: remove stm32x_options.protection2Tarek BOCHKATI
2019-11-26flash/nor/nrf5: fix allocation of driver_priv and sector arrayTomas Vanek
2019-11-26flash/nor/nrf5: show RAM size on old nRF51 devices (rev 1, 2)Tomas Vanek
2019-11-26flash/nor/nrf5: do not check FICR PPFC on nRF52Tomas Vanek
2019-11-26flash/nor/nrf5: rename registers by nRF seriesTomas Vanek
2019-11-26flash/nor/nrf5: refactor sector allocation to use alloc_block_array()Tomas Vanek
2019-11-26flash/nor/nrf5: implement BPROT protection check for nRF52810,832Tomas Vanek
2019-11-26flash/nor/nrf5: detect newer devices without HWID tableTomas Vanek
2019-11-26flash/nor/nrf5: remove useless page padding and UICR autoeraseTomas Vanek
2019-10-18nrf5: update links to compatibility matrixes for nrf5x variantsMirko Vogt
2019-10-18nrf5: Fix misuse of flash bank numberAndreas Fritiofson
2019-10-15src/flash/startup.tcl: Add preverify to program commandMoritz 'Morty' StrĂ¼be
2019-10-02efm32: use device-specific MSC base for EFM32TG11BChristian Meusel
2019-09-24flash/nor/tcl: Fix usage of 'flash erase_sector' commandMarc Schink
2019-09-18esirisc_flash: Rename PAGE_SIZE to FLASH_PAGE_SIZEKhem Raj
2019-09-08flash/nor/stm32h7x: remove unused 'pages_per_sector' from stm32h7x_part_infoTarek BOCHKATI
2019-09-08flash/nor/stm32h7x: remove flash size information from device nameTarek BOCHKATI
2019-09-08flash/nor: flash driver for Synwit SWM050 MCUsCaleb Szalacinski
2019-09-08src/flash/nand: Fix some operator precedence bugs.Seth LaForge
2019-08-04flash/nor/core: fix some minor typoTarek BOCHKATI
2019-07-28mflash: Remove this broken flash driverAndreas Fritiofson
2019-06-13flash/stm32h7x: fix register names to comply with RM0399 Rev2 and RM0433 Rev6Tarek BOCHKATI
2019-05-14flash/nor: use command_print() in command "flash banks"Paul Fertser
2019-05-14nor/niietcm4: fix indentationPaul Fertser