sysdump: output S-records to the console
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 22 Jun 2010 20:35:29 +0000 (13:35 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 22 Jun 2010 20:35:29 +0000 (13:35 -0700)
commit77d76c3ff1d922cda47754bdce98807e9a560585
treebc398fbe9a432294ffa0cf01bb26235b9ecb0786
parentd966918e7304ff405fae20916cf137d737c92dea
sysdump: output S-records to the console

Sometimes we have a console path that can be captured (virtual
machine, serial console, ...) but no realistic path for two-way or
binary communication.  Add an option to output S-records to the
console as an inefficient but hopefully reliable way to get data out.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
com32/sysdump/backend.h
com32/sysdump/be_srec.c [new file with mode: 0644]
com32/sysdump/main.c