aboutsummaryrefslogtreecommitdiff
path: root/libflash/ecc.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26SPDX-ify all skiboot codeStewart Smith1-15/+4
2019-02-18libflash/ecc: Fix compilation warningVasant Hegde1-1/+1
2018-05-04libflash/ecc: Remove hand rolled parity asmJoel Stanley1-17/+1
2018-04-09libflash/ecc: Add functions to deal with unaligned ECC memcpyCyril Bur1-17/+230
2017-11-20libflash: Fix parity calculation on ARMOliver O'Halloran1-1/+1
2016-08-02flash: Make size 64 bit safeMichael Neuling1-7/+8
2015-11-13libflash: Provide an internal parity implementation, to remove libgcc dependencyJeremy Kerr1-1/+17
2015-06-23libflash/ecc: Simplify and cleanup ecc code.Cyril Bur1-18/+33
2015-06-16libflash: Fix 32-bit ecc build of pflashBenjamin Herrenschmidt1-8/+8
2015-03-17libflash: Improved ECC interfaceCyril Bur1-10/+57
2015-03-05libflash: endian fixups for ecc.cCyril Bur1-5/+8
2015-03-04libflash: whitespace fixups for ecc.cCyril Bur1-6/+6
2015-02-26libflash: move ecc.h into libflash/Jeremy Kerr1-1/+1
2015-02-26libflash: Use FL_* logging functionsJeremy Kerr1-3/+5
2015-02-23libffs: Add ECC checking codeMichael Neuling1-0/+175