public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2009-03-20  8:34 jld
  0 siblings, 0 replies; 20+ messages in thread
From: jld @ 2009-03-20  8:34 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Branch: 	ecos-v3_0-branch
Changes by:	jld@sourceware.org	2009-03-20 08:34:22

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_cmds.sgml 
	                              redboot_main.sgml 
	packages/redboot/current/src: main.c 

Log message:
	* doc/redboot_cmds.sgml: Add note concerning the termination of ELF downloads
	once all relevant sections have been transferred. [ Bugzilla 1000711 ]
	
	* doc/redboot_main.sgml: Update copyright notice.
	
	* src/main.c (do_baud_rate): Wait for 10s when changing serial baud to
	accommodate terminal emulators which do not provide rapid access to this
	parameter.
	
	* src/main.c (do_version): Tidy RAM availability message. [ Bugzilla 1000712 ]


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2009-03-20  8:32 jld
  0 siblings, 0 replies; 20+ messages in thread
From: jld @ 2009-03-20  8:32 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2009-03-20 08:32:12

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_cmds.sgml 
	                              redboot_main.sgml 
	packages/redboot/current/src: main.c 

Log message:
	* doc/redboot_cmds.sgml: Add note concerning the termination of ELF downloads
	once all relevant sections have been transferred. [ Bugzilla 1000711 ]
	
	* doc/redboot_main.sgml: Update copyright notice.
	
	* src/main.c (do_baud_rate): Wait for 10s when changing serial baud to
	accommodate terminal emulators which do not provide rapid access to this
	parameter.
	
	* src/main.c (do_version): Tidy RAM availability message. [ Bugzilla 1000712 ]


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2006-07-20 20:27 jlarmour
  0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2006-07-20 20:27 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2006-07-20 20:27:47

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_cmds.sgml 
	packages/redboot/current/include: redboot.h 
	packages/redboot/current/src: load.c main.c parse.c 
	packages/redboot/current/src/fs: fileio.c 
	packages/redboot/current/src/net: net_io.c 

Log message:
	* src/fs/fileio.c (do_list): Use getcwd for current directory,
	rather than "." which may not be implemented in the FS.
	* src/parse.c (redboot_exec): Conditionalise use of
	__mem_fault_handler to only be when stubs are included.
	(error_handler): Ditto for this function.
	
	* src/main.c (cyg_start): Conditionalise use of
	__mem_fault_handler to only be when stubs are included.
	(do_go): Ditto.
	(error_handler): Ditto for this function.
	* src/fs/fileio.c (do_mkdir, do_deldir, do_del, do_write): Added
	some extra argument checking to these functions.
	* src/fs/fileio.c (do_mount): Only support -f with "legacy" flash
	block devices.
	Clear mount table on failure.
	(do_move): Silence rename undefined warning.
	(do_write): Silence warnings.
	(do_info): Support longer device names.
	
	* src/decompress.c (ZLIB_COMPRESSION_OVERHEAD):
	Increase substantially if jffs2 is present.
	
	* src/fs/fileio.c: Fixed some bugs in handling of mounts. The
	strings used in the mount table must be copied, otherwise the
	mount table is corrupted by later commands. Also toughened up some
	error testing.
	
	* doc/redboot_cmds.sgml: Added file mode documentation to load
	command.
	
	* doc/redboot_cmds.sgml: Added documentation of filesystem access
	commands.
	
	* src/fs/fileio.c (do_write): Added O_TRUNC to the open call to
	ensure that the file is resized to fit the new data.
	
	* src/fs/fileio.c: Significantly reorganized to present an
	interface similar to the fis commands. Added a variety of command
	to manipulate files and directories in a filesystem.
	
	* src/parse.c: Added redboot_exec() to provide an internal
	interface for executing RedBoot commands. Added err_printf() which
	allows an error message to be printed before longjumping out to an
	enclosing call to redboot_exec(). Where redboot_exec() is not
	involved, it just behaves like diag_printf().
	
	* src/main.c: Removed unnecessary delay during startup. Changed
	diag_printf() in do_go() into err_printf().
	
	* src/load.c: Changed some calls to diag_printf() to err_printf().
	
	* src/net/net_io.c: Changed init priority to RedBoot_INIT_NET.
	
	* include/redboot.h: Added some extra initialization
	priorities. Added prototypes for redboot_exec() and err_printf().


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2005-06-29 20:23 asl
  0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2005-06-29 20:23 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2005-06-29 20:23:05

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_cmds.sgml 
	packages/redboot/current/src: dump.c 

Log message:
	* doc/redboot_cmds.sgml:
	* src/dump.c: Fix the usage for dump and x command.


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2004-10-08 11:08 asl
  0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2004-10-08 11:08 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-10-08 11:08:42

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_installing.sgml 

Log message:
	* doc/redboot_installing.sgml: Added links to the tools for the
	Atmel AT91 JTST board.


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2004-09-25 10:49 asl
  0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2004-09-25 10:49 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-09-25 10:49:42

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_installing.sgml 

Log message:
	* doc/redboot_install.sgml: Added installation information for the
	Atmel AT91 JTST board provided by Andrea Michelotti


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2004-09-02 16:31 msalter
  0 siblings, 0 replies; 20+ messages in thread
From: msalter @ 2004-09-02 16:31 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	msalter@sourceware.org	2004-09-02 16:31:26

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_cmds.sgml 

Log message:
	Document exec command -x option


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2004-08-27 13:27 asl
  0 siblings, 0 replies; 20+ messages in thread
From: asl @ 2004-08-27 13:27 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	asl@sourceware.org	2004-08-27 13:27:40

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_cmds.sgml 

Log message:
	* doc/redboot_cmds.sgml: Fixed a minor typo with fis list


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2004-04-29  7:13 jlarmour
  0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2004-04-29  7:13 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2004-04-29 07:13:28

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_epilogue.sgml 

Log message:
	* doc/redboot_epilogue.sgml: Comment out </part> to reflect change
	of 2004-04-19.


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2004-02-20  3:38 jlarmour
  0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2004-02-20  3:38 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2004-02-20 03:38:18

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot.sgml 

Log message:
	* doc/redboot.sgml: Document lowering security level for TFTP to
	work on more recent Red Hat Linux.


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2003-10-16 19:04 jlarmour
  0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2003-10-16 19:04 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2003-10-16 19:04:02

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_installing.sgml 

Log message:
	* doc/redboot_installing.sgml: Fix eb40 flash install instructions.


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2003-09-26 17:44 nickg
  0 siblings, 0 replies; 20+ messages in thread
From: nickg @ 2003-09-26 17:44 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	nickg@sourceware.org	2003-09-26 17:44:17

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_installing.sgml 

Log message:
	* doc/redboot_installing.sgml: Fixed bogus memory sizes in AT91
	EB42/55 description.


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2003-08-05  3:25 jlarmour
  0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2003-08-05  3:25 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2003-08-05 03:25:23

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_installing.sgml 

Log message:
	* doc/redboot_installing.sgml: Fix brain fart in last change to
	AT91 instructions. Also clarify instructions a bit, including
	documenting better for windows users.


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2003-07-15  1:51 jlarmour
  0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2003-07-15  1:51 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2003-07-15 01:51:38

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_installing.sgml 

Log message:
	* doc/redboot_installing.sgml (AT91): Tell users to switch JP1
	(or SW1 for EB40) when installing, and warn them in no
	uncertain terms the consequences of failing to do so.


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2003-06-26  5:49 jlarmour
  0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2003-06-26  5:49 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2003-06-26 05:34:51

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_installing.sgml 

Log message:
	* doc/redboot_installing.sgml: Clarify use of correct cables with
	serial ports with AT91 boards.


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2003-06-26  5:47 jlarmour
  0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2003-06-26  5:47 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2003-06-26 05:29:45

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_cmds.sgml 
	packages/redboot/current/src/net: net_io.c 

Log message:
	* src/net/net_io.c: Add the ability to specify a netmask length to
	the ip_address command
	* doc/redboot_cmds.sgml: Document the above.


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2003-04-04 15:41 msalter
  0 siblings, 0 replies; 20+ messages in thread
From: msalter @ 2003-04-04 15:41 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	msalter@sourceware.org	2003-04-04 15:41:16

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_cmds.sgml 
	packages/redboot/current/src: main.c 

Log message:
	go command enhancements


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2003-03-20  8:18 jld
  0 siblings, 0 replies; 20+ messages in thread
From: jld @ 2003-03-20  8:18 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Branch: 	ecos-v2_0-branch
Changes by:	jld@sourceware.org	2003-03-20 08:18:51

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_installing.sgml 

Log message:
	* doc/redboot_installing.sgml: Merge AT91EB40 RedBoot installation
	instructions update from the trunk.


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2003-03-19 16:22 jld
  0 siblings, 0 replies; 20+ messages in thread
From: jld @ 2003-03-19 16:22 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jld@sourceware.org	2003-03-19 16:22:12

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot_installing.sgml 

Log message:
	* doc/redboot_installing.sgml: Updated AT91EB40 RedBoot installation
	instructions.


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

* ecos/packages/redboot/current ChangeLog doc/re ...
@ 2003-02-24 17:21 jlarmour
  0 siblings, 0 replies; 20+ messages in thread
From: jlarmour @ 2003-02-24 17:21 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour@sourceware.org	2003-02-24 17:21:26

Modified files:
	packages/redboot/current: ChangeLog 
	packages/redboot/current/doc: redboot.sgml 

Log message:
	* doc/redboot.sgml: Fix extraneous <para>.


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

end of thread, other threads:[~2009-03-20  8:34 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-20  8:34 ecos/packages/redboot/current ChangeLog doc/re jld
  -- strict thread matches above, loose matches on Subject: below --
2009-03-20  8:32 jld
2006-07-20 20:27 jlarmour
2005-06-29 20:23 asl
2004-10-08 11:08 asl
2004-09-25 10:49 asl
2004-09-02 16:31 msalter
2004-08-27 13:27 asl
2004-04-29  7:13 jlarmour
2004-02-20  3:38 jlarmour
2003-10-16 19:04 jlarmour
2003-09-26 17:44 nickg
2003-08-05  3:25 jlarmour
2003-07-15  1:51 jlarmour
2003-06-26  5:49 jlarmour
2003-06-26  5:47 jlarmour
2003-04-04 15:41 msalter
2003-03-20  8:18 jld
2003-03-19 16:22 jld
2003-02-24 17:21 jlarmour

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).