aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update version to 0.6.2rel-0.6.2Kevin O'Connor2011-02-281-1/+1
* Support non-local build directory - allow "make OUT=abc/" to work.Kevin O'Connor2011-01-291-1/+2
* The vgabios build must depend on autoconf.h.Kevin O'Connor2011-01-291-1/+1
* fix parallel compilation of SeaBIOSStefan Reinauer2011-01-291-1/+4
* Start using Kconfig to configure SeaBIOS settings.Kevin O'Connor2011-01-291-3/+11
* Build changes for Linux kconfig code to work in seabios dir structure.Kevin O'Connor2011-01-291-1/+16
* Minor build fixes.Kevin O'Connor2010-12-261-1/+1
* add ahci supportGerd Hoffmann2010-12-051-1/+1
* pci: introduce pci_region to manage pci io/memory/prefmemory regions.Isaku Yamahata2010-11-131-1/+2
* Try to hard-reboot on rerun of post even on emulators.Kevin O'Connor2010-09-151-3/+3
* Prep version for next release.Kevin O'Connor2010-09-131-1/+1
* Update version to 0.6.1rel-0.6.1Kevin O'Connor2010-09-131-1/+1
* seabios: pciinit: use pci device initializer helper function.Kevin O'Connor2010-07-101-1/+1
* Initial bootsplash support.Kevin O'Connor2010-06-281-1/+1
* seabios: remove iasl output file when error.Isaku Yamahata2010-06-101-4/+6
* Allow wait_irq to be called in 32bit code.Kevin O'Connor2010-05-231-1/+1
* Support for booting from virtio disksGleb Natapov2010-05-101-1/+2
* Simplify build by manually resolving external symbols in layoutrom.py.Kevin O'Connor2010-05-011-17/+10
* 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
* Disable inlining on old compilers.Kevin O'Connor2010-03-201-1/+1
* Add USB EHCI controller support.Kevin O'Connor2010-03-091-1/+1
* Only compile usb-hub.c and paravirt.c with 32bit code.Kevin O'Connor2010-02-281-2/+2
* Initial support for booting from USB drives.Kevin O'Connor2010-02-171-1/+1
* Move common "command data block" functions to new file blockcmd.c.Kevin O'Connor2010-02-171-1/+1
* Initial support for USB hubs.Kevin O'Connor2010-02-151-1/+1
* Prep version for next release.Kevin O'Connor2010-01-101-1/+1
* Update version to 0.5.1rel-0.5.1Kevin O'Connor2010-01-081-1/+1
* Fix vgahook sign issue; add warning to build to catch future cases.Kevin O'Connor2010-01-031-1/+2
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-6/+6
* Implement native 32bit APM support.Kevin O'Connor2010-01-011-1/+1
* Add support for 32bit PCI BIOS entry.Kevin O'Connor2009-12-301-13/+26
* Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor2009-12-261-14/+14
* Increase version in preparation for next release.Kevin O'Connor2009-12-191-1/+1
* Update version to 0.5.0.rel-0.5.0Kevin O'Connor2009-12-181-1/+1
* Enhance experimental option rom "threading" - enable preemption.Kevin O'Connor2009-12-131-1/+1
* Move stack manipulation code from util.c to new file stacks.c.Kevin O'Connor2009-12-101-1/+1
* Reorder source code to work around weird -combine issue.Kevin O'Connor2009-11-031-4/+4
* Add stubs for USB OHCI support.Kevin O'Connor2009-10-121-1/+1
* Add rule to compile DSDT to make file.Kevin O'Connor2009-10-081-0/+7
* Move qemu config code from smbios.c to its own files. Add support forKevin O'Connor2009-10-041-1/+1
* Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor2009-09-281-2/+3
* Allow rom to grow beyond 64K.Kevin O'Connor2009-09-201-23/+18
* Prep version id for next release.Kevin O'Connor2009-09-081-1/+1
* Note version 0.4.2.rel-0.4.2Kevin O'Connor2009-09-081-1/+1
* Add support for using floppy images in CBFS.Kevin O'Connor2009-08-161-1/+1
* Separate ATA code from generic disk code.Kevin O'Connor2009-08-111-1/+1
* Add auto-generated version info to each build.Kevin O'Connor2009-07-291-2/+7
* Add PMM stubs.Kevin O'Connor2009-07-261-1/+1
* Expand int155f "vgahook" detection.Kevin O'Connor2009-07-191-2/+2