summaryrefslogtreecommitdiffstats
path: root/libflash/libffs.c
Commit message (Expand)AuthorAgeFilesLines
* libffs: Fix string truncation gcc warning.Michal Suchanek2019-03-201-1/+1
* 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-091-8/+20
* libflash/libffs: Refcount ffs entriesCyril Bur2018-04-091-7/+31
* libflash/libffs: Switch to storing header entries in an arrayCyril Bur2018-04-091-63/+65
* libflash/libffs: Remove backup partition from TOC generation codeCyril Bur2018-04-091-51/+1
* libflash/libffs: Remove the 'sides' from the FFS TOC generation codeCyril Bur2018-04-091-75/+2
* 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-091-0/+13
* libffs: Standardise ffs partition flagsCyril Bur2018-04-091-1/+106
* pflash: Support for clean_on_ecc_error flagAdriana Kobylak2017-12-131-2/+1
* pflash: Support for volatile flagAdriana Kobylak2017-11-091-1/+3
* libflash/libffs: Don't require 'part' size to be known by callersCyril Bur2017-08-011-12/+20
* libflash: Adding debugging outputCyril Bur2017-08-011-1/+4
* pflash option to retrieve PNOR partition flagsMichael Tritz2017-07-191-3/+8
* 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: Fix pflash -iMichael Neuling2017-03-271-2/+3
* libffs: Understand how to create FFS partition TOCs and entries.Cyril Bur2017-03-241-14/+349
* libflash/libffs: Rework libffsCyril Bur2017-03-241-142/+214
* libflash/libffs: Fix possible NULL dereferenceCyril Bur2016-11-111-0/+2
* libflash/libffs: Use blocklevel_smart_write() when updating partitionsCyril Bur2016-10-251-1/+1
* libflash/blocklevel: Allow double ecc protecting a regionCyril Bur2016-10-111-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-021-1/+3
* libflash: Add sanity checks to ffs init code.Cyril Bur2016-07-051-0/+22
* libflash/libffs: Reporting seeing all 0xFF bytes during init.Cyril Bur2016-03-111-0/+19
* libflash/libffs: Check for NULL and set return pointer in ffs_next_side()Cyril Bur2016-01-121-0/+6
* libflash/libffs: Rename ffs_cmp() to ffs_equal()Cyril Bur2016-01-121-1/+1
* libffs: Add helper get ffs_handle to the "OTHER_SIDE"Cyril Bur2016-01-081-1/+35
* libffs: Remove unused function ffs_open_image()Cyril Bur2016-01-081-82/+0
* libffs: Remove struct flash_chip from struct ffs_handleCyril Bur2016-01-081-4/+0
* libflash: fix resource leaks on errors in ffs_open_imageStewart Smith2015-11-171-1/+5
* in skbioot-5.1.0 commit, accidentally somehow removed two compiler warning fi...Stewart Smith2015-08-191-1/+7
* Add skiboot-5.1.0 release notesStewart Smith2015-08-171-7/+1
* libflash: check ffs_part_info return value in ffs_initJeremy Kerr2015-08-171-1/+7
* Introduce blocklevel_ecc_protect() return value checkKamalesh Babulal2015-07-101-3/+9
* libffs: init with ecc protection at blocklevel levelCyril Bur2015-06-231-2/+12
* libflash: start using the blocklevel interface.Cyril Bur2015-06-091-25/+26
* libffs: Add the offset of the TOC to partition entry addressesCyril Bur2015-06-011-1/+1
* libffs: Rename various offset variables to toc_offsetCyril Bur2015-06-011-13/+13
* libflash: Implement ffs_open_imageJoel Stanley2015-03-041-4/+81
* libflash: move ffs_flash_read into libflashJeremy Kerr2015-02-261-55/+0
* libflash: Remove dependencies on skiboot.h headerJeremy Kerr2015-02-261-0/+4
* libflash: move ecc.h into libflash/Jeremy Kerr2015-02-261-1/+1
* libffs: Add ffs_flash_read()Michael Neuling2015-02-231-0/+52
OpenPOWER on IntegriCloud