index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial PnP bios call support.
Kevin O'Connor
2008-12-21
1
-0
/
+5
*
Implement time based checks even when looping on an ioport.
Kevin O'Connor
2008-12-13
1
-0
/
+1
*
Improve support for old 16bit resume handlers.
Kevin O'Connor
2008-12-10
1
-0
/
+6
*
Call option roms in "big real mode".
Kevin O'Connor
2008-12-06
1
-0
/
+1
*
Don't reset .bss on reboots.
Kevin O'Connor
2008-11-29
1
-0
/
+1
*
Implement tsc based delay timers, and use them throughout code.
Kevin O'Connor
2008-11-28
1
-1
/
+10
*
Separate out and enhance option rom scanning code.
Kevin O'Connor
2008-11-01
1
-0
/
+4
*
Rename memcpy() to memcpy_far() and add regular memcpy() code.
Kevin O'Connor
2008-08-29
1
-0
/
+1
*
Add stubs for VIA vga bios callbacks to system bios.
Kevin O'Connor
2008-08-17
1
-0
/
+3
*
Improve debugging output.
Kevin O'Connor
2008-07-07
1
-4
/
+3
*
Use ld to build final rom; remove custom build utilities.
Kevin O'Connor
2008-07-05
1
-6
/
+0
*
Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.
Kevin O'Connor
2008-07-04
1
-1
/
+1
*
Declare kbd_setup() in post.h - next to other kbd.c defines.
Kevin O'Connor
2008-07-04
1
-0
/
+1
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-62
/
+4
*
Breakup rombios32.c into pciinit.c and smbios.c
Kevin O'Connor
2008-07-04
1
-2
/
+5
*
Separate out smp detection and mp table generation from rombios32.c
Kevin O'Connor
2008-07-04
1
-0
/
+13
*
Separate SMM code into its own file (smm.c from rombios32.c).
Kevin O'Connor
2008-07-04
1
-0
/
+3
*
Init serial port before using it for debug - also reinit after option rom.
Kevin O'Connor
2008-06-21
1
-0
/
+1
*
Cleanup handling of interrupt controller (PIC).
Kevin O'Connor
2008-06-14
1
-13
/
+6
*
Support config driven debugging of each irq handler.
Kevin O'Connor
2008-06-12
1
-4
/
+8
*
Enhance e820 memory map generation.
Kevin O'Connor
2008-06-08
1
-0
/
+4
*
Separate out ram shadow code and permit more code to write to bios.
Kevin O'Connor
2008-06-08
1
-0
/
+9
*
Introduce set_fail_silent() helpers.
Kevin O'Connor
2008-06-07
1
-0
/
+13
*
Serial debugging code must not access BDA.
Kevin O'Connor
2008-06-07
1
-2
/
+0
*
Improve control of debug messages.
Kevin O'Connor
2008-05-24
1
-2
/
+6
*
Implement usleep using real time clock.
Kevin O'Connor
2008-05-18
1
-1
/
+2
*
Add support for sending debug messages to a serial port.
Kevin O'Connor
2008-05-07
1
-0
/
+2
*
Compile fixes for gcc 4.3.
Kevin O'Connor
2008-04-13
1
-1
/
+1
*
Move timer setup from post.c to clock.c.
Kevin O'Connor
2008-04-13
1
-0
/
+1
*
Move serial/lpt setup from post.c to serial.c
Kevin O'Connor
2008-04-13
1
-0
/
+4
*
Memset should return 'void *' - just to conform to standards.
Kevin O'Connor
2008-04-12
1
-1
/
+1
*
Introduce cpu_relax() and use it in busy loops.
Kevin O'Connor
2008-04-05
1
-0
/
+5
*
Forward port new boot menu features from bochs bios.
Kevin O'Connor
2008-04-05
1
-0
/
+6
*
Make several functions non-inline.
Kevin O'Connor
2008-04-05
1
-40
/
+15
*
Unify checksum functions.
Kevin O'Connor
2008-03-29
1
-0
/
+1
*
Basic support for PCI BIOS.
Kevin O'Connor
2008-03-16
1
-0
/
+3
*
Don't save/restore flags and ebp on external calls - saves on stack space.
Kevin O'Connor
2008-03-11
1
-5
/
+4
*
Halt machine on call to BX_PANIC.
Kevin O'Connor
2008-03-11
1
-2
/
+6
*
Reduce stack usage for ISRs; minor fixes.
Kevin O'Connor
2008-03-11
1
-2
/
+4
*
Minor debugging improvements.
Kevin O'Connor
2008-03-09
1
-1
/
+1
*
Replace debug_exit calls with debug info while setting a failure.
Kevin O'Connor
2008-03-09
1
-12
/
+26
*
Port rombios32 code from bochs-bios.
Kevin O'Connor
2008-03-08
1
-0
/
+18
*
Revert "This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS."
Kevin O'Connor
2008-03-08
1
-15
/
+0
*
Enhance APM support.
Kevin O'Connor
2008-03-08
1
-1
/
+1
*
This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS.
Kevin O'Connor
2008-03-05
1
-0
/
+15
*
Add initial support for apmbios code.
Kevin O'Connor
2008-03-05
1
-0
/
+8
*
Bug fixes; get mouse working.
Kevin O'Connor
2008-03-02
1
-1
/
+3
*
Enhance included bios tables.
Kevin O'Connor
2008-03-02
1
-1
/
+1
*
Minor cleanup of util.h
Kevin O'Connor
2008-03-02
1
-4
/
+4
*
Reduce stack usage in call16().
rel-0.1.3
Kevin O'Connor
2008-03-01
1
-5
/
+7
[next]