summaryrefslogtreecommitdiffstats
path: root/libflash
Commit message (Expand)AuthorAgeFilesLines
* external/pflash: Fix erasing within a single erase blockCyril Bur2017-11-202-4/+4
* libflash: Fix parity calculation on ARMOliver O'Halloran2017-11-201-1/+1
* pflash: Support for volatile flagAdriana Kobylak2017-11-093-1/+5
* libflash/blocklevel: suppress debug printoutStewart Smith2017-10-061-1/+0
* libflash/file: Handle short read()s and write()s correctlyCyril Bur2017-09-271-2/+4
* libflash/test/test-blocklevel: fix memory leak on exitStewart Smith2017-08-241-0/+2
* libflash: fix memory leak on flash_exit()Stewart Smith2017-08-241-2/+5
* libflash/test/test-flash.c: fix memory leak on exitStewart Smith2017-08-241-0/+1
* libflash/blocklevel: Fix theoretical use after free (CID 145924)Cyril Bur2017-08-151-0/+1
* libflash/libflash: Remove logicially dead code (CID 97821)Cyril Bur2017-08-151-2/+0
* libflash/mbox-flash: Fix unintentional integer overflow (CID 142226)Cyril Bur2017-08-151-2/+2
* external/pflash: tests: Move the test-miscprint to pflash testsCyril Bur2017-08-013-32/+2
* libflash/libffs: Don't require 'part' size to be known by callersCyril Bur2017-08-013-13/+22
* libflash/file: Break up MTD erase ioctl() callsCyril Bur2017-08-011-25/+35
* libflash/file: Fix bad subtraction in file erase pathCyril Bur2017-08-011-1/+1
* libflash: Adding debugging outputCyril Bur2017-08-015-21/+77
* pflash: build with skiboot HOSTCFLAGS warningsStewart Smith2017-07-191-0/+1
* pflash option to retrieve PNOR partition flagsMichael Tritz2017-07-195-5/+44
* libflash/libffs: Zero checksum wordsCyril Bur2017-06-261-0/+16
* libffs: Fix ffs_lookup_part() return valueBenjamin Herrenschmidt2017-06-261-4/+6
* libflash/libffs: Correctly update the actual size of the partitionCyril Bur2017-06-211-1/+1
* libflash: Initialise entries list earlierOliver O'Halloran2017-05-261-1/+1
* libflash/mbox-flash: Implement MARK_WRITE_ERASED mbox callSuraj Jitindar Singh2017-05-261-4/+59
* libflash/mbox-flash: Update to V2 of the protocolCyril Bur2017-05-262-135/+559
* libflash/mbox-flash: Minor fixups before V2Cyril Bur2017-05-261-1/+7
* libflash/file: Only use 64bit MTD erase ioctl() when neededCyril Bur2017-04-201-6/+38
* libflash: Add tests for blocklevel_smart_erase()Cyril Bur2017-04-071-2/+225
* libflash/blocklevel: Add blocklevel_smart_erase()Cyril Bur2017-04-072-2/+130
* libflash: Fix pflash -iMichael Neuling2017-03-271-2/+3
* libffs: Understand how to create FFS partition TOCs and entries.Cyril Bur2017-03-243-14/+393
* libflash/libffs: Rework libffsCyril Bur2017-03-243-200/+368
* libflash: blocklevel backend for MBOX flash accessCyril Bur2017-02-233-1/+601
* libflash: fix integer type in printfPatrick Williams2017-01-101-1/+1
* libflash/libffs: Fix possible NULL dereferenceCyril Bur2016-11-111-0/+2
* libflash/file: Use 64bit ioctl() to erase from MTDCyril Bur2016-11-081-2/+2
* core/flash: Don't do anything clever for OPAL_FLASH_{READ, WRITE, ERASE}Cyril Bur2016-11-022-19/+46
* libflash/libffs: Use blocklevel_smart_write() when updating partitionsCyril Bur2016-10-251-1/+1
* libflash/blocklevel: Allow double ecc protecting a regionCyril Bur2016-10-113-51/+119
* libflash: add 128MB MX66L1G45G partJoel Stanley2016-09-151-0/+1
* consolidate gcov flags into HOSTGCOVFLAGS for host binariesStewart Smith2016-09-021-1/+1
* flash: Rework error paths and messages for multiple flash controllersMichael Neuling2016-08-251-1/+1
* flash: Make size 64 bit safeMichael Neuling2016-08-029-52/+60
* flash: Add documentation for blocklevel_smart_write()Michael Neuling2016-08-021-1/+8
* make check: make test runs less noisyStewart Smith2016-07-121-2/+2
* libflash: Add sanity checks to ffs init code.Cyril Bur2016-07-051-0/+22
* libflash: fix bug on reading truncated flash fileStewart Smith2016-05-181-1/+1
* */test/*: Added '<subdir>-check' make targetsOliver O'Halloran2016-03-301-2/+5
* libflash/libffs: Reporting seeing all 0xFF bytes during init.Cyril Bur2016-03-111-0/+19
* libflash: Support for Micron N25Q256Ax and Winbond W25Q256BV NOR flashAdriana Kobylak2016-02-181-0/+6
* libflash/blocklevel: Add keep_alive parameterCyril Bur2016-01-155-26/+150
OpenPOWER on IntegriCloud