seabios.git
2010-01-03 Kevin O'ConnorDetect latest FC12 gcc -combine breakage.
2010-01-01 Kevin O'ConnorMinor vga binary cleanups.
2010-01-01 Kevin O'ConnorMake MTRR region 0xc0000-0x100000 be cached.
2010-01-01 Kevin O'ConnorForce a link error if a function is used from the wrong...
2010-01-01 Kevin O'ConnorAdd __noreturn define for __attribute__((noreturn)).
2010-01-01 Kevin O'ConnorImplement native 32bit APM support.
2009-12-30 Kevin O'ConnorCommit compiled dsdt file; misc comment updates.
2009-12-30 Gleb Natapovprevent acpi from rerouting SCI interrupt
2009-12-30 Gleb Natapovenumerate all PCI buses in mptable
2009-12-30 Kevin O'ConnorAdd support for 32bit PCI BIOS entry.
2009-12-27 Kevin O'ConnorOnly add "addr32" to memory accesses that require them.
2009-12-27 Kevin O'ConnorIntroduce MODESEGMENT define; rename VISIBLE32 to VISIB...
2009-12-27 Kevin O'ConnorAllocate smbios in temp space and copy into final location.
2009-12-27 Kevin O'ConnorClear user reserved interrupts (0x60-0x66).
2009-12-27 Kevin O'ConnorRemove pci_bios_bigmem_addr; set pci_bios_mem_addr...
2009-12-27 Kevin O'ConnorAdd initial support for ATA DMA.
2009-12-26 Kevin O'ConnorAllocate mptable in temp space and copy into final...
2009-12-24 Kevin O'ConnorAlso report memory over 4G during init.
2009-12-24 Gleb Natapovprovide correct pci routing information in mptable
2009-12-24 Kevin O'ConnorAdd symbolic definitions for MTRR code.
2009-12-20 Kevin O'ConnorFix yield() so it works from boot code.
2009-12-19 Kevin O'ConnorFix potential build failure due to text16 section being...
2009-12-19 Kevin O'ConnorIncrease version in preparation for next release.
2009-12-19 Kevin O'ConnorUpdate version to 0.5.0.
2009-12-18 Gerd Hoffmannqemu: add rom loading via fw_cfg
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.
next