[ECOS] Adding commands to RedBoot

Warren Jasper Warren.Jasper@bops.com
Wed Oct 17 07:09:00 GMT 2001


The dump command in redboot only does byte addressing.  There are some
busses that only do 32 bit (long ) addressing (word aligned).  I've added
a new command to redboot called dumpl, which works almost
like dump, (without the characters), that dumps words.
Here are the patches for your enjoyment. I've found it very useful
for debugging.

Warren

The Change log entries are:

ecos/packages/infra/current/Changelog
2001-10-17  Warren Jasper  <warrenj@bops.com>
	* src/diag.cxx added diag_buf_with_offset_long and
diag_dump_buf_long
        to do 32 bit assigned reads.

ecos/packages/redboot/current/Changelog
2001-10-17  Warren Jasper <warrenj@bops.com>
	* src/main.c  added dumpl to display 32 bit quantities.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: diag.cxx.patch
Type: text/x-diff
Size: 2010 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/ecos-discuss/attachments/20011017/2c6a5343/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: main.patch
Type: text/x-diff
Size: 4253 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/ecos-discuss/attachments/20011017/2c6a5343/attachment-0001.bin>


More information about the Ecos-discuss mailing list