aboutsummaryrefslogtreecommitdiff
path: root/src/output.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-08output: Fix %pP (PCI device) format string output on 64-bit firmwareHelge Deller1-0/+4
2024-01-18output: Allow to simply switch to Qemu's builtin_console_out() for debuggingHelge Deller1-0/+5
2024-01-18output/printhex: Allow to print 64-bit hex value on 64-bit makeHelge Deller1-2/+18
2024-01-04parisc: Move x86-only code inside ifdefHelge Deller1-0/+2
2022-05-14parisc: Add full PDC firmware boot menuHelge Deller1-1/+1
2021-09-24output.c: Make printf() capable to print 64bit int valuesHelge Deller1-21/+23
2021-09-24output.c: Add PA-RISC specific output behaviourHelge Deller1-2/+10
2020-10-13output: add support for uppercase hex numbersGerd Hoffmann1-22/+27
2018-12-17output: Avoid thunking to 16bit mode in printf() if no vgabiosKevin O'Connor1-0/+3
2016-02-03pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor1-0/+1
2016-02-03pci: Implement '%pP' printf handler for 'struct pci_device' pointersKevin O'Connor1-0/+18
2015-10-15build: Report gcc and binutils versions in debug logKevin O'Connor1-0/+1
2014-04-11Set the color attribute when calling vgabios print character.Kevin O'Connor1-0/+1
2014-01-22debug: Unify the SeaBIOS debug version banner.Kevin O'Connor1-0/+6
2014-01-22debug: Only call serial_debug_preinit() at startup.Kevin O'Connor1-7/+0
2013-12-04Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor1-71/+30
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor1-0/+1
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-1/+2
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor1-1/+1
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