Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
d42b795516c0efdcb4bded346872d69c5882ee62
/
src
/
output.c
bb1fcb4
debug: Unify the SeaBIOS debug version banner.
by Kevin O'Connor
· 8 years ago
940fc1f
debug: Only call serial_debug_preinit() at startup.
by Kevin O'Connor
· 8 years ago
4cd522e
Move low-level hardware writing from output.c to new file hw/serialio.c.
by Kevin O'Connor
· 9 years ago
4ade523
Remove ioport.h; disperse its contents to other header files.
by Kevin O'Connor
· 9 years ago
2d2fa31
Move function definitions for output.c from util.h to new file output.h.
by Kevin O'Connor
· 9 years ago
9dea590
Move malloc code from pmm.c to new files malloc.c and malloc.h.
by Kevin O'Connor
· 9 years ago
3df600b
Move stacks.c definitions from util.h to new file stacks.h.
by Kevin O'Connor
· 9 years ago
fa9c66a
Rename util.c to string.c and introduce string.h.
by Kevin O'Connor
· 9 years ago
ccee6e8
Move code cenetered around firmware initialization to src/fw/
by Kevin O'Connor
· 9 years ago
ebf03f7
coreboot: add cbmem console support
by Gerd Hoffmann
· 9 years ago
2ca73ed
config: allow DEBUG_IO for !QEMU
by Gerd Hoffmann
· 9 years ago
89a2f96
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
by Kevin O'Connor
· 9 years ago
d83c87b
Normalize POST initialization function name suffixes.
by Kevin O'Connor
· 9 years ago
54f3b25
Xen: Autodetect debug I/O port at runtime instead of via Kconfig
by Ian Campbell
· 10 years ago
1297e5d
Fix winxp boot regression introduced in ecdc655a.
by Kevin O'Connor
· 10 years ago
ecdc655
Run all hardware irq handlers on the extra stack.
by Kevin O'Connor
· 10 years ago
c04090d
output: Add 64bit hex print support.
by Kevin O'Connor
· 10 years ago
7123d98
Introduce config option to select which IO port to send debug output on
by Julian Pidancet
· 10 years ago
5044053
Fix serial port flushing code.
by Kevin O'Connor
· 11 years ago
422263d
Replace CONFIG_SCREEN_AND_DEBUG with "etc/screen-and-debug" file.
by Kevin O'Connor
· 11 years ago
d12e8a2
Add Kconfig option to specify which serial port when serial debugging.
by Kevin O'Connor
· 11 years ago
ca2bc1c
Remove drive->desc field.
by Kevin O'Connor
· 12 years ago
1d7d893
Fix bvprintf() to respect padding for hex printing.
by Kevin O'Connor
· 12 years ago
7fb8ba8
Add a generic "internal error" warning function.
by Kevin O'Connor
· 12 years ago
cfdc13f
Introduce standard warnings for allocation failures and timeouts.
by Kevin O'Connor
· 12 years ago
1ca05b0
Be sure to add "void" to all function prototypes that take no args.
by Kevin O'Connor
· 13 years ago
871e0a0
Add support for 32bit PCI BIOS entry.
by Kevin O'Connor
· 13 years ago
52a300f
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
by Kevin O'Connor
· 13 years ago
dfefeb5
Distinguish between debug reports for unimplemented vs invalid calls.
by Kevin O'Connor
· 13 years ago
2be312c
Update snprintf to return the number of bytes used.
by Kevin O'Connor
· 13 years ago
c604f2f
Improve debugging output from threads.
by Kevin O'Connor
· 13 years ago
4356276
Cleanup 'debuginfo' variable in output; add comment.
by Kevin O'Connor
· 13 years ago
ebd426b
Really fix linker issue with "debuginfo" variable.
by Kevin O'Connor
· 13 years ago
b2fd1f3
Add VAR16VISIBLE to debuginfo - older gcc doesn't optimize out.
by Kevin O'Connor
· 13 years ago
9ed6b62
Add snprintf support.
by Kevin O'Connor
· 13 years ago
462cb50
Silence gcc asm deprectation warning in output.c.
by Kevin O'Connor
· 13 years ago
114592f
Initial support for USB, UHCI, and USB Keyboards.
by Kevin O'Connor
· 13 years ago
f8e800d
Interrupts should be enabled when calling 16bit code.
by Kevin O'Connor
· 13 years ago
9f98542
Replace common segment/offset pairs with struct segoff_s.
by Kevin O'Connor
· 13 years ago
b9e62d2
Add option CONFIG_SCREEN_AND_DEBUG to control printf and debugging.
by Kevin O'Connor
· 13 years ago
f513c91
In register dump, show %esp - not address of regs.
by Kevin O'Connor
· 13 years ago
7da210c
Support %ebp register in 'struct bregs'.
by Kevin O'Connor
· 13 years ago
3e832bb
Flush debugging serial output after every line.
by Kevin O'Connor
· 13 years ago
c151b3b
Improve serial port detection.
by Kevin O'Connor
· 13 years ago
91b53a7
Add support for field width argument to %x (eg, %08x).
by Kevin O'Connor
· 13 years ago
1eba429
Add hexdump() output helper function.
by Kevin O'Connor
· 13 years ago
e07e18e
Minor - rename BX_PANIC to panic.
by Kevin O'Connor
· 13 years ago
b1b7c2a
Change license from GPLv3 to LGPLv3.
by Kevin O'Connor
· 13 years ago
0560034
Improve set_code_fail/floppy_ret/disk_ret code generation.
by Kevin O'Connor
· 14 years ago
15157a3
Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)
by Kevin O'Connor
· 14 years ago
d6e4b4c
Fix bug in dprintf - isdigit had sign overflow problem.
by Kevin O'Connor
· 14 years ago
79cb119
Shrink size of bx_panic when CONFIG_DEBUG_LEVEL is off.
by Kevin O'Connor
· 14 years ago
65e6342
Misc fixes and updates.
by Kevin O'Connor
· 14 years ago
a68aeaf
Improve debugging output.
by Kevin O'Connor
· 14 years ago
9521e26
Extract 'struct bregs' out of biosvar.h; clean up header includes.
by Kevin O'Connor
· 14 years ago
d703c00
Convert '\n' to '\r\n' on debug serial output.
by Kevin O'Connor
· 14 years ago
61d6b06
Init serial port before using it for debug - also reinit after option rom.
by Kevin O'Connor
· 14 years ago
5c73240
Serial debugging code must not access BDA.
by Kevin O'Connor
· 14 years ago
ac8df8c
Improve control of debug messages.
by Kevin O'Connor
· 14 years ago
1812e20
Add support for sending debug messages to a serial port.
by Kevin O'Connor
· 14 years ago
2ad3744
Minor cleanups.
by Kevin O'Connor
· 14 years ago
e0113c9
Forward port new boot menu features from bochs bios.
by Kevin O'Connor
· 14 years ago
567e4e3
Make several functions non-inline.
by Kevin O'Connor
· 14 years ago
41d2810
Minor cleanup of GET_VAR usage in output.c.
by Kevin O'Connor
· 14 years ago
f06f03a
Minor debugging improvements.
by Kevin O'Connor
· 14 years ago
c38e480
Minor cleanups.
by Kevin O'Connor
· 14 years ago
1d01951
Don't pass in ebp/esp to irq handlers.
by Kevin O'Connor
· 14 years ago
ed12849
Reduce stack usage for ISRs; minor fixes.
by Kevin O'Connor
· 14 years ago
6c78122
Replace debug_exit calls with debug info while setting a failure.
by Kevin O'Connor
· 14 years ago
a9096f4
Minor hack - allow formats with 'l' to be shown in printf.
by Kevin O'Connor
· 14 years ago
7d0f08a
Ignore precision specifiers in printf code.
by Kevin O'Connor
· 14 years ago
c65a380
Bug fixes; get mouse working.
by Kevin O'Connor
· 14 years ago
12dade5
Minor update to bprintf.
by Kevin O'Connor
· 14 years ago
4ce6a49
Enable extra debugging.
by Kevin O'Connor
· 14 years ago
38fcbfe
Version 0.1.2
by Kevin O'Connor
· 14 years ago
rel-0.1.2
4b60c00
Version 0.1.1
by Kevin O'Connor
· 14 years ago
rel-0.1.1
f076a3e
Initial checkin.
by Kevin O'Connor
· 14 years ago
rel-0.1.0