Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-05-04 | libflash/ecc: Remove hand rolled parity asm | Joel Stanley | 1 | -17/+1 |
2018-04-09 | libflash/ecc: Add functions to deal with unaligned ECC memcpy | Cyril Bur | 1 | -17/+230 |
2017-11-20 | libflash: Fix parity calculation on ARM | Oliver O'Halloran | 1 | -1/+1 |
2016-08-02 | flash: Make size 64 bit safe | Michael Neuling | 1 | -7/+8 |
2015-11-13 | libflash: Provide an internal parity implementation, to remove libgcc dependency | Jeremy Kerr | 1 | -1/+17 |
2015-06-23 | libflash/ecc: Simplify and cleanup ecc code. | Cyril Bur | 1 | -18/+33 |
2015-06-16 | libflash: Fix 32-bit ecc build of pflash | Benjamin Herrenschmidt | 1 | -8/+8 |
2015-03-17 | libflash: Improved ECC interface | Cyril Bur | 1 | -10/+57 |
2015-03-05 | libflash: endian fixups for ecc.c | Cyril Bur | 1 | -5/+8 |
2015-03-04 | libflash: whitespace fixups for ecc.c | Cyril Bur | 1 | -6/+6 |
2015-02-26 | libflash: move ecc.h into libflash/ | Jeremy Kerr | 1 | -1/+1 |
2015-02-26 | libflash: Use FL_* logging functions | Jeremy Kerr | 1 | -3/+5 |
2015-02-23 | libffs: Add ECC checking code | Michael Neuling | 1 | -0/+175 |