summaryrefslogtreecommitdiffstats
path: root/libflash
Commit message (Expand)AuthorAgeFilesLines
...
* libflash: Return a pointer to internal structure.Cyril Bur2015-08-283-3/+8
* libflash/blocklevel: Fix blocklevel read ECC failure return codeCyril Bur2015-08-281-1/+4
* Fix spelling mistakesStewart Smith2015-08-261-1/+1
* 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
* libflash: Add support for Macronix 128Mb flash chipsJeremy Kerr2015-07-071-0/+1
* libffs: init with ecc protection at blocklevel levelCyril Bur2015-06-232-3/+13
* libflash/blocklevel: add a smart write function which wraps up eraseing and w...Cyril Bur2015-06-232-0/+74
* libflash: Delete file_file.[ch] filesCyril Bur2015-06-232-235/+0
* libflash/file: Add a file access backend to for the blocklevel interface.Cyril Bur2015-06-232-0/+339
* libflash/blocklevel: add blocklevel flags.Cyril Bur2015-06-232-0/+6
* libflash/blocklevel: Extend the block level to be able to do eccCyril Bur2015-06-236-36/+411
* libflash/ecc: Simplify and cleanup ecc code.Cyril Bur2015-06-234-60/+78
* libflash: Fix 32-bit ecc build of pflashBenjamin Herrenschmidt2015-06-161-8/+8
* libflash: Blocklevel sanity checking of erase block sizesCyril Bur2015-06-091-1/+10
* libflash: Add checking at blocklevel for erase block aligned erase lengthsCyril Bur2015-06-093-0/+16
* libflash: start using the blocklevel interface.Cyril Bur2015-06-095-86/+100
* libflash: introduce blocklevel interfaceCyril Bur2015-06-093-1/+92
* 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-012-15/+15
* libflash: remove *.d files tests/ during make cleanCyril Bur2015-04-181-1/+2
* address reviews for: libflash:don't use the low level interface if it doesn't...Cyril Bur2015-04-071-10/+4
* libflash/file: add file abstraction for libflashCyril Bur2015-04-014-0/+238
* libflash: don't use the low level interface if it doesn't existCyril Bur2015-04-011-1/+9
* memboot: Add a memboot flash backendAlistair Popple2015-03-261-0/+1
* libflash: Improved ECC interfaceCyril Bur2015-03-177-15/+703
* libflash: endian fixups for ecc.cCyril Bur2015-03-051-5/+8
* libflash: Ensure temporary buffer is freedJoel Stanley2015-03-041-1/+1
* libflash: whitespace fixups for ecc.cCyril Bur2015-03-041-6/+6
* libflash: Implement ffs_open_imageJoel Stanley2015-03-043-7/+88
* sparse: libflash_debug is unusedCédric Le Goater2015-03-031-0/+2
* libflash: move ffs_flash_read into libflashJeremy Kerr2015-02-266-60/+59
* libflash: external FL_* macros require stdioJeremy Kerr2015-02-261-0/+1
* libflash: Remove dependencies on skiboot.h headerJeremy Kerr2015-02-262-1/+8
* libflash: move ecc.h into libflash/Jeremy Kerr2015-02-263-2/+55
* libflash: Use FL_* logging functionsJeremy Kerr2015-02-261-3/+5
* libffs: Add ffs_flash_read()Michael Neuling2015-02-233-0/+57
* libffs: Add ecc parameter on ffs_part_info()Michael Neuling2015-02-232-2/+5
* libffs: Add ffs_entry_user fieldMichael Neuling2015-02-232-6/+24
* libffs: Add ECC checking codeMichael Neuling2015-02-232-1/+176
* libffs: Add comment for to clarify endian requirmentsMichael Neuling2015-02-231-0/+4
* Exclude all test cases from coverage-reportStewart Smith2014-12-191-0/+2
* Pretty print make check and coverage outputStewart Smith2014-12-191-5/+5
* Fix makefile dependency generation, especially for HOSTCCStewart Smith2014-12-151-1/+1
* Import pflash 0.8.6Benjamin Herrenschmidt2014-11-141-9/+8
* libflash: Update from pflash-0.8.6Benjamin Herrenschmidt2014-10-302-29/+69
* Preliminary code coverage reporting infrastructureStewart Smith2014-10-221-1/+12
* libflash: Sync with pflash 0.8.3Benjamin Herrenschmidt2014-10-152-45/+86
OpenPOWER on IntegriCloud