aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)Author
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
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-14nand/tcl: pass CMD to nand_list_walker()Paul Fertser
2019-05-14nand/fileio: change prototype of nand_fileio_start()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
2019-04-10flash/stm32h7x: include IO_HSLV in user3_optionsChristopher Head
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo
2019-04-07flash/nor/str9xpec: fix help and usage for command "part_id"Antonio Borneo
2019-04-07flash/nor/at91samd: set usage for command "set-security"Antonio Borneo
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo
2019-04-07flash/xmc4xxx: use coherent indentation in struct initializationAntonio Borneo
2019-04-07flash/kinetis: use coherent indentation in struct initializationAntonio Borneo
2019-04-03flash/nor/core.h: clarify comment flash_sector::is_erasedTomas Vanek
2019-03-27Constify struct flash_driver instancesChristopher Head
2019-03-27flash/nor/core: adjust flash_iterate_address_range_inner() for 64-bitTomas Vanek
2019-03-14flash/stm32h7x: remove IWDG1_SW separate variableChristopher Head
2019-03-12flash/nor/tcl.c: use COMMAND_PARSE_ADDRESSTomas Vanek
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome
2019-02-27flash: stm32f2/f4/f7: Add One-Time-Porgrammable (OTP) supportMoritz Fischer
2019-02-21Fix support for single-bank stm32l4 processorsArmin van der Togt
2019-02-07at91samd: Add flash programming support for SAMC2?N* partsKevin Vermilion
2019-02-07flash/nor/stm32f1x: Ability to change user option bytes.Jan Vojtech
2019-02-07target algo: do not write reg_param if direction is PARAM_INTomas Vanek
2019-02-05flash/nor: flash driver and cfg for SAM E54, E53, E51 and D51Tomas Vanek
2019-02-04flash/nor/stm32f1x: use address instead of offset in stm32x_write_block()Tomas Vanek
2019-02-04flash/nor/stm32f1x: fix minor error messagesTomas Vanek