dprintf: Print to stdout as well as serial ports
authorMatt Fleming <matt.fleming@linux.intel.com>
Tue, 8 Mar 2011 13:47:32 +0000 (13:47 +0000)
committerMatt Fleming <matt.fleming@linux.intel.com>
Tue, 8 Mar 2011 19:08:40 +0000 (19:08 +0000)
commitb89150e76d231626ee09aba865d8b4cd1ea7b57e
tree9355debd1348764e6d01211799e8cc2ad4ee1c8c
parentd3c3e191b8e2515422d7e38d2fcc8df05d1faff7
dprintf: Print to stdout as well as serial ports

The intention here is to make dprintf the de-facto function for
printing all debugging information. As such, it's useful to print to
the serial ports and stdout so that developers are not required to
hook up a serial port to view output.

Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
com32/lib/vdprintf.c