aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor
AgeCommit message (Expand)Author
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-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-08-04flash/nor/core: fix some minor typoTarek BOCHKATI
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
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-05-14nor/at91sam4: change prototype of get_current_sam4()Paul Fertser
2019-05-14nor/at91sam3: change prototype of get_current_sam3()Paul Fertser
2019-05-04stm32h7x: fix incorrect indentationChristopher Head
2019-05-04flash/nor/stm32h7x: use of wait queue flag instead of the busy flagTarek BOCHKATI
2019-05-04flash/nor/atsame5: fix typo in dsu_reset_deassert help textTomas Vanek
2019-04-24flash/fespi: Use COMMAND_PARSE_ADDRESSTim Newsome