aboutsummaryrefslogtreecommitdiff
path: root/libflash
AgeCommit message (Expand)AuthorFilesLines
2016-07-12make check: make test runs less noisyStewart Smith1-2/+2
2016-07-05libflash: Add sanity checks to ffs init code.Cyril Bur1-0/+22
2016-05-18libflash: fix bug on reading truncated flash fileStewart Smith1-1/+1
2016-03-30*/test/*: Added '<subdir>-check' make targetsOliver O'Halloran1-2/+5
2016-03-11libflash/libffs: Reporting seeing all 0xFF bytes during init.Cyril Bur1-0/+19
2016-02-18libflash: Support for Micron N25Q256Ax and Winbond W25Q256BV NOR flashAdriana Kobylak1-0/+6
2016-01-15libflash/blocklevel: Add keep_alive parameterCyril Bur5-26/+150
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 Bur2-2/+2
2016-01-08libffs: Add helper get ffs_handle to the "OTHER_SIDE"Cyril Bur2-3/+56
2016-01-08libffs: Remove unused function ffs_open_image()Cyril Bur2-88/+0
2016-01-08libffs: Remove struct flash_chip from struct ffs_handleCyril Bur1-4/+0
2015-11-26libflash: Support Micron N25Q256Ax NOR flashJoel Stanley1-0/+3
2015-11-26libflash: put message on one lineJoel Stanley1-2/+1
2015-11-17libflash: fix resource leaks on errors in ffs_open_imageStewart Smith1-1/+5
2015-11-13libflash: Provide an internal parity implementation, to remove libgcc dependencyJeremy Kerr1-1/+17
2015-11-09Free bl_prot_range on file_exit_close()Samuel Mendoza-Jonas1-0/+1
2015-09-08libflash/test: Attempted fix of Coverity defect 98799Cyril Bur1-1/+1
2015-09-08libflash/test: Fix Coverity defect 98827Cyril Bur1-1/+1
2015-09-08libflash: Fix Coverity defect 97867Cyril Bur1-2/+2
2015-09-07libflash/blocklevel: Smarten up blocklevel_smart_write()Cyril Bur1-3/+40
2015-08-28libflash: Reintroduce typesafety in lowlevel libflash callsCyril Bur2-6/+4
2015-08-28external/common: Create common code for initialising libflash componentsCyril Bur2-0/+13
2015-08-28libflash: Return a pointer to internal structure.Cyril Bur3-3/+8
2015-08-28libflash/blocklevel: Fix blocklevel read ECC failure return codeCyril Bur1-1/+4
2015-08-26Fix spelling mistakesStewart Smith1-1/+1
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-07-07libflash: Add support for Macronix 128Mb flash chipsJeremy Kerr1-0/+1
2015-06-23libffs: init with ecc protection at blocklevel levelCyril Bur2-3/+13
2015-06-23libflash/blocklevel: add a smart write function which wraps up eraseing and w...Cyril Bur2-0/+74
2015-06-23libflash: Delete file_file.[ch] filesCyril Bur2-235/+0
2015-06-23libflash/file: Add a file access backend to for the blocklevel interface.Cyril Bur2-0/+339
2015-06-23libflash/blocklevel: add blocklevel flags.Cyril Bur2-0/+6
2015-06-23libflash/blocklevel: Extend the block level to be able to do eccCyril Bur6-36/+411
2015-06-23libflash/ecc: Simplify and cleanup ecc code.Cyril Bur4-60/+78
2015-06-16libflash: Fix 32-bit ecc build of pflashBenjamin Herrenschmidt1-8/+8
2015-06-09libflash: Blocklevel sanity checking of erase block sizesCyril Bur1-1/+10
2015-06-09libflash: Add checking at blocklevel for erase block aligned erase lengthsCyril Bur3-0/+16
2015-06-09libflash: start using the blocklevel interface.Cyril Bur5-86/+100
2015-06-09libflash: introduce blocklevel interfaceCyril Bur3-1/+92
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 Bur2-15/+15
2015-04-18libflash: remove *.d files tests/ during make cleanCyril Bur1-1/+2
2015-04-07address reviews for: libflash:don't use the low level interface if it doesn't...skiboot-5.0-rc3Cyril Bur1-10/+4
2015-04-01libflash/file: add file abstraction for libflashCyril Bur4-0/+238
2015-04-01libflash: don't use the low level interface if it doesn't existCyril Bur1-1/+9
2015-03-26memboot: Add a memboot flash backendAlistair Popple1-0/+1