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
*
add serial console support
Gerd Hoffmann
2017-09-22
1
-1
/
+0
*
optionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYED
Kevin O'Connor
2016-04-06
1
-2
/
+0
*
mptable: Don't create mptable if it is very large
Kevin O'Connor
2015-08-04
1
-0
/
+2
*
Implementation of the TCG BIOS extensions
Stefan Berger
2015-05-21
1
-0
/
+1
*
smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.
Kevin O'Connor
2014-06-04
1
-0
/
+1
*
smm: Use a C struct to define the layout of the SMM area.
Kevin O'Connor
2014-06-04
1
-3
/
+2
*
smm: Replace SMI assembler code with C code.
Kevin O'Connor
2014-06-04
1
-0
/
+1
*
Minor - replace some tab characters that slipped into the code.
Kevin O'Connor
2014-04-11
1
-1
/
+1
*
Increase maximum size of permanent high memory area.
Kevin O'Connor
2014-01-29
1
-1
/
+1
*
mptable: Use same PCI irqs as ACPI code.
Kevin O'Connor
2013-03-18
1
-0
/
+3
*
Separate out 16bit PCI-BIOS entry point from regular int 0x1a entry point.
Kevin O'Connor
2013-03-03
1
-1
/
+1
*
Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.
Kevin O'Connor
2013-02-20
1
-14
/
+14
*
Eliminate separate BiosTableSpace[] space for f-segment allocations.
Kevin O'Connor
2013-02-19
1
-2
/
+0
*
seabios: make mttr UC area setup dynamic
Jason Baron
2012-12-01
1
-1
/
+0
*
report real I/O APIC ID (0) on MADT and MP-table (v3)
Eduardo Habkost
2012-08-01
1
-0
/
+1
*
Allow optionroms and "low mem" to share space.
Kevin O'Connor
2012-05-21
1
-1
/
+0
*
Add mechanism to declare variables as "low mem" and use for extra stack.
Kevin O'Connor
2012-05-20
1
-0
/
+1
*
Use the e-segment instead of the 9-segment for bios "low mem".
Kevin O'Connor
2012-05-13
1
-0
/
+1
*
pciinit: Migrate 64bit entries to 64bit pci regions
Alexey Korolev
2012-04-26
1
-0
/
+2
*
Minor - move ACPI_HPET_ADDRESS definition to config.h.
Kevin O'Connor
2011-09-20
1
-8
/
+7
*
Allow allocation of SMBIOS table in f-segment if it is small.
Kevin O'Connor
2011-08-03
1
-0
/
+2
*
pci: set BUILD_PCIMEM_START to 0xe0000000
Gerd Hoffmann
2011-07-12
1
-1
/
+1
*
pci: cleanup config.h
Gerd Hoffmann
2011-07-12
1
-14
/
+0
*
Remove support for compiling in OPTIONROM_VENDEV_1/2.
Kevin O'Connor
2011-06-20
1
-7
/
+0
*
Expand user configurable parameters in Kconfig.
Kevin O'Connor
2011-01-30
1
-104
/
+0
*
Support non-local build directory - allow "make OUT=abc/" to work.
Kevin O'Connor
2011-01-29
1
-1
/
+1
*
Start using Kconfig to configure SeaBIOS settings.
Kevin O'Connor
2011-01-29
1
-9
/
+2
*
add ahci support
Gerd Hoffmann
2010-12-05
1
-0
/
+2
*
Move the 32bit init code to high memory at runtime.
Kevin O'Connor
2010-09-25
1
-0
/
+2
*
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
[next]