aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2023-12-05Merge commit 'd4575b647a3603200a9bb4a784d170f792ab88d0' into from_upstreamTim Newsome1-2/+4
2023-12-05Merge commit 'a9080087d82688043ca216d50926228d09631297' into from_upstreamTim Newsome1-4/+21
2023-11-27Merge commit '4b1ea8511a7da9d7201df40302e3341c6e97ffdd' into from_upstreamTim Newsome7-54/+175
2023-11-18nor: rsl10: fix minor coding styleAntonio Borneo1-2/+4
2023-11-06Merge commit '05ee88915520d1dd82da94a016a9374a1f3a8129' into from_upstreamTim Newsome6-16/+6
2023-11-03Merge pull request #947 from riscv/from_upstreamTim Newsome15-54/+1311
2023-10-30Removed deprecated gd32vf103_flashJan Matyas3-54/+0
2023-10-27Merge commit '9f23a1d7c1e27c556ef9787b9d3f263f5c1ecf24' into from_upstreamTim Newsome15-54/+1311
2023-10-27flash/nor/spi: add guide to select proper erase cmdTomas Vanek1-4/+21
2023-10-23Fix build.Tim Newsome1-0/+1
2023-10-23Merge commit 'e17fe4db0f256ee4fb97dcfd6b9f7f55c966b190' into from_upstreamTim Newsome17-118/+106
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-23jtagspi/pld: add interface to get support from pld driversDaniel Anselmi1-30/+89
2023-09-23flash/nor: remove useless bank->next = NULLTomas Vanek4-5/+0
2023-09-23flash/nor/at91sam7: fix flash bank allocationTomas Vanek1-4/+26
2023-09-19flash/stm32l4x: support STM32WBA5xx devicesTarek BOCHKATI2-0/+26
2023-09-17flash: npcx: fix memory leak in npcx_flash_bank_commandAntonio Borneo1-0/+1
2023-09-12Merge commit 'ee31f1578a333a75737bc5b183cd4ae98cdaf798' into from_upstreamTim Newsome3-12/+83
2023-09-08flash/nor: add support for Nuvoton NPCX4/K3 series flashLuca Hung1-15/+33
2023-08-29Merge commit 'dfbbfac4d72e247e8094a49c8573b2f49689b6d5' into from_upstreamTim Newsome2-5/+1
2023-08-26target/cortex_m: check core implementor fieldKarl Palsson4-4/+4
2023-08-26efm32: drop unnecessary and incomplete checksKarl Palsson1-12/+0
2023-08-12flash/nor/spi: Improve erase performance on zd25q16Nikolay Dimitrov1-1/+1
2023-08-12flash/nor/spi: add zetta zd25q16Nikolay Dimitrov1-0/+1
2023-07-14flash/nor/stm32l4x: Add revision 'V' for STM32L4R/S devicesMarc Schink1-0/+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-18flash: nand: move in include file the declaration of 'nand_devices'Antonio Borneo2-3/+1
2023-05-18nand: declare exported function in core.hAntonio Borneo2-2/+2
2023-05-18nor: move in driver.h the flash_driver's declarationAntonio Borneo8-80/+74
2023-05-18nand: move in driver.h the nand_flash_controller's declarationAntonio Borneo2-20/+15
2023-05-05flash: with pointers, use NULL instead of 0Antonio Borneo3-3/+3
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