aboutsummaryrefslogtreecommitdiff
path: root/libflash/file.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2019-07-26SPDX-ify all skiboot codeStewart Smith1-15/+3
2019-02-21ffspart, libflash: Fix stack size warningsAndrew Jeffery1-1/+1
2018-12-11libflash/file: greatly increase perf of file_erase()Stewart Smith1-3/+5
2017-09-27libflash/file: Handle short read()s and write()s correctlyCyril Bur1-2/+4
2017-08-01libflash/file: Break up MTD erase ioctl() callsCyril Bur1-25/+35
2017-08-01libflash/file: Fix bad subtraction in file erase pathCyril Bur1-1/+1
2017-07-19pflash: build with skiboot HOSTCFLAGS warningsStewart Smith1-0/+1
2017-04-20libflash/file: Only use 64bit MTD erase ioctl() when neededCyril Bur1-6/+38
2016-11-08libflash/file: Use 64bit ioctl() to erase from MTDCyril Bur1-2/+2
2016-08-02flash: Make size 64 bit safeMichael Neuling1-7/+7
2016-05-18libflash: fix bug on reading truncated flash fileStewart Smith1-1/+1
2016-01-15libflash/blocklevel: Add keep_alive parameterCyril Bur1-19/+75
2015-11-09Free bl_prot_range on file_exit_close()Samuel Mendoza-Jonas1-0/+1
2015-06-23libflash/file: Add a file access backend to for the blocklevel interface.Cyril Bur1-0/+294