seabios.git
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.
2009-08-16 Kevin O'ConnorUnify floppy and harddrive command routing.
2009-08-16 Kevin O'ConnorUnify some floppy and disk functions.
2009-08-16 Kevin O'ConnorChange send_disk_op() to return the bios status code.
2009-08-16 Kevin O'ConnorEnhance boot menu to allow selection of floppy to boot...
2009-08-16 Kevin O'ConnorAdd floppy controllers to "drives" list also.
2009-08-12 Kevin O'ConnorStore cdrom emulated driveid directly.
2009-08-12 Kevin O'ConnorUse variable name "driveid" consistently (instead of...
2009-08-12 Kevin O'ConnorSeparate ATA code from generic disk code.
2009-08-12 Kevin O'ConnorMinor - remove ATA specific version field from ATA...
2009-08-12 Kevin O'ConnorDensely populate ATA.devices list.
2009-08-10 Kevin O'ConnorMisc ATA cleanups.
2009-08-10 Kevin O'ConnorAdd helper macros for defining GDT descriptors.
2009-08-09 Kevin O'ConnorRoute disk_op commands by drive type - not by command.
2009-08-09 Kevin O'ConnorRemove unused cdemu ATA code.
2009-08-09 Kevin O'ConnorImplement cdrom disk emulation at high-level instead...
2009-08-09 Kevin O'ConnorUpdate tools/checkstack.py - new compilers set %ebp...
2009-08-09 Kevin O'ConnorSeparate cdemu disk accesses from regular disk accesses.
2009-08-09 Kevin O'ConnorUse regular CD reading to load initial CDROM boot image.
2009-08-02 Kevin O'ConnorAdd option CONFIG_SCREEN_AND_DEBUG to control printf...
2009-08-02 Kevin O'ConnorFix some PMM corner-cases.
next