aboutsummaryrefslogtreecommitdiff
path: root/libflash/libflash.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-20external/pflash: Fix erasing within a single erase blockCyril Bur1-4/+0
2017-08-24libflash: fix memory leak on flash_exit()Stewart Smith1-2/+5
2017-08-15libflash/libflash: Remove logicially dead code (CID 97821)Cyril Bur1-2/+0
2016-09-15libflash: add 128MB MX66L1G45G partJoel Stanley1-0/+1
2016-08-02flash: Make size 64 bit safeMichael Neuling1-6/+8
2016-02-18libflash: Support for Micron N25Q256Ax and Winbond W25Q256BV NOR flashAdriana Kobylak1-0/+6
2016-01-15libflash/blocklevel: Add keep_alive parameterCyril Bur1-0/+4
2015-11-26libflash: Support Micron N25Q256Ax NOR flashJoel Stanley1-0/+3
2015-11-26libflash: put message on one lineJoel Stanley1-2/+1
2015-09-08libflash: Fix Coverity defect 97867Cyril Bur1-2/+2
2015-08-28libflash: Reintroduce typesafety in lowlevel libflash callsCyril Bur1-4/+2
2015-08-28external/common: Create common code for initialising libflash componentsCyril Bur1-0/+8
2015-08-28libflash: Return a pointer to internal structure.Cyril Bur1-1/+5
2015-07-07libflash: Add support for Macronix 128Mb flash chipsJeremy Kerr1-0/+1
2015-06-23libflash/blocklevel: add blocklevel flags.Cyril Bur1-0/+1
2015-06-23libflash/ecc: Simplify and cleanup ecc code.Cyril Bur1-13/+14
2015-06-09libflash: Add checking at blocklevel for erase block aligned erase lengthsCyril Bur1-0/+1
2015-06-09libflash: start using the blocklevel interface.Cyril Bur1-32/+51
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 Bur1-0/+1
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
2015-03-17libflash: Improved ECC interfaceCyril Bur1-2/+74
2015-03-04libflash: Ensure temporary buffer is freedJoel Stanley1-1/+1
2015-03-03sparse: libflash_debug is unusedCédric Le Goater1-0/+2
2015-02-26libflash: move ffs_flash_read into libflashJeremy Kerr1-0/+55
2014-10-30libflash: Update from pflash-0.8.6Benjamin Herrenschmidt1-29/+68
2014-10-15libflash: Sync with pflash 0.8.3Benjamin Herrenschmidt1-26/+49
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+636