aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* seabios: pciinit: make pci memory space assignment 64bit aware.Isaku Yamahata2010-07-041-2/+17
* seabios: pciinit: factor out pci bar region allocation logic.Isaku Yamahata2010-07-041-37/+47
* seabios: pci: introduce foreachpci_in_bus() helper macro.Isaku Yamahata2010-07-041-0/+10
* Add romfile_size() wrapper for accessing cbfs/qemu_cfg files.Kevin O'Connor2010-07-042-2/+15
* Initial bootsplash support.Kevin O'Connor2010-06-289-14/+1335
* Update TODOKevin O'Connor2010-06-191-5/+0
* Fix bvprintf() to respect padding for hex printing.Kevin O'Connor2010-06-191-15/+23
* Unify optionrom cbfs/qemu_cfg rom pulling code.Kevin O'Connor2010-06-135-68/+64
* SeaBIOS VGA hooksStefan Reinauer2010-06-101-10/+134
* SeaBIOS CD/DVD abbreviationsStefan Reinauer2010-06-102-4/+4
* seabios: remove iasl output file when error.Isaku Yamahata2010-06-101-4/+6
* Allocate cdemu buffer in low mem instead of ebda.Kevin O'Connor2010-06-063-18/+19
* Introduce memcpy_fl - a memcpy on "flat" pointers.Kevin O'Connor2010-06-063-15/+17
* Rework malloc to use a "first fit" algorithm.Kevin O'Connor2010-06-063-235/+313
* Minor mptable changes.Kevin O'Connor2010-06-061-8/+6
* virtio: clean up memory barrier usageMichael S. Tsirkin2010-05-262-9/+9
* virtio: remove NO_NOTIFY optimizationMichael S. Tsirkin2010-05-261-3/+1
* Don't use RTC to time boot menu delay.Kevin O'Connor2010-05-233-23/+7
* Generalize timer based delay code.Kevin O'Connor2010-05-233-32/+34
* Rename check_time() to check_tsc().Kevin O'Connor2010-05-239-24/+24
* Allow wait_irq to be called in 32bit code.Kevin O'Connor2010-05-235-51/+79
* Improve optionrom debugging statements.Kevin O'Connor2010-05-232-5/+17
* Minor - compile out usb-msc code if CONFIG_USB_MSC not set.Kevin O'Connor2010-05-231-0/+2
* Minor ata cleanups.Kevin O'Connor2010-05-231-4/+10
* Make sure virtio-blk is fully compiled out if not wanted.Kevin O'Connor2010-05-231-1/+3
* Minor - split up virtio_blk_setup().Kevin O'Connor2010-05-201-69/+74
* fix two issues with virtio-blkGleb Natapov2010-05-173-3/+18
* Minor improvements to virtio (allow irqs, allocate page aligned).Kevin O'Connor2010-05-162-6/+5
* Fix virtio compile errors on various gcc versions.Kevin O'Connor2010-05-107-2/+18
* Support for booting from virtio disksGleb Natapov2010-05-1012-1/+653
* smbios: avoid counting io hole as ramAlex Williamson2010-05-101-25/+43
* Fix error causing USB HID "boot" protocol to not be enabled.Kevin O'Connor2010-05-011-2/+2
* Add support for USB mice.Kevin O'Connor2010-05-016-30/+185
* When USB keyboard active, don't send keyboard commands to ps2 port.Kevin O'Connor2010-05-016-30/+72
* Document usb-hid.c functions.Kevin O'Connor2010-05-011-0/+10
* Further parallelize init when using CONFIG_THREAD_OPTIONROMS.Kevin O'Connor2010-05-014-30/+50
* Handle unknown function addresses in tools/checkstack.py.Kevin O'Connor2010-05-011-17/+16
* Simplify build by manually resolving external symbols in layoutrom.py.Kevin O'Connor2010-05-017-291/+241
* USB EHCI should yield() whil waiting for controller to ack reset.Kevin O'Connor2010-04-171-0/+1
* Add __attribute__((__malloc__)) declaration to internal malloc funcs.Kevin O'Connor2010-04-172-2/+3
* Minor - remove redundant check from ata_try_dma.Kevin O'Connor2010-04-171-2/+0
* Fix possible unitialized variable issue in usb msc.Kevin O'Connor2010-04-081-14/+12
* Some improvements to optionrom preemption support.Kevin O'Connor2010-04-022-7/+16
* Refactor USB hub code.Kevin O'Connor2010-03-287-209/+253
* Prep version for next release.Kevin O'Connor2010-03-281-1/+1
* Update version to 0.6.0.rel-0.6.0Kevin O'Connor2010-03-261-1/+1
* Improve USB EHCI timing.Kevin O'Connor2010-03-201-7/+17
* Disable inlining on old compilers.Kevin O'Connor2010-03-202-1/+2
* Force use of indirect function calls in inline assembler.Kevin O'Connor2010-03-203-9/+8
* Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).Kevin O'Connor2010-03-204-6/+28