aboutsummaryrefslogtreecommitdiff
path: root/libflash/libffs.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-11libflash/libffs: Reporting seeing all 0xFF bytes during init.Cyril Bur1-0/+19
2016-01-12libflash/libffs: Check for NULL and set return pointer in ffs_next_side()Cyril Bur1-0/+6
2016-01-12libflash/libffs: Rename ffs_cmp() to ffs_equal()Cyril Bur1-1/+1
2016-01-08libffs: Add helper get ffs_handle to the "OTHER_SIDE"Cyril Bur1-1/+35
2016-01-08libffs: Remove unused function ffs_open_image()Cyril Bur1-82/+0
2016-01-08libffs: Remove struct flash_chip from struct ffs_handleCyril Bur1-4/+0
2015-11-17libflash: fix resource leaks on errors in ffs_open_imageStewart Smith1-1/+5
2015-08-19in skbioot-5.1.0 commit, accidentally somehow removed two compiler warning fi...Stewart Smith1-1/+7
2015-08-17Add skiboot-5.1.0 release notesskiboot-5.1.0Stewart Smith1-7/+1
2015-08-17libflash: check ffs_part_info return value in ffs_initJeremy Kerr1-1/+7
2015-07-10Introduce blocklevel_ecc_protect() return value checkKamalesh Babulal1-3/+9
2015-06-23libffs: init with ecc protection at blocklevel levelCyril Bur1-2/+12
2015-06-09libflash: start using the blocklevel interface.Cyril Bur1-25/+26
2015-06-01libffs: Add the offset of the TOC to partition entry addressesCyril Bur1-1/+1
2015-06-01libffs: Rename various offset variables to toc_offsetCyril Bur1-13/+13
2015-03-04libflash: Implement ffs_open_imageJoel Stanley1-4/+81
2015-02-26libflash: move ffs_flash_read into libflashJeremy Kerr1-55/+0
2015-02-26libflash: Remove dependencies on skiboot.h headerJeremy Kerr1-0/+4
2015-02-26libflash: move ecc.h into libflash/Jeremy Kerr1-1/+1
2015-02-23libffs: Add ffs_flash_read()Michael Neuling1-0/+52
2015-02-23libffs: Add ecc parameter on ffs_part_info()Michael Neuling1-1/+4
2015-02-23libffs: Add ffs_entry_user fieldMichael Neuling1-0/+1
2015-02-23libffs: Add comment for to clarify endian requirmentsMichael Neuling1-0/+4
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+280