summaryrefslogtreecommitdiffstats
path: root/libflash/libffs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libffs: Add ecc parameter on ffs_part_info()Michael Neuling2015-02-231-1/+4
* libffs: Add ffs_entry_user fieldMichael Neuling2015-02-231-0/+1
* libffs: Add comment for to clarify endian requirmentsMichael Neuling2015-02-231-0/+4
* Initial commit of Open Source releaseBenjamin Herrenschmidt2014-07-021-0/+280
OpenPOWER on IntegriCloud