seabios.git
2010-02-16 Kevin O'ConnorAdd *.pyc to .gitignore.
2010-02-16 Kevin O'ConnorAdd common "block command" definitions and update cdrom...
2010-02-16 Kevin O'ConnorOptimize ntohl() code.
2010-02-16 Kevin O'ConnorMinor - sort ATA CMD definitions.
2010-02-15 Kevin O'ConnorInitial support for USB hubs.
2010-02-15 Kevin O'ConnorMinor - increase debug level of some USB debug statements.
2010-02-15 Kevin O'ConnorDon't leave USB UHCI ports disabled for extended time...
2010-02-14 Kevin O'ConnorDon't parallelize USB OHCI root port reset.
2010-02-14 Kevin O'ConnorIntroduce standard warnings for allocation failures...
2010-02-14 Kevin O'ConnorAdd symbolic definitions for USB delays.
2010-02-14 Kevin O'ConnorSupport USB interrupt schedules on OHCI and UHCI.
2010-02-13 Kevin O'ConnorAdd some ASSERT32FLAT() to help compiler eliminate...
2010-02-13 Isaku Yamahataseabios: acpi: fix memory leak in build_srat().
2010-02-12 Kevin O'ConnorSupport USB keyboard auto-repeat.
2010-02-12 Kevin O'Connormptable: Pull cpuid_signature/features setting out...
2010-01-29 Kevin O'ConnorRework disabling of ps2 port irqs.
2010-01-29 Kevin O'ConnorGo back to using 0xf0000000 for PCI memory start.
2010-01-18 Magnus ChristenssonRead APIC version from APIC instead of using a hard...
2010-01-17 Kevin O'ConnorWork around bochs floppy issue with wait_irq().
2010-01-17 Kevin O'ConnorAdd CONFIG_ATA_DMA option; default to off for now.
2010-01-12 Magnus ChristenssonFix PkgLength calculation for the SSDT.
2010-01-10 Kevin O'ConnorAdd explicit Program Headers to linker scripts.
2010-01-10 Kevin O'ConnorPrep version for next release.
2010-01-09 Kevin O'ConnorUpdate version to 0.5.1
2010-01-06 Kevin O'ConnorFix sign error preventing incorrect memory over 4gig...
2010-01-05 Kevin O'ConnorMinor - better indent assembler in int1587.
2010-01-05 Kevin O'ConnorAdd comment explaining why mptable is in low memory.
2010-01-05 Kevin O'ConnorAdd int1589 support.
2010-01-04 Kevin O'ConnorSet FDPT in irq table even for small drives.
2010-01-03 Kevin O'ConnorReduce #ifs by weeding out some cross-chunk function...
2010-01-03 Kevin O'ConnorFix vgahook sign issue; add warning to build to catch...
2010-01-03 Kevin O'Connorvgabios: Fix compile error due to fixed prototypes.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2010-01-03 Kevin O'Connormptable: Reset pinmask on new bus or device.
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().
next