summaryrefslogtreecommitdiff
path: root/memdump/main.c
Commit message (Collapse)AuthorAgeFilesLines
* memdump: allow outputting S-recordsH. Peter Anvin2010-02-051-7/+23
| | | | | | | | Allow outputting S-records, for users who only have the capability of passively monitoring a serial port as opposed to being able to capture the contents directly. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Run Nindent on memdump/main.cH. Peter Anvin2009-05-291-78/+78
| | | | | | | | | Automatically reformat memdump/main.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* "begin Ymodem download" is supposed to be an imperative...H. Peter Anvin2008-02-201-1/+1
|
* memdump: fix typoH. Peter Anvin2008-02-181-1/+1
|
* memdump: avoid comma in filenamesH. Peter Anvin2008-02-081-1/+1
| | | | | Avoid using commas in filenames, since not all systems can handle them.
* memdump: add .bin suffix to generated filenamesH. Peter Anvin2008-02-081-1/+1
| | | | Add a .bin suffix to generated filenames
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
|
* memdump: remove debugging code never meant for releaseH. Peter Anvin2007-10-021-12/+0
|
* memdump: a debugging utility to dump memory over a serial portH. Peter Anvin2007-09-211-0/+153
A memory-dumping utility which runs in real mode. Thus, it can be used to get memory dumps from a relatively pristine system.