summaryrefslogtreecommitdiffstats
path: root/libflash
Commit message (Expand)AuthorAgeFilesLines
* libflash/blocklevel: Add missing newline to debug messagesPridhiviraj Paidipeddi2018-04-151-2/+2
* libflash/blocklevel: Make read/write be ECC agnostic for callersCyril Bur2018-04-092-36/+350
* libflash/blocklevel: Return region start from ecc_protected()Cyril Bur2018-04-092-22/+63
* libflash/ecc: Add helpers to align a position within an ecc bufferCyril Bur2018-04-092-0/+36
* libflash/ecc: Add functions to deal with unaligned ECC memcpyCyril Bur2018-04-092-17/+234
* libffs: Fix bad checks for partition overlapCyril Bur2018-04-091-9/+20
* external/ffspart: Use new interfaceCyril Bur2018-04-091-1/+4
* libflash/libffs: Allow caller to specifiy header partitionCyril Bur2018-04-093-10/+21
* libflash/libffs: Refcount ffs entriesCyril Bur2018-04-093-8/+36
* libflash/libffs: Switch to storing header entries in an arrayCyril Bur2018-04-092-66/+70
* libflash/libffs: Remove backup partition from TOC generation codeCyril Bur2018-04-093-55/+1
* libflash/libffs: Remove the 'sides' from the FFS TOC generation codeCyril Bur2018-04-093-78/+4
* libflash/libffs: Always add entries to the end of the TOCCyril Bur2018-04-091-19/+1
* libflash/libffs: ffs_close() should use ffs_hdr_free()Cyril Bur2018-04-091-20/+20
* libflash/libffs: Add setter for a partitions actual sizeCyril Bur2018-04-092-0/+15
* libffs: Standardise ffs partition flagsCyril Bur2018-04-093-1/+114
* mbox: Reduce default BMC timeoutsCyril Bur2018-03-271-4/+3
* mbox: Harden against BMC daemon errorsCyril Bur2018-03-271-0/+8
* build: use thin archives rather than incremental linkingNicholas Piggin2018-02-281-1/+1
* libflash/blocklevel: Correct miscalculation in blocklevel_smart_erase()Cyril Bur2018-02-281-1/+1
* libflash/mbox-flash: fallback to requesting lower MBOX versions from BMCStewart Smith2017-12-201-0/+7
* libflash/mbox-flash: only wait for MBOX_DEFAULT_POLL_MS if busyStewart Smith2017-12-181-1/+2
* libflash/test: Add tests for mbox-flashCyril Bur2017-12-187-7/+968
* libflash/mbox-flash: Add the ability to lock flashCyril Bur2017-12-142-5/+66
* libflash/mbox-flash: Understand v3Cyril Bur2017-12-141-32/+75
* libflash/mbox-flash: Use static arrays of function pointersCyril Bur2017-12-141-32/+81
* libflash/mbox-flash: Use BMC suggested timeout valueCyril Bur2017-12-141-11/+26
* libflash/mbox-flash: Simplify message sendingCyril Bur2017-12-141-92/+31
* libflash/mbox-flash: Allow mbox-flash to tell the driver msg timeoutsCyril Bur2017-12-141-8/+9
* libflash/mbox-flash: Move sequence handling to driver levelCyril Bur2017-12-141-10/+0
* libflash/mbox-flash: Always close windows before opening a new windowCyril Bur2017-12-141-0/+3
* pflash: Support for clean_on_ecc_error flagAdriana Kobylak2017-12-133-2/+3
* 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
OpenPOWER on IntegriCloud