seabios.git
2010-06-28 Kevin O'ConnorInitial bootsplash support.
2010-06-19 Kevin O'ConnorUpdate TODO
2010-06-19 Kevin O'ConnorFix bvprintf() to respect padding for hex printing.
2010-06-13 Kevin O'ConnorUnify optionrom cbfs/qemu_cfg rom pulling code.
2010-06-11 Stefan ReinauerSeaBIOS VGA hooks
2010-06-11 Stefan ReinauerSeaBIOS CD/DVD abbreviations
2010-06-11 Isaku Yamahataseabios: remove iasl output file when error.
2010-06-06 Kevin O'ConnorAllocate cdemu buffer in low mem instead of ebda.
2010-06-06 Kevin O'ConnorIntroduce memcpy_fl - a memcpy on "flat" pointers.
2010-06-06 Kevin O'ConnorRework malloc to use a "first fit" algorithm.
2010-06-06 Kevin O'ConnorMinor mptable changes.
2010-05-27 Michael S.... virtio: clean up memory barrier usage
2010-05-27 Michael S.... virtio: remove NO_NOTIFY optimization
2010-05-23 Kevin O'ConnorDon't use RTC to time boot menu delay.
2010-05-23 Kevin O'ConnorGeneralize timer based delay code.
2010-05-23 Kevin O'ConnorRename check_time() to check_tsc().
2010-05-23 Kevin O'ConnorAllow wait_irq to be called in 32bit code.
2010-05-23 Kevin O'ConnorImprove optionrom debugging statements.
2010-05-23 Kevin O'ConnorMinor - compile out usb-msc code if CONFIG_USB_MSC...
2010-05-23 Kevin O'ConnorMinor ata cleanups.
2010-05-23 Kevin O'ConnorMake sure virtio-blk is fully compiled out if not wanted.
2010-05-20 Kevin O'ConnorMinor - split up virtio_blk_setup().
2010-05-17 Gleb Natapovfix two issues with virtio-blk
2010-05-16 Kevin O'ConnorMinor improvements to virtio (allow irqs, allocate...
2010-05-11 Kevin O'ConnorFix virtio compile errors on various gcc versions.
2010-05-11 Gleb NatapovSupport for booting from virtio disks
2010-05-11 Alex Williamsonsmbios: avoid counting io hole as ram
2010-05-02 Kevin O'ConnorFix error causing USB HID "boot" protocol to not be...
2010-05-02 Kevin O'ConnorAdd support for USB mice.
2010-05-01 Kevin O'ConnorWhen USB keyboard active, don't send keyboard commands...
2010-05-01 Kevin O'ConnorDocument usb-hid.c functions.
2010-05-01 Kevin O'ConnorFurther parallelize init when using CONFIG_THREAD_OPTIO...
2010-05-01 Kevin O'ConnorHandle unknown function addresses in tools/checkstack.py.
2010-05-01 Kevin O'ConnorSimplify build by manually resolving external symbols...
2010-04-17 Kevin O'ConnorUSB EHCI should yield() whil waiting for controller...
2010-04-17 Kevin O'ConnorAdd __attribute__((__malloc__)) declaration to internal...
2010-04-17 Kevin O'ConnorMinor - remove redundant check from ata_try_dma.
2010-04-09 Kevin O'ConnorFix possible unitialized variable issue in usb msc.
2010-04-02 Kevin O'ConnorSome improvements to optionrom preemption support.
2010-03-28 Kevin O'ConnorRefactor USB hub code.
2010-03-28 Kevin O'ConnorPrep version for next release.
2010-03-27 Kevin O'ConnorUpdate version to 0.6.0.
2010-03-21 Kevin O'ConnorImprove USB EHCI timing.
2010-03-21 Kevin O'ConnorDisable inlining on old compilers.
2010-03-21 Kevin O'ConnorForce use of indirect function calls in inline assembler.
2010-03-20 Kevin O'ConnorDon't move EBDA while an optionrom is running (CONFIG_T...
2010-03-20 Kevin O'ConnorCall to int1552 (from int1346) should set regs->dl.
2010-03-20 Kevin O'ConnorAdjust debug levels of device discovery.
2010-03-20 Kevin O'ConnorDefault CONFIG_COREBOOT_FLASH on; make depend on CONFIG...
2010-03-15 Kevin O'ConnorRestore segment limits in handle_1589 code.
2010-03-14 Kevin O'ConnorExtend time for rtc to be ready.
2010-03-14 Kevin O'ConnorBackup and restore registers when calling out to user...
2010-03-14 Kevin O'ConnorEnable irqs in kbd/clock calls that caller might "spin...
2010-03-14 Kevin O'ConnorProcess event on ps2 keyboard irq even if event already...
2010-03-14 Kevin O'ConnorRevert "Unify ps2 port data processing."
2010-03-14 Kevin O'ConnorHandle variable length return of ps2 port GETID command.
2010-03-14 Kevin O'ConnorPrevent ps2 irqs from messing up ps2 init.
2010-03-13 Kevin O'ConnorRevert "Rework disabling of ps2 port irqs."
2010-03-13 Kevin O'ConnorFix smp cpu detect on gcc 4.5.
2010-03-10 Kevin O'ConnorImprovements to tools/checkstack.py.
2010-03-10 Kevin O'ConnorAdd USB EHCI controller support.
2010-03-10 Kevin O'ConnorSome USB UHCI and OHCI fixes and cleanups.
2010-03-10 Kevin O'ConnorMinor - USB OHCI interrupt queue should be one larger.
2010-03-10 Kevin O'ConnorReduce size of USB 'struct uhci_td'.
2010-03-10 Kevin O'ConnorDynamically allocate USB controller structures.
2010-03-10 Kevin O'ConnorReplace USB encoded 'u32 endp' scheme with explicit...
2010-03-10 Kevin O'ConnorFurther parallelize USB init by launching a thread...
2010-02-28 Kevin O'ConnorIntroduce simple "mutex" locking code.
2010-02-28 Kevin O'ConnorOnly compile usb-hub.c and paravirt.c with 32bit code.
2010-02-28 Kevin O'ConnorPrefer passing a USB "pipe" structure over a USB endp...
2010-02-28 Kevin O'ConnorAdd a generic "internal error" warning function.
2010-02-28 Kevin O'ConnorDynamically allocate ata_channel info; introduce custom...
2010-02-22 Kevin O'ConnorCleanup - build drive description in temp memory during...
2010-02-21 Jes SorensenSeabios e820 reservation portion v3
2010-02-18 Kevin O'ConnorInitial support for booting from USB drives.
2010-02-18 Kevin O'ConnorIntroduce helper functions for finding USB end-points.
2010-02-18 Kevin O'ConnorUSB UHCI cleanups.
2010-02-18 Kevin O'ConnorMinor - arrange struct drive_s to clarify field roles.
2010-02-18 Kevin O'ConnorFix off by one error in strtcpy.
2010-02-17 Kevin O'ConnorDon't require a valid physical cylinders/heads/spt...
2010-02-17 Kevin O'ConnorMove common "command data block" functions to new file...
2010-02-16 Kevin O'ConnorDynamically allocate each drive_g with malloc_fseg().
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...
next