aboutsummaryrefslogtreecommitdiff
path: root/libflash/blocklevel.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-06libflash/blocklevel: suppress debug printoutStewart Smith1-1/+0
2017-08-15libflash/blocklevel: Fix theoretical use after free (CID 145924)Cyril Bur1-0/+1
2017-08-01libflash: Adding debugging outputCyril Bur1-7/+57
2017-04-07libflash/blocklevel: Add blocklevel_smart_erase()Cyril Bur1-1/+121
2017-01-10libflash: fix integer type in printfPatrick Williams1-1/+1
2016-11-02core/flash: Don't do anything clever for OPAL_FLASH_{READ, WRITE, ERASE}Cyril Bur1-18/+44
2016-10-11libflash/blocklevel: Allow double ecc protecting a regionCyril Bur1-38/+76
2016-08-02flash: Make size 64 bit safeMichael Neuling1-11/+13
2016-01-15libflash/blocklevel: Add keep_alive parameterCyril Bur1-6/+64
2015-09-07libflash/blocklevel: Smarten up blocklevel_smart_write()Cyril Bur1-3/+40
2015-08-28libflash/blocklevel: Fix blocklevel read ECC failure return codeCyril Bur1-1/+4
2015-08-26Fix spelling mistakesStewart Smith1-1/+1
2015-06-23libflash/blocklevel: add a smart write function which wraps up eraseing and w...Cyril Bur1-0/+71
2015-06-23libflash/blocklevel: Extend the block level to be able to do eccCyril Bur1-11/+167
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 Bur1-0/+10
2015-06-09libflash: introduce blocklevel interfaceCyril Bur1-0/+51