aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/xcf.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-04flash: declare local symbols as staticAntonio Borneo1-2/+2
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-2/+2
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink1-19/+22
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo1-1/+0
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2018-04-04flash/nor: implement flash bank deallocation in drivers with simple allocTomas Vanek1-1/+3
2018-01-13XCF (Xilinx platfrom flash) support.barthess1-0/+897