summaryrefslogtreecommitdiffstats
path: root/libflash
Commit message (Expand)AuthorAgeFilesLines
* */test/*: Added '<subdir>-check' make targetsOliver O'Halloran2016-03-301-2/+5
* libflash/libffs: Reporting seeing all 0xFF bytes during init.Cyril Bur2016-03-111-0/+19
* libflash: Support for Micron N25Q256Ax and Winbond W25Q256BV NOR flashAdriana Kobylak2016-02-181-0/+6
* libflash/blocklevel: Add keep_alive parameterCyril Bur2016-01-155-26/+150
* 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-122-2/+2
* libffs: Add helper get ffs_handle to the "OTHER_SIDE"Cyril Bur2016-01-082-3/+56
* libffs: Remove unused function ffs_open_image()Cyril Bur2016-01-082-88/+0
* libffs: Remove struct flash_chip from struct ffs_handleCyril Bur2016-01-081-4/+0
* libflash: Support Micron N25Q256Ax NOR flashJoel Stanley2015-11-261-0/+3
* libflash: put message on one lineJoel Stanley2015-11-261-2/+1
* libflash: fix resource leaks on errors in ffs_open_imageStewart Smith2015-11-171-1/+5
* libflash: Provide an internal parity implementation, to remove libgcc dependencyJeremy Kerr2015-11-131-1/+17
* Free bl_prot_range on file_exit_close()Samuel Mendoza-Jonas2015-11-091-0/+1
* libflash/test: Attempted fix of Coverity defect 98799Cyril Bur2015-09-081-1/+1
* libflash/test: Fix Coverity defect 98827Cyril Bur2015-09-081-1/+1
* libflash: Fix Coverity defect 97867Cyril Bur2015-09-081-2/+2
* libflash/blocklevel: Smarten up blocklevel_smart_write()Cyril Bur2015-09-071-3/+40
* libflash: Reintroduce typesafety in lowlevel libflash callsCyril Bur2015-08-282-6/+4
* external/common: Create common code for initialising libflash componentsCyril Bur2015-08-282-0/+13
* 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
OpenPOWER on IntegriCloud