log packages/io/nand/current/src/nand.c @ 3403:8c8767bb9a62 default tip

age author description
Sat, 06 Dec 2014 13:13:54 +1300 Ross Younger io/nand: Add mechanism for devices to provide partition geometry later than device init time
Mon, 20 Oct 2014 21:06:39 +1300 Ross Younger io/nand: Create internal nandi_write_page_raw_explicit_ecc interface for use by test programs.
Sun, 05 Oct 2014 20:04:07 +1300 Ross Younger 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.
Sat, 27 Sep 2014 12:35:37 +1200 Ross Younger io/nand include/nand_internal.h: Create header to expose internal functions to NAND drivers.
Sat, 27 Sep 2014 12:35:37 +1200 Ross Younger io/nand: Add CYGINT_IO_NAND_TEST_PARTITION to specify which partition the tests should use.
Fri, 26 Sep 2014 22:27:05 +1200 Ross Younger io/nand src/nand.c: Cope with gcc being pickier than it used to.
Sat, 21 Jun 2014 22:52:44 +1200 Ross Younger cdl/nand.cdl src/nand.c utils/erasenand.c: Create CYGSEM_IO_NAND_ALLOW_ERASE_WORNBAD.
Fri, 28 Jun 2013 20:12:02 +0100 Jonathan Larmour io/nand: nand.c (nandi_read_whole_page_raw): Remove unused var 'step'.
Thu, 21 Jul 2011 19:14:52 +0100 Jonathan Larmour * src/nand.c (valid_page_addr): Silence signed/unsigned warning.
Fri, 09 Jul 2010 13:41:05 +0100 Ross Younger nand.c: Fix name of cyg_nandp_bbt_markbad_pageaddr to match header.
Tue, 12 Aug 2014 20:34:50 +1200 Ross Younger Fix bit rot: make nand package build with recent gcc
Fri, 07 May 2010 11:49:10 +0100 Ross Younger Update NAND to latest
Thu, 19 Nov 2009 15:50:03 +0000 Ross Younger NAND: application interface v2: functions take partition-relative addresses.
Tue, 17 Nov 2009 16:12:10 +0000 Ross Younger NAND: cosmetic messages fix
Fri, 13 Nov 2009 12:36:33 +0000 Ross Younger Further refine CYGSEM_IO_NAND_USE_BBT, drop the relevant parts of the struct when not enabled.
Tue, 10 Nov 2009 18:25:39 +0000 Ross Younger NAND: Add timing instrumentation hooks (disabled by default)
Tue, 10 Nov 2009 15:44:43 +0000 Ross Younger NAND bbt: fix internal race
Mon, 09 Nov 2009 16:26:29 +0000 Ross Younger NAND: Add device read_part_page function
Mon, 09 Nov 2009 15:06:22 +0000 Ross Younger NAND: Drop poorly-conceived ecc sub-stride support
Mon, 09 Nov 2009 15:06:11 +0000 Ross Younger NAND: app interface change: read_page does only whole page, read_part_page does part pages
Thu, 29 Oct 2009 13:21:23 +0000 Ross Younger NAND: cosmetic messages fix
Wed, 28 Oct 2009 15:11:12 +0000 Ross Younger NAND: add CYGBLD_IO_NAND_BUILD_UTILS; tidy bbt code
Wed, 28 Oct 2009 15:10:17 +0000 Ross Younger NAND: implement CYGSEM_IO_NAND_USE_BBT
Fri, 09 Oct 2009 14:25:00 +0000 wry Major update to allow hardware ECC: change driver interface (to "v2" - with CDL marker), expand ECC interface
Mon, 02 Nov 2009 16:30:33 +0000 Ross Younger Import anoncvs-based NAND and device drivers to 20090826