aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-26flash/nor/nrf5: remove useless page padding and UICR autoeraseTomas Vanek1-131/+16
2019-10-18nrf5: update links to compatibility matrixes for nrf5x variantsMirko Vogt1-4/+9
2019-10-18nrf5: Fix misuse of flash bank numberAndreas Fritiofson1-17/+26
2019-10-02efm32: use device-specific MSC base for EFM32TG11BChristian Meusel1-1/+1
2019-09-24flash/nor/tcl: Fix usage of 'flash erase_sector' commandMarc Schink1-1/+1
2019-09-18esirisc_flash: Rename PAGE_SIZE to FLASH_PAGE_SIZEKhem Raj1-4/+4
2019-09-08flash/nor/stm32h7x: remove unused 'pages_per_sector' from stm32h7x_part_infoTarek BOCHKATI1-1/+0
2019-09-08flash/nor/stm32h7x: remove flash size information from device nameTarek BOCHKATI1-1/+1
2019-09-08flash/nor: flash driver for Synwit SWM050 MCUsCaleb Szalacinski3-0/+214
2019-08-04flash/nor/core: fix some minor typoTarek BOCHKATI1-5/+5
2019-06-13flash/stm32h7x: fix register names to comply with RM0399 Rev2 and RM0433 Rev6Tarek BOCHKATI1-13/+13
2019-05-14flash/nor: use command_print() in command "flash banks"Paul Fertser1-1/+1
2019-05-14nor/niietcm4: fix indentationPaul Fertser1-9/+9
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo31-276/+276
2019-05-14nor/at91sam4: change prototype of get_current_sam4()Paul Fertser1-8/+8
2019-05-14nor/at91sam3: change prototype of get_current_sam3()Paul Fertser1-8/+8
2019-05-04stm32h7x: fix incorrect indentationChristopher Head1-8/+8
2019-05-04flash/nor/stm32h7x: use of wait queue flag instead of the busy flagTarek BOCHKATI1-18/+19
2019-05-04flash/nor/atsame5: fix typo in dsu_reset_deassert help textTomas Vanek1-1/+1
2019-04-24flash/fespi: Use COMMAND_PARSE_ADDRESSTim Newsome1-3/+1
2019-04-10flash/stm32h7x: include IO_HSLV in user3_optionsChristopher Head1-2/+2
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo9-2/+15
2019-04-07flash/nor/str9xpec: fix help and usage for command "part_id"Antonio Borneo1-1/+2
2019-04-07flash/nor/at91samd: set usage for command "set-security"Antonio Borneo1-0/+1
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo3-0/+3
2019-04-07flash/xmc4xxx: use coherent indentation in struct initializationAntonio Borneo1-1/+2