aboutsummaryrefslogtreecommitdiffstats
path: root/src/output.c
Commit message (Expand)AuthorAgeFilesLines
* output: Avoid thunking to 16bit mode in printf() if no vgabiosKevin O'Connor2018-12-171-0/+3
* pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor2016-02-031-0/+1
* pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor2016-02-031-0/+18
* build: Report gcc and binutils versions in debug logKevin O'Connor2015-10-151-0/+1
* Set the color attribute when calling vgabios print character.Kevin O'Connor2014-04-111-0/+1
* debug: Unify the SeaBIOS debug version banner.Kevin O'Connor2014-01-221-0/+6
* debug: Only call serial_debug_preinit() at startup.Kevin O'Connor2014-01-221-7/+0
* Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor2013-12-041-71/+30
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-281-0/+1
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-1/+2
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-0/+1
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-021-1/+1
* coreboot: add cbmem console supportGerd Hoffmann2013-07-141-0/+2
* config: allow DEBUG_IO for !QEMUGerd Hoffmann2013-06-121-1/+2
* Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor2013-02-181-1/+1
* Normalize POST initialization function name suffixes.Kevin O'Connor2013-02-051-1/+1
* Xen: Autodetect debug I/O port at runtime instead of via KconfigIan Campbell2012-07-021-1/+3
* Fix winxp boot regression introduced in ecdc655a.Kevin O'Connor2012-06-021-0/+9
* Run all hardware irq handlers on the extra stack.Kevin O'Connor2012-05-301-9/+0
* output: Add 64bit hex print support.Kevin O'Connor2012-03-061-30/+44
* Introduce config option to select which IO port to send debug output onJulian Pidancet2012-02-011-2/+2
* Fix serial port flushing code.Kevin O'Connor2011-07-101-2/+2
* Replace CONFIG_SCREEN_AND_DEBUG with "etc/screen-and-debug" file.Kevin O'Connor2011-07-051-2/+2
* Add Kconfig option to specify which serial port when serial debugging.Kevin O'Connor2011-05-101-8/+7
* Remove drive->desc field.Kevin O'Connor2010-12-291-0/+26
* Fix bvprintf() to respect padding for hex printing.Kevin O'Connor2010-06-191-15/+23
* Add a generic "internal error" warning function.Kevin O'Connor2010-02-281-0/+8
* Introduce standard warnings for allocation failures and timeouts.Kevin O'Connor2010-02-141-0/+15
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-2/+2
* Add support for 32bit PCI BIOS entry.Kevin O'Connor2009-12-301-1/+3
* Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor2009-12-261-9/+9
* Distinguish between debug reports for unimplemented vs invalid calls.Kevin O'Connor2009-12-131-13/+49
* Update snprintf to return the number of bytes used.Kevin O'Connor2009-11-241-3/+7
* Improve debugging output from threads.Kevin O'Connor2009-10-241-1/+13
* Cleanup 'debuginfo' variable in output; add comment.Kevin O'Connor2009-10-121-2/+5
* Really fix linker issue with "debuginfo" variable.Kevin O'Connor2009-10-081-1/+5
* Add VAR16VISIBLE to debuginfo - older gcc doesn't optimize out.Kevin O'Connor2009-10-081-1/+1
* Add snprintf support.Kevin O'Connor2009-10-071-37/+120
* Silence gcc asm deprectation warning in output.c.Kevin O'Connor2009-10-071-2/+3
* Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor2009-09-281-2/+2
* Interrupts should be enabled when calling 16bit code.Kevin O'Connor2009-09-241-0/+1
* Replace common segment/offset pairs with struct segoff_s.Kevin O'Connor2009-09-091-1/+1
* Add option CONFIG_SCREEN_AND_DEBUG to control printf and debugging.Kevin O'Connor2009-08-021-2/+2
* In register dump, show %esp - not address of regs.Kevin O'Connor2009-05-271-2/+2
* Support %ebp register in 'struct bregs'.Kevin O'Connor2009-05-161-4/+5
* Flush debugging serial output after every line.Kevin O'Connor2009-05-151-6/+22
* Improve serial port detection.Kevin O'Connor2009-05-121-7/+7
* Add support for field width argument to %x (eg, %08x).Kevin O'Connor2009-05-051-15/+38