This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Adding commands to RedBoot



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.


main.patch

diag.cxx.patch


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]