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
/
post.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
2009-12-13
1
-4
/
+9
*
Move ps2 specific keyboard and mouse code to ps2port.c.
Kevin O'Connor
2009-12-09
1
-2
/
+4
*
Add experimental feature to run vga optionrom in parallel with init.
Kevin O'Connor
2009-12-09
1
-4
/
+10
*
Clear thread info on each boot.
Kevin O'Connor
2009-12-09
1
-0
/
+1
*
Reorganize main init order and add comments.
Kevin O'Connor
2009-11-25
1
-10
/
+15
*
Add simple cooperative threading scheme to allow parallel hw init.
Kevin O'Connor
2009-10-24
1
-0
/
+1
*
Move smbios definitions to header file; fix compile on older gcc.
Kevin O'Connor
2009-10-18
1
-1
/
+2
*
Move qemu cfg init before smp init.
Kevin O'Connor
2009-10-08
1
-2
/
+2
*
Check at runtime if VM is KVM.
Kevin O'Connor
2009-10-08
1
-1
/
+1
*
Move qemu config code from smbios.c to its own files. Add support for
Kevin O'Connor
2009-10-04
1
-0
/
+3
*
Initial support for USB, UHCI, and USB Keyboards.
Kevin O'Connor
2009-09-28
1
-0
/
+2
*
Interrupts should be enabled when calling 16bit code.
Kevin O'Connor
2009-09-24
1
-0
/
+1
*
Add support for permanent low memory allocations.
Kevin O'Connor
2009-09-24
1
-2
/
+2
*
Do PCI initialization before vga init.
Kevin O'Connor
2009-09-13
1
-3
/
+3
*
Unify cd emulation access and main disk access code.
Kevin O'Connor
2009-09-12
1
-0
/
+1
*
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
2009-09-09
1
-2
/
+2
*
Add support for using floppy images in CBFS.
Kevin O'Connor
2009-08-16
1
-0
/
+1
*
Separate ATA code from generic disk code.
Kevin O'Connor
2009-08-11
1
-2
/
+4
*
Add Post Memory Manager (PMM) support.
Kevin O'Connor
2009-08-01
1
-4
/
+4
*
Add auto-generated version info to each build.
Kevin O'Connor
2009-07-29
1
-1
/
+1
*
Fix coreboot bios table copying by delaying to after memory scan.
Kevin O'Connor
2009-07-28
1
-2
/
+3
*
Add PMM stubs.
Kevin O'Connor
2009-07-26
1
-2
/
+5
*
Add malloc_high/fseg() and rework bios table creation to use them.
Kevin O'Connor
2009-07-25
1
-1
/
+3
*
Delay fdpt pointer setting in ebda to drive map stage.
Kevin O'Connor
2009-07-12
1
-2
/
+1
*
Use "p->sum -= checksum()" style for setting checksums.
Kevin O'Connor
2009-07-04
1
-1
/
+1
*
Forward port bochs smp changes; rename smpdetect.c to smp.c.
Kevin O'Connor
2009-06-21
1
-1
/
+1
*
Avoid -fwhole-program on broken gcc instead of stopping build.
Kevin O'Connor
2009-06-15
1
-5
/
+0
*
Verify ebda segment looks sane before using during resume.
Kevin O'Connor
2009-05-17
1
-2
/
+2
*
Define unified entry points for irq handlers.
Kevin O'Connor
2009-05-16
1
-2
/
+2
*
Initial support for finding option roms in coreboot flash layout.
Kevin O'Connor
2009-04-11
1
-1
/
+1
*
Register int02 handler (nmi); disable NMI by default.
Kevin O'Connor
2009-03-07
1
-0
/
+1
*
Build mptable using C 'struct's.
Kevin O'Connor
2009-02-27
1
-0
/
+1
*
Add support for selecting harddrive order in boot menu.
Kevin O'Connor
2009-02-08
1
-2
/
+2
*
Reorganize boot code.
Kevin O'Connor
2009-02-08
1
-41
/
+2
*
Make sure to clear global variables before use.
Kevin O'Connor
2009-02-05
1
-0
/
+2
*
Don't declare a handler for int 0x1c - the default handler is sufficient.
Kevin O'Connor
2009-01-29
1
-1
/
+0
*
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
2009-01-19
1
-3
/
+3
*
Put each assembler function into its own section.
Kevin O'Connor
2009-01-17
1
-2
/
+2
*
Move variables from assembler to C code.
Kevin O'Connor
2009-01-17
1
-2
/
+1
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Initial KVM support.
Kevin O'Connor
2009-01-04
1
-0
/
+6
*
The BDA is at segment 0x0040 not 0x0000.
Kevin O'Connor
2009-01-02
1
-17
/
+13
*
Use new 'struct disk_op_s' to issue ata requests.
Kevin O'Connor
2008-12-31
1
-1
/
+0
*
Introduce GET/SET_EBDA2() macros - they take a cached ebda seg.
Kevin O'Connor
2008-12-29
1
-1
/
+2
*
Move IPL definitions from ebda to global variables.
Kevin O'Connor
2008-12-28
1
-9
/
+9
*
Move ram size definitions from ebda to global variables.
Kevin O'Connor
2008-12-28
1
-3
/
+3
*
Support a relocatable ebda segment.
Kevin O'Connor
2008-12-26
1
-9
/
+13
*
Initial PnP bios call support.
Kevin O'Connor
2008-12-21
1
-0
/
+1
*
Rework default hwirq handler so there is no confusion on which pic to eoi.
Kevin O'Connor
2008-12-20
1
-2
/
+2
*
Cleanup of fixed space addresses.
Kevin O'Connor
2008-12-13
1
-4
/
+4
[next]