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
*
Allocate cdemu buffer in low mem instead of ebda.
Kevin O'Connor
2010-06-06
1
-1
/
+1
*
Support for booting from virtio disks
Gleb Natapov
2010-05-10
1
-0
/
+2
*
Further parallelize init when using CONFIG_THREAD_OPTIONROMS.
Kevin O'Connor
2010-05-01
1
-28
/
+36
*
Seabios e820 reservation portion v3
Jes Sorensen
2010-02-21
1
-1
/
+12
*
Fix sign error preventing incorrect memory over 4gig calculation.
Kevin O'Connor
2010-01-05
1
-1
/
+1
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-4
/
+4
*
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
2009-12-30
1
-0
/
+1
*
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
2009-12-26
1
-1
/
+1
*
Clear user reserved interrupts (0x60-0x66).
Kevin O'Connor
2009-12-26
1
-0
/
+4
*
Also report memory over 4G during init.
Kevin O'Connor
2009-12-24
1
-1
/
+2
*
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
[next]