aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge pull request #947 from riscv/from_upstreamTim Newsome12-49/+1308
2023-10-30Removed deprecated gd32vf103_flashJan Matyas3-54/+0
2023-10-27Merge commit '9f23a1d7c1e27c556ef9787b9d3f263f5c1ecf24' into from_upstreamTim Newsome12-49/+1308
2023-10-23Fix build.Tim Newsome1-0/+1
2023-10-23Merge commit 'e17fe4db0f256ee4fb97dcfd6b9f7f55c966b190' into from_upstreamTim Newsome14-97/+90
2023-10-23Merge pull request #935 from riscv/from_upstreamTim Newsome1-30/+19
2023-10-17flash/stm32lx: Revert to upstream version.Tim Newsome1-2/+3
2023-10-16Merge commit '0384fe5d596f42388f8b84d42959d899f29388ab' into from_upstreamTim Newsome1-30/+19
2023-09-12Merge commit 'ee31f1578a333a75737bc5b183cd4ae98cdaf798' into from_upstreamTim Newsome3-12/+83
2023-08-29Merge commit 'dfbbfac4d72e247e8094a49c8573b2f49689b6d5' into from_upstreamTim Newsome2-5/+1
2023-07-12Merge commit 'a3ed12401b1f7d9578fb7da881d3504e07acfc27' into from_upstreamTim Newsome2-1109/+523
2023-06-10flash/nor: add support for NXP QN908xiosabi4-0/+1200
2023-06-02flash: jtagspi: fix clang build warningAntonio Borneo1-30/+22
2023-06-02flash: psoc4: fix clang errorAntonio Borneo1-1/+1
2023-05-27flash/jtagspi: sending command and setting parameters without probing.Daniel Anselmi3-12/+34
2023-05-27target: use unsigned int for timeout_msAntonio Borneo1-2/+2
2023-05-25flash/nor/stm32f2x: Show error message when unprotecting OTPMatthijs Kooijman1-1/+3
2023-05-25flash/nor/stm32f2x: Fix typos in log messagesMatthijs Kooijman1-2/+2
2023-05-24flash/stm32l4x: support STM32C0x devicesTarek BOCHKATI2-1/+44
2023-05-18flash/jtagspi: handle error return values where neededDaniel Anselmi1-2/+2
2023-05-18nor: move in driver.h the flash_driver's declarationAntonio Borneo8-80/+74
2023-05-05flash: with pointers, use NULL instead of 0Antonio Borneo2-2/+2
2023-05-05flash: nor: add static to local symbolsAntonio Borneo2-3/+3
2023-05-05flash: nor: use 'ULL' suffix for long constantsAntonio Borneo2-11/+11
2023-05-04Merge commit '228fe7300c7df7aa05ba2c0bc19edde6d0156401' into from_upstreamTim Newsome8-103/+208
2023-04-04flash/nor/spi: Move mt25ql02 to match upstream.Tim Newsome1-1/+1
2023-03-28flash/nor: missing fileio_close.panciyan1-0/+1
2023-03-25flash: nor: rewrite command 'flash list' as COMMAND_HANDLERAntonio Borneo1-30/+18
2023-03-18flash/nor/at91samd: add missing SAMR34/35 part numbersAndrew Lalaev1-0/+4
2023-03-18flash/nor/at91samd: fix RAM size for SAMR34/35Andrew Lalaev1-2/+2
2023-03-16Merge commit '1293ddd65713d6551775b67169387622ada477c1' into from_upstreamTim Newsome88-1352/+1241
2023-03-06flash: Remove duplicate entry for micron mt25qu01.Tim Newsome1-1/+0
2023-02-28Merge commit 'd1b882f2c014258be5397067e45848fa5465b78b' into from_upstreamTim Newsome4-53/+68
2023-02-18flash/nor/spi: add 25pe{10/20/40/80/16}Daniel Anselmi1-0/+5
2023-02-12new SPI memory devices, continuation code for manufacturer idAndreas Bolsch1-9/+64
2023-02-03flash/nor/stm32l4x: Add revision 'Z' for STM32L552/562 devicesMarc Schink1-1/+1
2023-02-03flash/nor/spi: Add some zbit flash chips.Daniel Serpell1-0/+7
2023-01-21flash/nor/psoc4: drop jtag_poll_mask() from flash writeTomas Vanek1-5/+0
2023-01-15flash/nor/stm32l4x: Add revision 'X' and 'C' for STM32U575/585 devicesMarc Schink1-0/+1
2023-01-15flash/nor, contrib/loaders: move numicro M0 write assembly to contrib/loadersJian-Hong Pan1-57/+2
2023-01-15flash/nor, contrib/loaders: move numicro M4 write assembly to contrib/loadersJian-Hong Pan1-56/+1
2023-01-15flash: support Nuvoton M541 & NUC442/472 seriesZale Yu1-81/+253
2023-01-15flash/nor/numicro: reorder the parts listZale Yu1-998/+349
2023-01-15flash/stm32l4x: avoid multiple assignmentsTarek BOCHKATI1-1/+2
2023-01-15flash/nor/rp2040: make SPI flash ID detection optionalTomas Vanek1-22/+33
2023-01-15flash/nor/spi: Add issi is25lq040b to device listFawaz Tirmizi1-0/+1
2023-01-15flash/nor/avrf: add ATmega32U4 supportKyle Schwarz1-0/+1
2022-12-27flash: fix clang static analyzer build errors (#778)Tim Newsome1-3/+0
2022-12-17at91samd: wait for nvm readyDan Stahlke1-1/+25
2022-12-03flash: lpc2900: fix clang error 'dead assignment'Antonio Borneo1-2/+2