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
/
config.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Default bootsplash on (for coreboot users).
Kevin O'Connor
2010-07-30
1
-1
/
+1
*
Autodetect video mode based on bootsplash jpeg dimensions.
Kevin O'Connor
2010-07-30
1
-8
/
+0
*
seabios: pciinit: make pci bar assigner preferchable memory aware.
Isaku Yamahata
2010-07-04
1
-0
/
+17
*
Initial bootsplash support.
Kevin O'Connor
2010-06-28
1
-0
/
+10
*
Support for booting from virtio disks
Gleb Natapov
2010-05-10
1
-0
/
+3
*
Add support for USB mice.
Kevin O'Connor
2010-05-01
1
-0
/
+2
*
Default CONFIG_COREBOOT_FLASH on; make depend on CONFIG_COREBOOT.
Kevin O'Connor
2010-03-20
1
-1
/
+1
*
Add USB EHCI controller support.
Kevin O'Connor
2010-03-09
1
-0
/
+2
*
Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
Kevin O'Connor
2010-02-28
1
-3
/
+0
*
Initial support for booting from USB drives.
Kevin O'Connor
2010-02-17
1
-0
/
+2
*
Dynamically allocate each drive_g with malloc_fseg().
Kevin O'Connor
2010-02-15
1
-3
/
+1
*
Initial support for USB hubs.
Kevin O'Connor
2010-02-15
1
-0
/
+2
*
Go back to using 0xf0000000 for PCI memory start.
Kevin O'Connor
2010-01-28
1
-0
/
+1
*
Add CONFIG_ATA_DMA option; default to off for now.
Kevin O'Connor
2010-01-17
1
-0
/
+2
*
Implement native 32bit APM support.
Kevin O'Connor
2010-01-01
1
-0
/
+1
*
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
2009-12-30
1
-0
/
+1
*
Add symbolic definitions for MTRR code.
Kevin O'Connor
2009-12-23
1
-0
/
+1
*
Disable CONFIG_OPTIONROMS_DEPLOYED by default
Anthony Liguori
2009-12-18
1
-1
/
+1
*
Distinguish between debug reports for unimplemented vs invalid calls.
Kevin O'Connor
2009-12-13
1
-4
/
+7
*
Move ps2 specific keyboard and mouse code to ps2port.c.
Kevin O'Connor
2009-12-09
1
-1
/
+3
*
Add experimental feature to run vga optionrom in parallel with init.
Kevin O'Connor
2009-12-09
1
-1
/
+3
*
Move SeaBIOS post/boot stack to avoid conflict with gPXE.
Kevin O'Connor
2009-11-20
1
-1
/
+1
*
Improve debugging output from threads.
Kevin O'Connor
2009-10-24
1
-0
/
+1
*
Add simple cooperative threading scheme to allow parallel hw init.
Kevin O'Connor
2009-10-24
1
-0
/
+2
*
Expand USB OHCI support.
Kevin O'Connor
2009-10-17
1
-1
/
+1
*
Add stubs for USB OHCI support.
Kevin O'Connor
2009-10-12
1
-0
/
+2
*
Remove CONFIG_KVM compile option.
Kevin O'Connor
2009-10-08
1
-2
/
+0
*
Initial support for USB, UHCI, and USB Keyboards.
Kevin O'Connor
2009-09-28
1
-0
/
+6
*
Add support for permanent low memory allocations.
Kevin O'Connor
2009-09-24
1
-0
/
+2
*
Add support for using floppy images in CBFS.
Kevin O'Connor
2009-08-16
1
-0
/
+2
*
Add floppy controllers to "drives" list also.
Kevin O'Connor
2009-08-16
1
-1
/
+1
*
Separate ATA code from generic disk code.
Kevin O'Connor
2009-08-11
1
-2
/
+8
*
Add option CONFIG_SCREEN_AND_DEBUG to control printf and debugging.
Kevin O'Connor
2009-08-02
1
-1
/
+2
*
Add Post Memory Manager (PMM) support.
Kevin O'Connor
2009-08-01
1
-1
/
+1
*
Add PMM stubs.
Kevin O'Connor
2009-07-26
1
-0
/
+3
*
Add support for enabling ram in 0xc0000-0xf0000 area.
Kevin O'Connor
2009-07-26
1
-0
/
+3
*
Add malloc_high/fseg() and rework bios table creation to use them.
Kevin O'Connor
2009-07-25
1
-2
/
+2
*
When enabling write access to 0xf0000, just copy from 0xffff0000.
Kevin O'Connor
2009-07-24
1
-2
/
+0
*
Add option for running vga rom during s3 resume.
Kevin O'Connor
2009-07-04
1
-0
/
+2
*
Add config option to set boot menu delay time.
Kevin O'Connor
2009-04-29
1
-2
/
+4
*
Add LZMA decompression support to CBFS.
Kevin O'Connor
2009-04-26
1
-2
/
+4
*
Add option CONFIG_DISABLE_A20 to control disabling A20 on boot.
Kevin O'Connor
2009-04-13
1
-0
/
+2
*
Initial support for finding option roms in coreboot flash layout.
Kevin O'Connor
2009-04-11
1
-2
/
+4
*
Register int02 handler (nmi); disable NMI by default.
Kevin O'Connor
2009-03-07
1
-1
/
+1
*
Support multiple independent root buses (if known at compile time).
Kevin O'Connor
2009-02-28
1
-0
/
+4
*
Don't 'autodetect' ATA PIO32 mode - use compile def instead.
Kevin O'Connor
2009-02-27
1
-4
/
+6
*
Increase default CONFIG_MAX_BIOSTABLE setting.
Kevin O'Connor
2009-02-08
1
-1
/
+1
*
Don't mask irqs in default hardware irq handler.
Kevin O'Connor
2009-02-05
1
-2
/
+2
*
Don't declare a handler for int 0x1c - the default handler is sufficient.
Kevin O'Connor
2009-01-29
1
-1
/
+0
*
Add CONFIG_S3_RESUME to control support for S3 resume.
Kevin O'Connor
2009-01-17
1
-4
/
+5
[next]