aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/fespi.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-12-03target,flash: allow target_free_working_area on NULL area pointerTomas Vanek1-4/+2
2021-12-03flash/nor/fespi: algorithm, large address, errorsTim Newsome1-327/+148
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-3/+3
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas1-4/+3
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-4/+4
2020-07-08coding style: fix space separationAntonio Borneo1-3/+3
2020-07-08flash/nor/fespi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-15/+12
2020-06-14flash: Add the Freedom E310-G002 SPI FlashAlistair Francis1-1/+2
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-1/+1
2019-04-24flash/fespi: Use COMMAND_PARSE_ADDRESSTim Newsome1-3/+1
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome1-9/+10
2019-01-11Add flash support for SiFive's Freedom E platformsTim Newsome1-0/+1053