aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2020-03-02flash/stm32h7x: add support of STM32H7Ax/H7Bx devicesTarek BOCHKATI1-63/+113
2020-03-02Add support for SAMD21E17D deviceMichael Stoll1-0/+17
2020-02-24coding style: fix space around pointer's asteriskAntonio Borneo3-4/+4
2020-02-24flash/nor/stm32l4x: Minor code cleanupsMarc Schink1-9/+6
2020-02-24flash/nor/stm32h7x: Minor code cleanupsMarc Schink1-9/+6
2020-02-23flash/nor/tcl.c: add filld command to write double-word with 64-bit valueTarek BOCHKATI1-4/+22
2020-02-23flash/nor/stm32l4x: lock flash after errorTomas Vanek1-22/+31
2020-02-23flash/stm32h7x: use alignment infrastructureChristopher Head1-24/+8
2020-02-23flash/nor/stm32f1x: Some small code cleanupsMarc Schink1-9/+6
2020-02-23flash/nor/stm32h7x: check OPTCHANGEERRChristopher Head1-1/+8
2020-02-23flash/nor/stm32h7x: fix incorrect array indexingChristopher Head1-1/+1
2020-02-15coding style: use ARRAY_SIZE() when possibleAntonio Borneo3-4/+3
2020-02-15flash/nor/stm32lx: Minor code cleanupsMarc Schink1-9/+6
2020-02-13flash/stm32lx: mention explicitly that this driver covers STM32 L0 and L1Tarek BOCHKATI2-1/+5
2020-02-13flash/startup.tcl: update stm32 flash driver aliasesTarek BOCHKATI1-15/+8
2020-02-08efm32: add EFR32ZG13P and EFR32ZG14P partsFrank Hunleth1-0/+2
2020-02-06flash/nor: Add Renesas RPC HF driverMarek Vasut3-0/+651
2020-02-06flash/nor: Export various functions from the CFI coreMarek Vasut2-26/+49
2020-01-27flash/nor/stm32l4x: fix minor errors in flash write/async algoTomas Vanek1-11/+12
2020-01-27flash/nor/stm32l4x: use flash infrastructure to align writeTomas Vanek1-19/+8
2020-01-27flash/nor/nrf5: Fix build error on OSXMarek Vasut1-1/+1
2020-01-22flash/nor/sh_qspi: Add SH QSPI driverMarek Vasut3-0/+915
2020-01-16flash/nor: Rename flash_address() to cfi_flash_address()Marek Vasut1-51/+51
2020-01-16flash/nor: Rename get_cfi_info() to cfi_get_info()Marek Vasut1-2/+2
2020-01-16flash/nor: Allow CFI memory read/write functions be overridenMarek Vasut2-4/+20
2020-01-16flash/nor: Drop size argument of cfi_target_{read,write}_memory()Marek Vasut1-24/+24
2020-01-16flash/nor: Pass flash_bank to memory accessorsMarek Vasut1-32/+22
2020-01-16flash/nor/stm32l4x: add support of STM32L4P5/L4Q5x devicesTarek BOCHKATI1-5/+29
2020-01-16flash/nor: add support of STM32WB on top STM32L4 flash driverTarek BOCHKATI1-2/+22
2020-01-16flash/nor: add support of STM32L41/L42xxTarek BOCHKATI1-0/+15
2020-01-16flash/nor/stm32l4x : add structure containers to hold devices' informationTarek BOCHKATI1-253/+337
2020-01-05flash/nor: Factor out CFI memory read/write functionsMarek Vasut1-18/+32
2020-01-05flash/nor: Factor out cfi_spansion_unlock_seq()Marek Vasut1-26/+22
2020-01-03flash/nor/stm32f2x: Support value line chips with trimmed flashKeir Fraser1-19/+56
2020-01-02flash/nor/stm32f1x: fix options reading from locked chipOleksandr Redchuk1-20/+6
2020-01-02flash/nor/kinetis: fix clang static analyzer warningsTomas Vanek1-1/+6
2020-01-02flash/nor/stm32h7: (minor) use proper variable names and enhance loggingTarek BOCHKATI1-23/+32
2019-12-17flash/nor/stm32f2x: fix clang static analyzer warningTomas Vanek1-1/+1
2019-12-12flash/nor/nrf5: remove check for protected sectorTomas Vanek1-4/+0
2019-12-07target/stm32h7x: add support of dual core variant of STM32H7Tarek BOCHKATI1-1/+1
2019-11-27flash/nor/stm32h7x: remove options cache and some driver enhancementsTarek BOCHKATI1-199/+228
2019-11-27flash/nor/stm32h7x: fix option bytes handling to work with both banksTarek BOCHKATI1-27/+21
2019-11-27flash/nor/stm32h7x: remove stm32x_options.protection2Tarek BOCHKATI1-46/+12
2019-11-26flash/nor/nrf5: fix allocation of driver_priv and sector arrayTomas Vanek1-1/+28
2019-11-26flash/nor/nrf5: show RAM size on old nRF51 devices (rev 1, 2)Tomas Vanek1-12/+56
2019-11-26flash/nor/nrf5: do not check FICR PPFC on nRF52Tomas Vanek1-27/+30
2019-11-26flash/nor/nrf5: rename registers by nRF seriesTomas Vanek1-51/+54
2019-11-26flash/nor/nrf5: refactor sector allocation to use alloc_block_array()Tomas Vanek1-25/+10
2019-11-26flash/nor/nrf5: implement BPROT protection check for nRF52810,832Tomas Vanek1-51/+136
2019-11-26flash/nor/nrf5: detect newer devices without HWID tableTomas Vanek1-44/+211