seabios.git
2009-12-18 Gerd Hoffmannmove htonl() + friends to util.h
2009-12-18 Anthony LiguoriDisable CONFIG_OPTIONROMS_DEPLOYED by default
2009-12-18 Anthony LiguoriDo not guard qemu shadow ram work around in CONFIG_OPTI...
2009-12-13 Kevin O'ConnorDistinguish between debug reports for unimplemented...
2009-12-13 Kevin O'ConnorATA 48bit LBA should only be activated on read/write...
2009-12-13 Kevin O'ConnorExtract out new call32() function from check_preempt...
2009-12-13 Kevin O'ConnorEnhance experimental option rom "threading" - enable...
2009-12-13 Kevin O'ConnorFix use before free in boot_cbfs (boot.c).
2009-12-12 Kevin O'ConnorEnhance readserial.py to try to account for host time...
2009-12-11 Kevin O'ConnorMove stack manipulation code from util.c to new file...
2009-12-11 Kevin O'ConnorRefactor __call16_from32 - introduce transition16.
2009-12-11 Kevin O'ConnorMinor - use wait_irq() instead of irq_enable()/hlt...
2009-12-11 Kevin O'ConnorMake SMBIOS table pass MS SVVP test
2009-12-10 Kevin O'ConnorUnify ps2 port data processing.
2009-12-10 Kevin O'ConnorMove ps2 specific keyboard and mouse code to ps2port.c.
2009-12-10 Kevin O'ConnorAdd experimental feature to run vga optionrom in parall...
2009-12-10 Kevin O'ConnorClear thread info on each boot.
2009-12-05 Kevin O'ConnorIntroduce optimized iomemcpy function for copying from...
2009-12-05 Kevin O'ConnorFix timing in readserial.py - use 10 bits per byte.
2009-12-05 Kevin O'ConnorEnhance readserial.py to note when resetting timer.
2009-12-05 Kevin O'ConnorFix ATA iobase2 access on PCI native mode interfaces.
2009-12-05 Kevin O'ConnorSupport ISA ATA devices for qemu's "-M isapc" mode.
2009-12-03 Kevin O'ConnorFail PS2 port commands when receiving a NAK.
2009-11-26 Kevin O'ConnorMisc updates.
2009-11-26 Kevin O'ConnorReorganize main init order and add comments.
2009-11-25 Kevin O'ConnorClear unused parts of f-segment.
2009-11-25 Kevin O'ConnorClear PMMAllocs even if CONFIG_PMM not set.
2009-11-25 Kevin O'ConnorAdd floppy and cdrom drives in sorted order.
2009-11-24 Kevin O'ConnorSet MaxCountCPUs even if no APIC found.
2009-11-24 Kevin O'ConnorUpdate snprintf to return the number of bytes used.
2009-11-20 Kevin O'ConnorMake sure to reenable ata interrupts even on error.
2009-11-20 Kevin O'ConnorMove SeaBIOS post/boot stack to avoid conflict with...
2009-11-20 Kevin O'ConnorTest for broken gcc -combine on FC12.
2009-11-14 Kevin O'ConnorAdd MPS entries for LINT interrupts.
2009-11-14 Kevin O'ConnorInitialize the LINT LVTs on the local APIC of the BSP.
2009-11-14 Kevin O'ConnorFixes for mptable generation.
2009-11-10 Kevin O'ConnorProperly mask value for MTRR mask.
2009-11-10 Kevin O'ConnorRemove cmos access from cpu detect loop to make it...
2009-11-10 Kevin O'ConnorOnly add the first logical CPU in each physical CPU...
2009-11-10 Kevin O'ConnorFix cpuflag in mptable (| has higher priority than ?:)
2009-11-10 Kevin O'ConnorFix compiler warning in setup_translation().
2009-11-10 Kevin O'ConnorFix typo in pci_bios_init_device() causing use before...
2009-11-04 Kevin O'ConnorVerify 16bit code doesn't rely on any "discarded" sections.
2009-11-04 Kevin O'ConnorReorder source code to work around weird -combine issue.
2009-10-31 Kevin O'ConnorCall yield() while waiting for USB control transfers...
2009-10-31 Kevin O'ConnorImprove debugging info on USB UHCI qh timeout.
2009-10-24 Kevin O'ConnorImprove debugging output from threads.
2009-10-24 Kevin O'ConnorAdd simple cooperative threading scheme to allow parall...
2009-10-24 Kevin O'ConnorEnable ins/outs functions to use 32bit addresses.
2009-10-24 Kevin O'ConnorReplace irq_enable() regions with explicit calls to...
2009-10-23 Kevin O'ConnorHandle tsc rollover.
2009-10-23 Kevin O'ConnorPass 'drive_s' pointer instead of driveid.
2009-10-20 Kevin O'ConnorUpdate TODO list.
2009-10-18 Kevin O'ConnorMove smbios definitions to header file; fix compile...
2009-10-18 Kevin O'ConnorExpand USB OHCI support.
2009-10-14 Kevin O'Connorfix low bits in ROM and I/O sizing
2009-10-12 Kevin O'ConnorUse pmm_malloc() for internal allocations.
2009-10-12 Kevin O'ConnorProvide correct value for QEMU_CFG_IRQ0_OVERRIDE
2009-10-12 Kevin O'Connorenable io/memory unconditionally
2009-10-12 Kevin O'ConnorSet the PCI base address to 0xf0000000.
2009-10-12 Kevin O'ConnorEnable power button event generation.
2009-10-12 Kevin O'ConnorGenerate mptable unconditionally.
2009-10-12 Kevin O'ConnorAdd stubs for USB OHCI support.
2009-10-12 Kevin O'ConnorMove read/write[bwl] from smp.c to util.h.
2009-10-12 Kevin O'ConnorCleanup 'debuginfo' variable in output; add comment.
2009-10-09 Kevin O'ConnorUse MaxCountCPUs during building of per cpu tables.
2009-10-09 Kevin O'ConnorUpdate acpi-dsdt.hex with latest changes from acpi...
2009-10-09 Kevin O'ConnorMove qemu cfg init before smp init.
2009-10-09 Kevin O'ConnorRead max number of cpus from VM.
2009-10-09 Kevin O'ConnorAdd SRAT ACPI table support.
2009-10-09 Kevin O'ConnorAdd 26 pci slots, bringing the total to 32.
2009-10-09 Kevin O'ConnorHPET support.
2009-10-09 Kevin O'ConnorPci hotplug support.
2009-10-09 Kevin O'ConnorProvide gpe _L0x methods.
2009-10-09 Kevin O'ConnorRemove irq 9 from the pci interrupt link resources.
2009-10-09 Kevin O'ConnorUse extended interrupt descriptor for pci irqs.
2009-10-09 Kevin O'ConnorRestrict pci interrupts to irq 5/9/10/11
2009-10-09 Kevin O'ConnorAdvertise pci irqs as active high in DSDT
2009-10-09 Kevin O'ConnorUse preprocessor for pci link routing.
2009-10-09 Kevin O'ConnorAdd rule to compile DSDT to make file.
2009-10-09 Kevin O'ConnorRemove CONFIG_KVM compile option.
2009-10-09 Kevin O'ConnorCheck at runtime if VM is KVM.
2009-10-09 Kevin O'Connorirq0override provided by qemu.
2009-10-09 Kevin O'ConnorCorrect default pci irq links
2009-10-09 Kevin O'ConnorAlways create PCI interrupt override acpi tables.
2009-10-09 Kevin O'ConnorLoad SMBIOS entries and files from qemu
2009-10-09 Kevin O'ConnorAdd support for passing additional acpi tables from...
2009-10-08 Kevin O'ConnorReally fix linker issue with "debuginfo" variable.
2009-10-08 Kevin O'ConnorAdd VAR16VISIBLE to debuginfo - older gcc doesn't optim...
2009-10-08 Kevin O'ConnorAdd snprintf support.
2009-10-08 Kevin O'ConnorSilence gcc asm deprectation warning in output.c.
2009-10-07 Kevin O'Connorresolve memory device roll over reporting issues with...
2009-10-07 Kevin O'ConnorCleanup acpi table creation.
2009-10-04 Kevin O'ConnorWorkaround gcc4.3 compiler error - disable pmm low...
2009-10-04 Kevin O'ConnorMove qemu config code from smbios.c to its own files...
2009-09-29 Kevin O'ConnorInitial support for USB, UHCI, and USB Keyboards.
2009-09-28 Kevin O'ConnorReplace clock conversion constants with defines.
2009-09-25 Kevin O'ConnorInterrupts should be enabled when calling 16bit code.
2009-09-25 Kevin O'ConnorAdd support for permanent low memory allocations.
2009-09-21 Kevin O'ConnorFix bug in fdpt filling - driveid is not hdid.
next