aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2020-06-23flash/nor/spi: add micron MT25QU01G (#487)Jaehoon Park1-0/+1
2020-03-27Fix some clang static checker complaints. (#464)Tim Newsome1-16/+16
2020-03-19Add support for HiFive1 RevB board (#456)Jonathan Tinkham1-1/+2
2019-11-15fespi: Properly support large flash devices (#421)Tim Newsome2-24/+38
2019-09-27Merge branch 'master' into from_upstreamTim Newsome49-2147/+647
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-09Fix flashing HiFive Unleashed (#402)Tim Newsome2-5/+5
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-09-08src/flash/nand: Fix some operator precedence bugs.Seth LaForge2-2/+2
2019-08-04flash/nor/core: fix some minor typoTarek BOCHKATI1-5/+5
2019-07-28mflash: Remove this broken flash driverAndreas Fritiofson3-1741/+1
2019-07-09Redo fespi flash algorithm (#384)Tim Newsome1-308/+120
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 Borneo39-320/+320
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-14nand/tcl: pass CMD to nand_list_walker()Paul Fertser1-3/+3
2019-05-14nand/fileio: change prototype of nand_fileio_start()Paul Fertser3-6/+6
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 Borneo11-2/+17
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 Borneo4-1/+5
2019-04-07flash/xmc4xxx: use coherent indentation in struct initializationAntonio Borneo1-1/+2
2019-04-07flash/kinetis: use coherent indentation in struct initializationAntonio Borneo1-1/+2
2019-04-03flash/nor/core.h: clarify comment flash_sector::is_erasedTomas Vanek1-2/+5
2019-04-03Merge branch 'master' into from_upstreamTim Newsome65-271/+465
2019-03-27Constify struct flash_driver instancesChristopher Head64-135/+135
2019-03-27flash/nor/core: adjust flash_iterate_address_range_inner() for 64-bitTomas Vanek1-19/+17
2019-03-14flash/stm32h7x: remove IWDG1_SW separate variableChristopher Head1-14/+0
2019-03-12flash/nor/tcl.c: use COMMAND_PARSE_ADDRESSTomas Vanek1-5/+1
2019-03-11Fix FESPI address parsing. (#355)Tim Newsome1-3/+1
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome28-98/+121
2019-02-27flash: stm32f2/f4/f7: Add One-Time-Porgrammable (OTP) supportMoritz Fischer1-10/+211
2019-02-21Fix support for single-bank stm32l4 processorsArmin van der Togt1-2/+13
2019-02-08Fix build.Tim Newsome1-3/+2
2019-02-08Merge branch 'master' into from_upstreamTim Newsome41-514/+1918
2019-02-07at91samd: Add flash programming support for SAMC2?N* partsKevin Vermilion1-0/+4
2019-02-07flash/nor/stm32f1x: Ability to change user option bytes.Jan Vojtech1-2/+12
2019-02-07target algo: do not write reg_param if direction is PARAM_INTomas Vanek1-1/+1
2019-02-05flash/nor: flash driver and cfg for SAM E54, E53, E51 and D51Tomas Vanek3-0/+958