nand-ecoscentric

log

age author description
2010-05-17 Ross Younger synth nand: implement CYGSEM_NAND_SYNTH_ALLOW_MULTIPLE_WRITESdefault tip
2010-05-14 Ross Younger Merge from anoncvs
2010-05-11 jlarmour * include/string.h: Declare strnlen.
2010-05-10 jld * kernel/current/src/common/thread.cxx,
2010-05-07 Ross Younger Update stm3210e nand eccwalk test
2010-05-07 Ross Younger ea2468: Update nand for changes to k9 family driver
2010-05-07 Ross Younger New package - devs/nand/arm/at91sam9
2010-05-07 Ross Younger Update samsung_k9 to latest version
2010-05-07 Ross Younger New package devs/nand/micron_mt29
2010-05-07 Ross Younger Update NAND to latest
2010-05-07 Ross Younger Merge from anoncvs
2010-04-23 jld * src/net/dns.c: Initialise DNS domain with an empty string to avoid
2010-04-01 jld * include/objelf.h: Add missed entry to CYG_LDR_TABLE_KAPI_MUTEX
2010-03-29 sergeig * src/ramfs.c (add_direntry): Fix directory file name corruption
2010-03-26 sergeig * cdl/io_flash.cdl: Fix display string for CYGSEM_IO_FLASH_LEGACY_API
2010-03-26 sergeig * cdl/io_flash.cdl: Fix "requires" constraint on
2010-03-26 sergeig * src/devs_flash_atmel_dataflash.c: Correct bad sector count for
2010-03-10 sergeig * src/romfs.c: file name comparison was broken for two files
2010-02-25 jld * packages/kernel/current/doc/kernel.sgml: Indicate that cyg_alarm_initialize()
2010-02-17 jld * introduction.sgml: Mention PPP, lwIP and uSTL. Mention
2010-02-17 jld * standalone/common/ecosconfig.cxx: Fix compilation on recent Cygwin hosts
2010-02-14 jld * NEWS: Add lwIP TCP/IP stack update to v1.3.2.
2010-02-07 jld * cdl/lwip_net.cdl: Rename CFLAGS_ADD and CFLAGS_REMOVE options to match
2010-01-29 jld * include/instrmnt.h: Add instrumentation macros for event flags and
2010-01-26 jld * net/lwip_tcpip/current/*: Major update of lwIP TCP/IP stack to version 1.3.2.
2010-01-17 jld * src/flashiodevlegacy.c: Specify flash block device lengths correctly
2010-01-14 jld * include/can.h: EOF footer: s/SERIAL/CAN/.
2009-11-30 Ross Younger Drop duplicated stanza
2009-11-30 Ross Younger Merge from anoncvs
2009-11-17 jld * standalone/wxwin/packagesdlg.cpp: Fix the selection of a new package
2009-11-13 jld * ecosadmin.tcl: Keep target records containing removed packages by
2009-11-19 Ross Younger redboot NAND support: update to nand app interface v2
2009-11-19 Ross Younger NAND: application interface v2: functions take partition-relative addresses.
2009-11-17 Ross Younger redboot NAND: add `nand badblocks' subcommand
2009-11-17 Ross Younger NAND: cosmetic messages fix
2009-11-13 Ross Younger nand_bbt.c: Fix logic error on initial scan (introduced 2009-11-09)
2009-11-13 Ross Younger erase_bbt_dangerous: build fix for non-default config
2009-11-13 Ross Younger Further refine CYGSEM_IO_NAND_USE_BBT, drop the relevant parts of the struct when not enabled.
2009-11-13 Ross Younger Fix fencepost error in erasenand.c
2009-11-13 Ross Younger synth nand: don't provide BBT data if it's not called for
2009-11-13 Ross Younger st nand: don't provide bbt_data if it isn't called for
2009-11-13 Ross Younger k9 nand: don't provide bbt data when it isn't required
2009-11-13 Ross Younger stm3210e nand: build fix for minimal configs
2009-11-12 Ross Younger NAND drivers: Tidy up bigendian detections
2009-11-12 Ross Younger stm3210e: Add NAND i/o speed heuristic
2009-11-10 Ross Younger ea lpc2468 nand: Tune the EMC timings to speed up NAND access
2009-11-10 Ross Younger ea lpc2468 nand: Add heuristic to improve i/o throughput
2009-11-10 Ross Younger ea_lpc2468_nand.c: Fix interrupt-mode brokenness when the debug level was low.
2009-11-09 Ross Younger stm3210e: update for NAND interface changes. Add -Werror to the HAL by default.
2009-11-06 Ross Younger ea_lpc2468: use new fast ECC alg
2009-11-10 Ross Younger NAND: Add timing instrumentation hooks (disabled by default)
2009-11-10 Ross Younger NAND bbt: fix internal race
2009-11-10 Ross Younger NAND: Speed up software ECC checking phase
2009-11-09 Ross Younger st nand: add read_part_page support, tidy a little
2009-11-09 Ross Younger k9 nand: add read_part_page function, tidy a little
2009-11-09 Ross Younger synth nand: implement read_part_page
2009-11-09 Ross Younger NAND: Add device read_part_page function
2009-11-09 Ross Younger NAND: Cope with finding only one BBT copy; rationalise BBT finding code
2009-11-09 Ross Younger NAND: Drop poorly-conceived ecc sub-stride support
2009-11-09 Ross Younger NAND: test part-page reads