diff packages/io/nand/current/ChangeLog @ 3390:9b8c245fbdef

io/nand include/nand_ecc.h src/nand.c tests/...: Split out ecc init function into init_rd and init_wr for hardware which needs it; create CYG_NAND_ECC_ALG_HW3 to instantiate, and backwards-compatibly fix up the previous instantiation macros.
author Ross Younger <wry@ecoscentric.com>
date Sun, 05 Oct 2014 20:04:07 +1300
parents 1ee7927cc736
children 46870ac5c312
line wrap: on
line diff
--- a/packages/io/nand/current/ChangeLog
+++ b/packages/io/nand/current/ChangeLog
@@ -2,6 +2,11 @@ 2014-10-05  Ross Younger  <wry@ecoscentr
 
 	* include/nand.h: Create CYG_NAND_BYTES_PER_BLOCK so this
 	computation need only be coded in one place.
+	* include/nand_ecc.h src/nand.c
+	tests/nand_eccequiv.c tests/nand_sweccwalk.c tests/nandunit.c:
+	Split out ecc init function into init_rd and init_wr for hardware
+	which needs it; create CYG_NAND_ECC_ALG_HW3 to instantiate, and
+	backwards-compatibly fix up the previous instantiation macros.
 
 2014-09-27  Ross Younger  <wry@ecoscentric.com>
 	* cdl/nand.cdl src/nand.c tests/nand_readlimits.c