aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor
AgeCommit message (Expand)Author
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek
2020-03-07flash/nor/numicro: use flash infrastructure to align writeTomas Vanek
2020-03-07flash/nor/fm4,tms470: fix clang static analyzer warningsTomas Vanek
2020-03-07src/flash/nor/at91sam3|4l|7: fix clang static analyzer warningsTomas Vanek
2020-03-07flash/nor/stm32f1x: Group and cleanup device listMarc Schink
2020-03-02flash/stm32h7x: add support of STM32H7Ax/H7Bx devicesTarek BOCHKATI
2020-03-02Add support for SAMD21E17D deviceMichael Stoll
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo
2020-02-24flash/nor/stm32l4x: Minor code cleanupsMarc Schink
2020-02-24flash/nor/stm32h7x: Minor code cleanupsMarc Schink
2020-02-23flash/nor/tcl.c: add filld command to write double-word with 64-bit valueTarek BOCHKATI
2020-02-23flash/nor/stm32l4x: lock flash after errorTomas Vanek
2020-02-23flash/stm32h7x: use alignment infrastructureChristopher Head
2020-02-23flash/nor/stm32f1x: Some small code cleanupsMarc Schink
2020-02-23flash/nor/stm32h7x: check OPTCHANGEERRChristopher Head
2020-02-23flash/nor/stm32h7x: fix incorrect array indexingChristopher Head
2020-02-15coding style: use ARRAY_SIZE() when possibleAntonio Borneo
2020-02-15flash/nor/stm32lx: Minor code cleanupsMarc Schink
2020-02-13flash/stm32lx: mention explicitly that this driver covers STM32 L0 and L1Tarek BOCHKATI
2020-02-08efm32: add EFR32ZG13P and EFR32ZG14P partsFrank Hunleth
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