seabios.git
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.
2009-09-20 Kevin O'ConnorAllow rom to grow beyond 64K.
2009-09-20 Kevin O'ConnorFix uninitialized variable in cbfs menu code.
2009-09-20 Kevin O'ConnorSupport sleeping until an irq fires, and use where...
2009-09-13 Kevin O'ConnorDo PCI initialization before vga init.
2009-09-12 Kevin O'ConnorUnify cd emulation access and main disk access code.
2009-09-12 Kevin O'ConnorAdd mechanism for describing internal drives in boot...
2009-09-11 Kevin O'ConnorSeparate out pause key processing in process_key().
2009-09-11 Kevin O'ConnorDefine bit names for keyboard shift flags.
2009-09-09 Kevin O'ConnorReplace common segment/offset pairs with struct segoff_s.
2009-09-09 Kevin O'ConnorRename VAR16_32 to VAR16VISIBLE.
2009-09-09 Kevin O'ConnorPrep version id for next release.
2009-09-09 Kevin O'ConnorNote version 0.4.2.
2009-08-30 Kevin O'ConnorRamdisk cleanups.
2009-08-30 Kevin O'ConnorCleanups for malloc code.
2009-08-23 Kevin O'ConnorAdd defines for floppy constants.
2009-08-23 Kevin O'ConnorAdd initial support for PMM allocations of permanent...
2009-08-19 Kevin O'ConnorMerge cdrom 13xx handlers with main disk 13xx handlers.
2009-08-19 Kevin O'ConnorFix bug causing layoutrom.py to break if no rodata...
2009-08-19 Kevin O'ConnorUpdate todo.
2009-08-19 Kevin O'ConnorFurther simplify cbfs functions - don't pass iscomp...
2009-08-19 Kevin O'ConnorWork around qemu quirk - dh not reset on ata drive...
2009-08-17 Kevin O'ConnorAdd support for using floppy images in CBFS.
2009-08-17 Kevin O'ConnorRework coreboot cbfs interface for added flexibility.
next