| Thu, 12 Nov 2009 17:00:56 +0000 |
Ross Younger |
NAND drivers: Tidy up bigendian detections
|
| Thu, 12 Nov 2009 15:18:59 +0000 |
Ross Younger |
stm3210e: Add NAND i/o speed heuristic
|
| Tue, 10 Nov 2009 18:13:51 +0000 |
Ross Younger |
ea lpc2468 nand: Tune the EMC timings to speed up NAND access
|
| Tue, 10 Nov 2009 18:12:16 +0000 |
Ross Younger |
ea lpc2468 nand: Add heuristic to improve i/o throughput
|
| Tue, 10 Nov 2009 12:04:36 +0000 |
Ross Younger |
ea_lpc2468_nand.c: Fix interrupt-mode brokenness when the debug level was low.
|
| Mon, 09 Nov 2009 13:26:24 +0000 |
Ross Younger |
stm3210e: update for NAND interface changes. Add -Werror to the HAL by default.
|
| Fri, 06 Nov 2009 17:54:20 +0000 |
Ross Younger |
ea_lpc2468: use new fast ECC alg
|
| 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
|
| Tue, 10 Nov 2009 15:44:29 +0000 |
Ross Younger |
NAND: Speed up software ECC checking phase
|
| Mon, 09 Nov 2009 16:33:25 +0000 |
Ross Younger |
st nand: add read_part_page support, tidy a little
|
| Mon, 09 Nov 2009 16:33:21 +0000 |
Ross Younger |
k9 nand: add read_part_page function, tidy a little
|
| Mon, 09 Nov 2009 16:26:29 +0000 |
Ross Younger |
synth nand: implement read_part_page
|
| Mon, 09 Nov 2009 16:26:29 +0000 |
Ross Younger |
NAND: Add device read_part_page function
|
| Mon, 09 Nov 2009 15:07:23 +0000 |
Ross Younger |
NAND: Cope with finding only one BBT copy; rationalise BBT finding code
|
| Mon, 09 Nov 2009 15:06:22 +0000 |
Ross Younger |
NAND: Drop poorly-conceived ecc sub-stride support
|
| Mon, 09 Nov 2009 15:06:22 +0000 |
Ross Younger |
NAND: test part-page reads
|
| 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
|
| Fri, 06 Nov 2009 17:53:37 +0000 |
Ross Younger |
Make synth NAND use fast ECC
|
| Fri, 06 Nov 2009 17:52:49 +0000 |
Ross Younger |
NAND: Create software ECC equivalence test
|
| Fri, 06 Nov 2009 17:52:17 +0000 |
Ross Younger |
NAND: Completely rewrite software ECC. A modest code increase (about 500 bytes) is a small price to pay for a massive speedup (measured at 3x on lpc2468, 21x on AMD64 on the desktop...)
|
| Fri, 06 Nov 2009 11:55:16 +0000 |
Ross Younger |
devs/nand/st: doc: Remove link to cortexm HAL.
|
| Fri, 06 Nov 2009 11:47:06 +0000 |
alexs |
* Added missing closing tags
|
| Thu, 05 Nov 2009 10:34:26 +0000 |
Ross Younger |
add CYGPKG_DEVS_NAND_SYNTH to synth (linux) target
|
| Wed, 09 Sep 2009 15:30:21 +0100 |
Ross Younger |
Fix copyright on Simon's work
|
| Tue, 03 Nov 2009 14:37:12 +0000 |
Ross Younger |
synth nand: restore PNGs, missing from import
|
| Wed, 28 Oct 2009 15:56:47 +0000 |
Ross Younger |
stm3210e HAL: implement POLL_INTERVAL switch
|
| Wed, 28 Oct 2009 15:18:49 +0000 |
Ross Younger |
stm3210e HAL: implement hardware ECC, add eccwalk test
|
| Wed, 28 Oct 2009 15:16:22 +0000 |
Ross Younger |
stm3210e HAL: add a nop to work around a setup timing issue when optimised
|
| Thu, 10 Sep 2009 14:57:52 +0000 |
wry |
update ecos.db targets: add K9 to ea2468, nandxxxx3a to stm3210e_eval
|
| Thu, 29 Oct 2009 13:21:23 +0000 |
Ross Younger |
NAND: cosmetic messages fix
|
| Wed, 28 Oct 2009 16:28:12 +0000 |
Ross Younger |
NAND: make rwbenchmark check its work
|
| Wed, 28 Oct 2009 15:12:01 +0000 |
Ross Younger |
NAND: update doc for recent changes; document ECC alg interface
|
| Wed, 28 Oct 2009 15:11:33 +0000 |
Ross Younger |
NAND: add sweccwalk test
|
| 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
|
| Wed, 28 Oct 2009 14:58:16 +0000 |
Ross Younger |
/devs/nand/st/nandxxxx3a: update to driver v2
|
| Tue, 20 Oct 2009 14:15:21 +0000 |
wry |
nand_synth.c: Update to interface v2.
|
| Fri, 09 Oct 2009 14:25:44 +0000 |
wry |
Update samsung k9 driver to v2.
|
| 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, 28 Sep 2009 16:49:39 +0000 |
wry |
NAND/synth tests: Don't put large arrays on stack. (#1000826)
|
| Thu, 24 Sep 2009 14:31:47 +0000 |
alexs |
* Fixed more "jade" syntax issues
|
| Thu, 24 Sep 2009 13:22:04 +0000 |
wry |
Fix doc links (Jade is broken! Why can't you xref with a linkend pointing to a refsect?)
|
| Thu, 24 Sep 2009 11:55:17 +0000 |
alexs |
* Fixed syntax so jade does not barf
|
| Fri, 18 Sep 2009 11:15:38 +0000 |
wry |
pull from git: test case for 1000821
|
| Fri, 18 Sep 2009 11:14:06 +0000 |
Ross Younger |
nand doc enhandements
|
| Thu, 10 Sep 2009 14:22:48 +0000 |
wry |
move bbt and multipagebbt to synth nand
|
| Thu, 10 Sep 2009 14:18:20 +0000 |
wry |
nand k9 doc now in its own package
|
| Fri, 31 Jul 2009 17:01:34 +0000 |
bartv |
Add support for counting block erase and page write operations, to
|
| Mon, 02 Nov 2009 18:32:33 +0000 |
Ross Younger |
Fix import: missed docs (synth nand, ST nand); patch ST nand into ecos.db
|
| Mon, 02 Nov 2009 16:35:28 +0000 |
Ross Younger |
import RedBoot NAND support patch as of 20090826
|
| Mon, 02 Nov 2009 16:34:46 +0000 |
Ross Younger |
import anoncvs STM3210e NAND support patch as of 20090826
|
| Mon, 02 Nov 2009 16:34:08 +0000 |
Ross Younger |
Import anoncvs ea2468 NAND support patch as of 20090826
|
| Mon, 02 Nov 2009 16:30:33 +0000 |
Ross Younger |
Import anoncvs-based NAND and device drivers to 20090826
|
| Tue, 27 Oct 2009 10:35:02 +0000 |
alexs |
* Added execute permissions to files missed in conversion from CVS
|
| Tue, 27 Oct 2009 10:35:02 +0000 |
nickg |
* include/var_io.h: Minor corrections to the FSMC register defs.
|
| Sun, 18 Oct 2009 08:33:41 +0000 |
jld |
* cdl/ser_loop.cdl: Remove irrelevant testing parameters which prevent the
|
| Fri, 16 Oct 2009 08:28:01 +0000 |
jld |
* hal/arm/xscale/*/current/cdl/*.cdl: Fix CDL parenting.
|
| Fri, 09 Oct 2009 13:53:09 +0000 |
jld |
* services/objloader/current/src/objloader.c,
|
| Tue, 06 Oct 2009 12:34:55 +0000 |
jld |
* include/cyg_type.h: Changed definition of macro
|
| Tue, 06 Oct 2009 12:31:50 +0000 |
jld |
* doc/ustl.sgml: Removed cout.flush() from example and from note.
|
| Sun, 04 Oct 2009 12:48:57 +0000 |
jld |
* cdl/instrument.cdl: Add CYGDBG_KERNEL_INSTRUMENT_MLQ option. Issue
|
| Fri, 25 Sep 2009 07:55:36 +0000 |
jld |
* common/eCosTestPlatform.cpp (CeCosTestPlatform::LoadFromDir): Use PATH_MAX
|
| Wed, 23 Sep 2009 14:28:48 +0000 |
gthomas |
DHCP parsing improvement/bugfix from Jay Foster <jay@systech.com>
|
| Thu, 10 Sep 2009 08:24:47 +0000 |
jld |
* src/sys/netinet/tcp_input.c,
|
| Mon, 07 Sep 2009 20:05:33 +0000 |
jld |
* cdl/eth_drivers.cdl: Added the suppress option for the compiler flags.
|
| Tue, 01 Sep 2009 21:56:31 +0000 |
bartv |
Fix mingw detection
|
| Sun, 30 Aug 2009 17:28:19 +0000 |
jld |
* include/*.h: Move all headers to include/ustl/ except ustl.h and
|
| Thu, 27 Aug 2009 09:00:11 +0000 |
jld |
* doc/sgml/doclist: Add uSTL documentation.
|
| Wed, 26 Aug 2009 09:45:18 +0000 |
nickg |
* cdl/spi_stm32.cdl: added testcase.
|
| Wed, 26 Aug 2009 09:43:11 +0000 |
nickg |
* src/adc_stm32.c:
|
| Wed, 26 Aug 2009 06:54:11 +0000 |
jld |
* include/crc.h, src/crc16.c: Add cyg_crc16_accumulate() to continue a
|
| Mon, 24 Aug 2009 11:37:04 +0000 |
jld |
* doc/kernel.sgml: Use "reinterpret_cast" throughout the C++ thread
|
| Mon, 24 Aug 2009 06:46:33 +0000 |
jld |
* src/bktrace.cpp: prevent inclusion of host header <execinfo.h> (eCos builds
|
| Sun, 23 Aug 2009 13:07:45 +0000 |
bartv |
Allow synthetic target host-side to build on 64-bit Linux boxes.
|
| Sun, 23 Aug 2009 11:45:12 +0000 |
bartv |
Default to gcc -m32 when building synth on a 64-bit box.
|
| Sun, 23 Aug 2009 11:39:59 +0000 |
bartv |
Sort out balloon help for transient widgets.
|
| Sun, 23 Aug 2009 11:34:45 +0000 |
bartv |
Add rename() and unlink() system calls.
|
| Sun, 23 Aug 2009 11:31:06 +0000 |
bartv |
Sort out locking and remove unnecessary system call.
|
| Thu, 20 Aug 2009 17:00:30 +0000 |
jld |
* ecos.db: Add uSTL library package record.
|
| Thu, 20 Aug 2009 16:09:18 +0000 |
jld |
* cdl/stdio.cdl Added option CYGIMP_LIBC_STDIO_C99_SNPRINTF for activation
|
| Mon, 17 Aug 2009 14:44:16 +0000 |
bartv |
Add support for a .eh_frame_hdr section
|
| Tue, 11 Aug 2009 16:00:29 +0000 |
bartv |
Add TLS support to avoid problems with gcc -fstack-protector
|
| Mon, 10 Aug 2009 09:50:51 +0000 |
nickg |
* include/var_io.h: Added more register definitions for FSMC
|
| Fri, 07 Aug 2009 19:21:20 +0000 |
jlarmour |
Update copyright years for last commit
|
| Fri, 07 Aug 2009 19:20:30 +0000 |
jlarmour |
* src/common/vsnprintf.cxx (class Cyg_VsnprintfStream):
|
| Fri, 07 Aug 2009 09:22:55 +0000 |
nickg |
* cdl/hal_powerpc.cdl: Add CYGHWR_HAL_POWERPC_BOOK_E_FIXED_VECTORS
|
| Wed, 22 Jul 2009 19:17:14 +0000 |
jld |
* include/sys/cdefs.h: Silence undefined macro warning reported by Jay Foster.
|
| Wed, 15 Jul 2009 15:01:17 +0000 |
jld |
* src/if_8139.c: Add 0x1186/0x1300 for D-Link DFE-530TX+ PCI card.
|
| Tue, 14 Jul 2009 15:03:21 +0000 |
jld |
* ecos.db: Add CYGPKG_IO_USB and CYGPKG_IO_USB_SLAVE hardware packages to
|
| Thu, 09 Jul 2009 07:09:40 +0000 |
jld |
* include/var_io.h: Fix CYGARC_HAL_LPC24XX_REG_FIO3DIR definition
|
| Sat, 04 Jul 2009 16:55:36 +0000 |
jld |
* Fix date in ChangeLog
|
| Fri, 03 Jul 2009 16:31:56 +0000 |
jld |
* devs/flash/arm/at91/current/src/at91_flash.c: Enable use of the second
|
| Fri, 03 Jul 2009 14:49:44 +0000 |
jld |
* cdl/objloader.cdl, src/objelf.c, src/relocate_ppc.c,
|
| Fri, 03 Jul 2009 12:40:25 +0000 |
jld |
* src/ifaddrs.c (getifaddrs): If socket() call for IPv6 fails, a stray pointer
|
| Wed, 01 Jul 2009 18:52:09 +0000 |
jld |
* tests/flashdev.c: Compiler warning cleanup. [ Bugzilla 1000643 ]
|
| Thu, 25 Jun 2009 10:30:59 +0000 |
nickg |
Add support for memalloc heaps in RedBoot.
|
| Sat, 13 Jun 2009 15:02:52 +0000 |
asl |
* Fix the a problem in the kernel delay_us, if the PIT is
|
| Sat, 13 Jun 2009 15:02:30 +0000 |
asl |
* Fix the the problem of switching the PCM-settings if
|
| Wed, 10 Jun 2009 20:56:06 +0000 |
jld |
* src/hal_diag.c: workaround for a suppressing a compiler warning,
|
| Mon, 08 Jun 2009 15:46:34 +0000 |
nickg |
Add Book E architecture support. See the ChangeLog for full details.
|
| Wed, 03 Jun 2009 20:56:34 +0000 |
bartv |
Add requires for CYGPKG_IO
|
| Wed, 03 Jun 2009 15:45:10 +0000 |
bartv |
Add #include <cyg/infra/cyg_type.h> to <sys/stat.h> for __externC
|
| Mon, 25 May 2009 19:35:59 +0000 |
jld |
* src/if_lancepci.c: Fix casting in the use of HAL_PCI_CPU_TO_BUS().
|
| Mon, 25 May 2009 13:52:26 +0000 |
jld |
* include/var_io.h: Provide additional SPI status register defines as
|
| Thu, 21 May 2009 15:06:02 +0000 |
jld |
* src/mibgroup/mibII/helpers.c (cyg_snmp_get_if): Rewrite it so that
|
| Wed, 20 May 2009 08:14:31 +0000 |
asl |
* include/var_io.h (HAL_ARM_AT91_GPIO_MULTIDRAIN): Add a macro to
|
| Thu, 14 May 2009 18:26:53 +0000 |
jld |
* src/common/thread.cxx: Use the Cyg_Scheduler::get_current_thread()
|
| Wed, 13 May 2009 08:21:34 +0000 |
jld |
* include/sys/types.h, include/limits.h: Fixed typo in
|
| Sun, 10 May 2009 14:13:13 +0000 |
jld |
* NEWS: Added PDCurses port by Sergei Gavrikov.
|
| Sun, 10 May 2009 08:29:53 +0000 |
jld |
* ecos.db, services/curses/pdcurses/current/*: Initial check-in of
|
| Tue, 28 Apr 2009 13:06:11 +0000 |
jld |
* fs/fat/current/cdl/fatfs.cdl, fs/jffs2/current/cdl/jffs2.cdl,
|
| Tue, 21 Apr 2009 16:05:43 +0000 |
bartv |
Fix a couple of typos
|
| Tue, 21 Apr 2009 15:49:19 +0000 |
bartv |
Fix a couple of typos
|
| Tue, 21 Apr 2009 15:40:08 +0000 |
bartv |
Fix 16as8 macros
|
| Tue, 21 Apr 2009 10:13:26 +0000 |
bartv |
Fix 16as8 macros
|
| Mon, 20 Apr 2009 11:19:16 +0000 |
asl |
* src/net/tcp.c (__tcp_abort): Ensure the connection is closed
|
| Fri, 17 Apr 2009 12:39:02 +0000 |
nickg |
* src/hal_diag.c (hal_stm32_serial_getc_timeout): Fix for higher
|
| Fri, 17 Apr 2009 12:37:48 +0000 |
nickg |
* src/stm32_flash.c:
|
| Fri, 03 Apr 2009 09:32:24 +0000 |
jld |
* src/flash.c: Fix compilation warnings when redundant FIS is selected.
|