public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/io/flash/current ChangeLog src/f ...
@ 2008-11-18  1:58 jlarmour
  0 siblings, 0 replies; 17+ messages in thread
From: jlarmour @ 2008-11-18  1:58 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2008-11-18 01:57:59

Modified files:
	packages/io/flash/current: ChangeLog 
	packages/io/flash/current/src: flash.c 

Log message:
	* src/flash.c (cyg_flash_init): Allow repeated calls to
	change the printf function for all devices. There are
	times you don't any output, eg you are downloading an
	image over the serial port.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* ecos/packages/io/flash/current ChangeLog src/f ...
@ 2010-05-15 16:43 jlarmour
  0 siblings, 0 replies; 17+ messages in thread
From: jlarmour @ 2010-05-15 16:43 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2010-05-15 16:43:56

Modified files:
	packages/io/flash/current: ChangeLog 
	packages/io/flash/current/src: flashiodev.c 

Log message:
	* src/flashiodev.c (flashiodev_lookup): Fix wrong code execution if
	CYGFUN_IO_FLASH_BLOCK_FROM_FIS is enabled and
	CYGFUN_IO_FLASH_BLOCK_FROM_DEVOFFSET is disabled.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* ecos/packages/io/flash/current ChangeLog src/f ...
@ 2006-02-25 14:07 asl
  0 siblings, 0 replies; 17+ messages in thread
From: asl @ 2006-02-25 14:07 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2006-02-25 14:07:43

Modified files:
	packages/io/flash/current: ChangeLog 
	packages/io/flash/current/src: flash.c 

Log message:
	* src/flash.c (flash_init): Allow repeat calls change the function
	used for printing. There are times you don't any output, eg you
	are downloading am image over the serial port.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* ecos/packages/io/flash/current ChangeLog src/f ...
@ 2004-09-30 18:09 asl
  0 siblings, 0 replies; 17+ messages in thread
From: asl @ 2004-09-30 18:09 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Branch: 	flash_v2
Changes by:	asl@sourceware.org	2004-09-30 18:09:21

Modified files:
	packages/io/flash/current: ChangeLog 
	packages/io/flash/current/src: flash.c legacy_dev.c 

Log message:
	* src/flash.c: Offset into the block is not calculated correctly
	when the flash start is not aligned on a flash block.
	* src/legacy_dev.c (legacy_flash_read): Fixed typo.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* ecos/packages/io/flash/current ChangeLog src/f ...
@ 2004-09-14 16:04 asl
  0 siblings, 0 replies; 17+ messages in thread
From: asl @ 2004-09-14 16:04 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Branch: 	flash_v2
Changes by:	asl@sourceware.org	2004-09-14 16:04:54

Modified files:
	packages/io/flash/current: ChangeLog 
	packages/io/flash/current/src: flash.c legacy_dev.c 

Log message:
	* src/flash.c (cyg_flash_init): Add assert checking that the
	end address matches the block information.
	* src/legacy_dev.c (legacy_flash_init): Ensure that the end
	address is the last valid address, not the first invalid address.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* ecos/packages/io/flash/current ChangeLog src/f ...
@ 2004-09-09 13:11 asl
  0 siblings, 0 replies; 17+ messages in thread
From: asl @ 2004-09-09 13:11 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Branch: 	flash_v2
Changes by:	asl@sourceware.org	2004-09-09 13:11:47

Modified files:
	packages/io/flash/current: ChangeLog 
	packages/io/flash/current/src: flash.c 

Log message:
	* src/flash.c: Support flash blocks of arbitary size. The
	DataFlash devices for example have block of 528 bytes.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* ecos/packages/io/flash/current ChangeLog src/f ...
@ 2004-08-21 11:53 asl
  0 siblings, 0 replies; 17+ messages in thread
From: asl @ 2004-08-21 11:53 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Branch: 	flash_v2
Changes by:	asl@sourceware.org	2004-08-21 11:53:42

Modified files:
	packages/io/flash/current: ChangeLog 
	packages/io/flash/current/src: flashiodev.c 

Log message:
	* src/flashiodev.c Ordering problem again. If an invalid name is
	configured the lookup would fail and it then was impossible to do
	a cyg_io_config_set. Lookup cannot fail because the name does not
	exist in FIS.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* ecos/packages/io/flash/current ChangeLog src/f ...
@ 2004-08-16  8:33 asl
  0 siblings, 0 replies; 17+ messages in thread
From: asl @ 2004-08-16  8:33 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Branch: 	flash_v2
Changes by:	asl@sourceware.org	2004-08-16 08:33:42

Modified files:
	packages/io/flash/current: ChangeLog 
	packages/io/flash/current/src: flash.c flashiodev.c 

Log message:
	* src/flash.c: Make the flock lock/unlock code compile without
	warnings.
	* src/flashiodev.c (flashiodev_lookup): Only initialize the device
	if we have not already been initialized via cyg_set_config().
	This stopped redboots mount -f working.
	* src/flashiodev.c (flashiodev_lookup): Moved most of the
	flashiodev_init into this new function. This fixed the ordering
	issue with redboot startup. When doing a FIS name lookup in
	flashiodev_init, redboot was not yet nitialised so lookup
	failed. Moving this into flashiodev_lookup solves this problem.
	Its now possible for redboot to mount the jffs2 filesystem with
	-d /dev/flash1.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* ecos/packages/io/flash/current ChangeLog src/f ...
@ 2004-08-12 18:57 asl
  0 siblings, 0 replies; 17+ messages in thread
From: asl @ 2004-08-12 18:57 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Branch: 	flash_v2
Changes by:	asl@sourceware.org	2004-08-12 18:57:38

Modified files:
	packages/io/flash/current: ChangeLog 
	packages/io/flash/current/src: flashiodev.c 

Log message:
	* src/flashiodev.c (flashiodev_lookup): Moved most of the
	flashiodev_init into this new function. This fixed the ordering
	issue with redboot startup. When doing a FIS name lookup in
	flashiodev_init, redboot was not yet initialized so lookup
	failed. Moving this into flashiodev_lookup solves this problem.
	Its now possible for redboot to mount the jffs2 filesystem with
	-d /dev/flash1.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* ecos/packages/io/flash/current ChangeLog src/f ...
@ 2004-08-06 11:18 asl
  0 siblings, 0 replies; 17+ messages in thread
From: asl @ 2004-08-06 11:18 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Branch: 	flash_v2
Changes by:	asl@sourceware.org	2004-08-06 11:18:34

Modified files:
	packages/io/flash/current: ChangeLog 
	packages/io/flash/current/src: flashiodev.c 

Log message:
	* src/flashiodev.c: Fix typo in macro and configuration options


^ permalink raw reply	[flat|nested] 17+ messages in thread

* ecos/packages/io/flash/current ChangeLog src/f ...
@ 2004-06-20 12:46 asl
  0 siblings, 0 replies; 17+ messages in thread
From: asl @ 2004-06-20 12:46 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-06-20 12:46:17

Modified files:
	packages/io/flash/current: ChangeLog 
	packages/io/flash/current/src: flash.c 

Log message:
	Don't check if the flash is write protected before performing a read.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* ecos/packages/io/flash/current ChangeLog src/f ...
@ 2004-04-29  6:37 jlarmour
  0 siblings, 0 replies; 17+ messages in thread
From: jlarmour @ 2004-04-29  6:37 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2004-04-29 06:37:56

Modified files:
	packages/io/flash/current: ChangeLog 
	packages/io/flash/current/src: flashiodev.c 

Log message:
	* src/flashiodev.c: When checking flash upper bound, allow for end
	of flash at 0xffffffff.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* ecos/packages/io/flash/current ChangeLog src/f ...
@ 2003-12-01 14:34 gthomas
  0 siblings, 0 replies; 17+ messages in thread
From: gthomas @ 2003-12-01 14:34 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	gthomas@sourceware.org	2003-12-01 14:34:00

Modified files:
	packages/io/flash/current: ChangeLog 
	packages/io/flash/current/src: flashiodev.c 

Log message:
	Specify flash block device names at runtime - from David Woodhouse


^ permalink raw reply	[flat|nested] 17+ messages in thread

* ecos/packages/io/flash/current ChangeLog src/f ...
@ 2003-11-25  9:05 asl
  0 siblings, 0 replies; 17+ messages in thread
From: asl @ 2003-11-25  9:05 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2003-11-25 09:05:31

Modified files:
	packages/io/flash/current: ChangeLog 
	packages/io/flash/current/src: flash.c 

Log message:
	* src/flash.c: gcc 3.x vs gcc 2.x problems.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* ecos/packages/io/flash/current ChangeLog src/f ...
@ 2003-11-24 11:39 asl
  0 siblings, 0 replies; 17+ messages in thread
From: asl @ 2003-11-24 11:39 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2003-11-24 11:38:59

Modified files:
	packages/io/flash/current: ChangeLog 
	packages/io/flash/current/src: flashiodev.c 

Log message:
	* src/flashiodev.c (flashiodev_bwrite): Use flash_read rather than
	directly doing a memcpy.


^ permalink raw reply	[flat|nested] 17+ messages in thread

* ecos/packages/io/flash/current ChangeLog src/f ...
@ 2003-10-08 19:36 gthomas
  0 siblings, 0 replies; 17+ messages in thread
From: gthomas @ 2003-10-08 19:36 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	gthomas@sourceware.org	2003-10-08 19:36:25

Modified files:
	packages/io/flash/current: ChangeLog 
	packages/io/flash/current/src: flash.c 

Log message:
	Fix compile error


^ permalink raw reply	[flat|nested] 17+ messages in thread

* ecos/packages/io/flash/current ChangeLog src/f ...
@ 2003-03-19 14:14 gthomas
  0 siblings, 0 replies; 17+ messages in thread
From: gthomas @ 2003-03-19 14:14 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	gthomas@sourceware.org	2003-03-19 14:14:57

Modified files:
	packages/io/flash/current: ChangeLog 
	packages/io/flash/current/src: flashiodev.c 

Log message:
	Fix compile/syntax error - from Thomas Koeller


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2010-05-15 16:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-18  1:58 ecos/packages/io/flash/current ChangeLog src/f jlarmour
  -- strict thread matches above, loose matches on Subject: below --
2010-05-15 16:43 jlarmour
2006-02-25 14:07 asl
2004-09-30 18:09 asl
2004-09-14 16:04 asl
2004-09-09 13:11 asl
2004-08-21 11:53 asl
2004-08-16  8:33 asl
2004-08-12 18:57 asl
2004-08-06 11:18 asl
2004-06-20 12:46 asl
2004-04-29  6:37 jlarmour
2003-12-01 14:34 gthomas
2003-11-25  9:05 asl
2003-11-24 11:39 asl
2003-10-08 19:36 gthomas
2003-03-19 14:14 gthomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).