aboutsummaryrefslogtreecommitdiff
path: root/src/output.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-14coreboot: add cbmem console supportGerd Hoffmann1-0/+2
2013-06-12config: allow DEBUG_IO for !QEMUGerd Hoffmann1-1/+2
2013-02-18Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor1-1/+1
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-1/+1
2012-07-02Xen: Autodetect debug I/O port at runtime instead of via KconfigIan Campbell1-1/+3
2012-06-02Fix winxp boot regression introduced in ecdc655a.Kevin O'Connor1-0/+9
2012-05-30Run all hardware irq handlers on the extra stack.Kevin O'Connor1-9/+0
2012-03-06output: Add 64bit hex print support.Kevin O'Connor1-30/+44
2012-02-01Introduce config option to select which IO port to send debug output onJulian Pidancet1-2/+2
2011-07-10Fix serial port flushing code.Kevin O'Connor1-2/+2
2011-07-05Replace CONFIG_SCREEN_AND_DEBUG with "etc/screen-and-debug" file.Kevin O'Connor1-2/+2
2011-05-10Add Kconfig option to specify which serial port when serial debugging.Kevin O'Connor1-8/+7
2010-12-29Remove drive->desc field.Kevin O'Connor1-0/+26
2010-06-19Fix bvprintf() to respect padding for hex printing.Kevin O'Connor1-15/+23
2010-02-28Add a generic "internal error" warning function.Kevin O'Connor1-0/+8
2010-02-14Introduce standard warnings for allocation failures and timeouts.Kevin O'Connor1-0/+15
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-2/+2
2009-12-30Add support for 32bit PCI BIOS entry.Kevin O'Connor1-1/+3
2009-12-26Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor1-9/+9
2009-12-13Distinguish between debug reports for unimplemented vs invalid calls.Kevin O'Connor1-13/+49
2009-11-24Update snprintf to return the number of bytes used.Kevin O'Connor1-3/+7
2009-10-24Improve debugging output from threads.Kevin O'Connor1-1/+13
2009-10-12Cleanup 'debuginfo' variable in output; add comment.Kevin O'Connor1-2/+5
2009-10-08Really fix linker issue with "debuginfo" variable.Kevin O'Connor1-1/+5
2009-10-08Add VAR16VISIBLE to debuginfo - older gcc doesn't optimize out.Kevin O'Connor1-1/+1
2009-10-07Add snprintf support.Kevin O'Connor1-37/+120
2009-10-07Silence gcc asm deprectation warning in output.c.Kevin O'Connor1-2/+3
2009-09-28Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor1-2/+2
2009-09-24Interrupts should be enabled when calling 16bit code.Kevin O'Connor1-0/+1
2009-09-09Replace common segment/offset pairs with struct segoff_s.Kevin O'Connor1-1/+1
2009-08-02Add option CONFIG_SCREEN_AND_DEBUG to control printf and debugging.Kevin O'Connor1-2/+2
2009-05-27In register dump, show %esp - not address of regs.Kevin O'Connor1-2/+2
2009-05-16Support %ebp register in 'struct bregs'.Kevin O'Connor1-4/+5
2009-05-15Flush debugging serial output after every line.Kevin O'Connor1-6/+22
2009-05-12Improve serial port detection.Kevin O'Connor1-7/+7
2009-05-05Add support for field width argument to %x (eg, %08x).Kevin O'Connor1-15/+38
2009-02-17Add hexdump() output helper function.Kevin O'Connor1-0/+20
2009-02-08Minor - rename BX_PANIC to panic.Kevin O'Connor1-1/+1
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2009-01-02Improve set_code_fail/floppy_ret/disk_ret code generation.Kevin O'Connor1-4/+13
2008-12-13Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)Kevin O'Connor1-5/+6
2008-08-29Fix bug in dprintf - isdigit had sign overflow problem.Kevin O'Connor1-1/+1
2008-07-21Shrink size of bx_panic when CONFIG_DEBUG_LEVEL is off.Kevin O'Connor1-4/+6
2008-07-19Misc fixes and updates.Kevin O'Connor1-7/+12
2008-07-07Improve debugging output.Kevin O'Connor1-10/+21
2008-07-04Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor1-1/+2
2008-06-21Convert '\n' to '\r\n' on debug serial output.Kevin O'Connor1-1/+4
2008-06-21Init serial port before using it for debug - also reinit after option rom.Kevin O'Connor1-0/+19
2008-06-07Serial debugging code must not access BDA.Kevin O'Connor1-3/+17
2008-05-24Improve control of debug messages.Kevin O'Connor1-10/+12