index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/seabios-hppa.git
alpha-port
bigfont
devel
devel-2022
devel-4-do-not-use
devel-btlb
devel-btlb-2
devel-last-for-v16
devel-with-sti64bit
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
master-old
master-prerelease
parisc-qemu-4.1.0
parisc-qemu-5.0
parisc-qemu-5.1
parisc-qemu-5.1-next
parisc-qemu-6
parisc_firmware
seabios-hppa-v3-rc
seabios-hppa-v3-rc2
serial-port-fix-test
toc-support
upstream
v6-test
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
output.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-14
coreboot: add cbmem console support
Gerd Hoffmann
1
-0
/
+2
2013-06-12
config: allow DEBUG_IO for !QEMU
Gerd Hoffmann
1
-1
/
+2
2013-02-18
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
1
-1
/
+1
2013-02-05
Normalize POST initialization function name suffixes.
Kevin O'Connor
1
-1
/
+1
2012-07-02
Xen: Autodetect debug I/O port at runtime instead of via Kconfig
Ian Campbell
1
-1
/
+3
2012-06-02
Fix winxp boot regression introduced in ecdc655a.
Kevin O'Connor
1
-0
/
+9
2012-05-30
Run all hardware irq handlers on the extra stack.
Kevin O'Connor
1
-9
/
+0
2012-03-06
output: Add 64bit hex print support.
Kevin O'Connor
1
-30
/
+44
2012-02-01
Introduce config option to select which IO port to send debug output on
Julian Pidancet
1
-2
/
+2
2011-07-10
Fix serial port flushing code.
Kevin O'Connor
1
-2
/
+2
2011-07-05
Replace CONFIG_SCREEN_AND_DEBUG with "etc/screen-and-debug" file.
Kevin O'Connor
1
-2
/
+2
2011-05-10
Add Kconfig option to specify which serial port when serial debugging.
Kevin O'Connor
1
-8
/
+7
2010-12-29
Remove drive->desc field.
Kevin O'Connor
1
-0
/
+26
2010-06-19
Fix bvprintf() to respect padding for hex printing.
Kevin O'Connor
1
-15
/
+23
2010-02-28
Add a generic "internal error" warning function.
Kevin O'Connor
1
-0
/
+8
2010-02-14
Introduce standard warnings for allocation failures and timeouts.
Kevin O'Connor
1
-0
/
+15
2010-01-03
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
1
-2
/
+2
2009-12-30
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
1
-1
/
+3
2009-12-26
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
1
-9
/
+9
2009-12-13
Distinguish between debug reports for unimplemented vs invalid calls.
Kevin O'Connor
1
-13
/
+49
2009-11-24
Update snprintf to return the number of bytes used.
Kevin O'Connor
1
-3
/
+7
2009-10-24
Improve debugging output from threads.
Kevin O'Connor
1
-1
/
+13
2009-10-12
Cleanup 'debuginfo' variable in output; add comment.
Kevin O'Connor
1
-2
/
+5
2009-10-08
Really fix linker issue with "debuginfo" variable.
Kevin O'Connor
1
-1
/
+5
2009-10-08
Add VAR16VISIBLE to debuginfo - older gcc doesn't optimize out.
Kevin O'Connor
1
-1
/
+1
2009-10-07
Add snprintf support.
Kevin O'Connor
1
-37
/
+120
2009-10-07
Silence gcc asm deprectation warning in output.c.
Kevin O'Connor
1
-2
/
+3
2009-09-28
Initial support for USB, UHCI, and USB Keyboards.
Kevin O'Connor
1
-2
/
+2
2009-09-24
Interrupts should be enabled when calling 16bit code.
Kevin O'Connor
1
-0
/
+1
2009-09-09
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
1
-1
/
+1
2009-08-02
Add option CONFIG_SCREEN_AND_DEBUG to control printf and debugging.
Kevin O'Connor
1
-2
/
+2
2009-05-27
In register dump, show %esp - not address of regs.
Kevin O'Connor
1
-2
/
+2
2009-05-16
Support %ebp register in 'struct bregs'.
Kevin O'Connor
1
-4
/
+5
2009-05-15
Flush debugging serial output after every line.
Kevin O'Connor
1
-6
/
+22
2009-05-12
Improve serial port detection.
Kevin O'Connor
1
-7
/
+7
2009-05-05
Add support for field width argument to %x (eg, %08x).
Kevin O'Connor
1
-15
/
+38
2009-02-17
Add hexdump() output helper function.
Kevin O'Connor
1
-0
/
+20
2009-02-08
Minor - rename BX_PANIC to panic.
Kevin O'Connor
1
-1
/
+1
2009-01-15
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
1
-1
/
+1
2009-01-02
Improve set_code_fail/floppy_ret/disk_ret code generation.
Kevin O'Connor
1
-4
/
+13
2008-12-13
Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)
Kevin O'Connor
1
-5
/
+6
2008-08-29
Fix bug in dprintf - isdigit had sign overflow problem.
Kevin O'Connor
1
-1
/
+1
2008-07-21
Shrink size of bx_panic when CONFIG_DEBUG_LEVEL is off.
Kevin O'Connor
1
-4
/
+6
2008-07-19
Misc fixes and updates.
Kevin O'Connor
1
-7
/
+12
2008-07-07
Improve debugging output.
Kevin O'Connor
1
-10
/
+21
2008-07-04
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
1
-1
/
+2
2008-06-21
Convert '\n' to '\r\n' on debug serial output.
Kevin O'Connor
1
-1
/
+4
2008-06-21
Init serial port before using it for debug - also reinit after option rom.
Kevin O'Connor
1
-0
/
+19
2008-06-07
Serial debugging code must not access BDA.
Kevin O'Connor
1
-3
/
+17
2008-05-24
Improve control of debug messages.
Kevin O'Connor
1
-10
/
+12
[next]