aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-04seabios: pci: introduce foreachpci_in_bus() helper macro.Isaku Yamahata1-0/+10
2010-07-04Add romfile_size() wrapper for accessing cbfs/qemu_cfg files.Kevin O'Connor2-2/+15
2010-06-28Initial bootsplash support.Kevin O'Connor9-14/+1335
2010-06-19Update TODOKevin O'Connor1-5/+0
2010-06-19Fix bvprintf() to respect padding for hex printing.Kevin O'Connor1-15/+23
2010-06-13Unify optionrom cbfs/qemu_cfg rom pulling code.Kevin O'Connor5-68/+64
2010-06-10SeaBIOS VGA hooksStefan Reinauer1-10/+134
2010-06-10SeaBIOS CD/DVD abbreviationsStefan Reinauer2-4/+4
2010-06-10seabios: remove iasl output file when error.Isaku Yamahata1-4/+6
2010-06-06Allocate cdemu buffer in low mem instead of ebda.Kevin O'Connor3-18/+19
2010-06-06Introduce memcpy_fl - a memcpy on "flat" pointers.Kevin O'Connor3-15/+17
2010-06-06Rework malloc to use a "first fit" algorithm.Kevin O'Connor3-235/+313
2010-06-06Minor mptable changes.Kevin O'Connor1-8/+6
2010-05-26virtio: clean up memory barrier usageMichael S. Tsirkin2-9/+9
2010-05-26virtio: remove NO_NOTIFY optimizationMichael S. Tsirkin1-3/+1
2010-05-23Don't use RTC to time boot menu delay.Kevin O'Connor3-23/+7
2010-05-23Generalize timer based delay code.Kevin O'Connor3-32/+34
2010-05-23Rename check_time() to check_tsc().Kevin O'Connor9-24/+24
2010-05-23Allow wait_irq to be called in 32bit code.Kevin O'Connor5-51/+79
2010-05-23Improve optionrom debugging statements.Kevin O'Connor2-5/+17
2010-05-23Minor - compile out usb-msc code if CONFIG_USB_MSC not set.Kevin O'Connor1-0/+2
2010-05-23Minor ata cleanups.Kevin O'Connor1-4/+10
2010-05-23Make sure virtio-blk is fully compiled out if not wanted.Kevin O'Connor1-1/+3
2010-05-20Minor - split up virtio_blk_setup().Kevin O'Connor1-69/+74
2010-05-17fix two issues with virtio-blkGleb Natapov3-3/+18
2010-05-16Minor improvements to virtio (allow irqs, allocate page aligned).Kevin O'Connor2-6/+5
2010-05-10Fix virtio compile errors on various gcc versions.Kevin O'Connor7-2/+18
2010-05-10Support for booting from virtio disksGleb Natapov12-1/+653
2010-05-10smbios: avoid counting io hole as ramAlex Williamson1-25/+43
2010-05-01Fix error causing USB HID "boot" protocol to not be enabled.Kevin O'Connor1-2/+2
2010-05-01Add support for USB mice.Kevin O'Connor6-30/+185
2010-05-01When USB keyboard active, don't send keyboard commands to ps2 port.Kevin O'Connor6-30/+72
2010-05-01Document usb-hid.c functions.Kevin O'Connor1-0/+10
2010-05-01Further parallelize init when using CONFIG_THREAD_OPTIONROMS.Kevin O'Connor4-30/+50
2010-05-01Handle unknown function addresses in tools/checkstack.py.Kevin O'Connor1-17/+16
2010-05-01Simplify build by manually resolving external symbols in layoutrom.py.Kevin O'Connor7-291/+241
2010-04-17USB EHCI should yield() whil waiting for controller to ack reset.Kevin O'Connor1-0/+1
2010-04-17Add __attribute__((__malloc__)) declaration to internal malloc funcs.Kevin O'Connor2-2/+3
2010-04-17Minor - remove redundant check from ata_try_dma.Kevin O'Connor1-2/+0
2010-04-08Fix possible unitialized variable issue in usb msc.Kevin O'Connor1-14/+12
2010-04-02Some improvements to optionrom preemption support.Kevin O'Connor2-7/+16
2010-03-28Refactor USB hub code.Kevin O'Connor7-209/+253
2010-03-28Prep version for next release.Kevin O'Connor1-1/+1
2010-03-26Update version to 0.6.0.rel-0.6.0Kevin O'Connor1-1/+1
2010-03-20Improve USB EHCI timing.Kevin O'Connor1-7/+17
2010-03-20Disable inlining on old compilers.Kevin O'Connor2-1/+2
2010-03-20Force use of indirect function calls in inline assembler.Kevin O'Connor3-9/+8
2010-03-20Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).Kevin O'Connor4-6/+28
2010-03-20Call to int1552 (from int1346) should set regs->dl.Kevin O'Connor1-0/+1
2010-03-20Adjust debug levels of device discovery.Kevin O'Connor4-4/+6