aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2012-03-11Update version to 1.6.3.2rel-1.6.3.21.6.3-stableKevin O'Connor1-1/+1
2012-02-22Add PYTHON definition to Makefile.Kevin O'Connor1-3/+4
2011-11-24Update version to 1.6.3.1rel-1.6.3.1Kevin O'Connor1-1/+1
2011-10-04Update version to 1.6.3rel-1.6.3Kevin O'Connor1-1/+1
2011-10-01Reorder build objects to work around gcc bug with -combine.Kevin O'Connor1-1/+1
2011-07-12pci: remove old pci initilaization codeGerd Hoffmann1-1/+1
2011-07-12Fix compile error - remove bmp.c from being compiled twice.Kevin O'Connor1-1/+1
2011-07-09Add an option to let seabios show BMP file as a logo.Wayne Xia1-2/+2
2011-06-19Remove dev-i440fx.c/h - move code closer to its callers.Kevin O'Connor1-1/+1
2011-06-13Add support for use as Xen HVM BIOS.Ian Campbell1-1/+1
2011-06-13Move support for copying out BIOS tables into its own file.Ian Campbell1-1/+1
2011-05-21Check for broken LD that ships with Ubuntu 11.04.Kevin O'Connor1-2/+2
2011-03-06Prep version for next release.Kevin O'Connor1-1/+1
2011-02-28Update version to 0.6.2rel-0.6.2Kevin O'Connor1-1/+1
2011-01-29Support non-local build directory - allow "make OUT=abc/" to work.Kevin O'Connor1-1/+2
2011-01-29The vgabios build must depend on autoconf.h.Kevin O'Connor1-1/+1
2011-01-29fix parallel compilation of SeaBIOSStefan Reinauer1-1/+4
2011-01-29Start using Kconfig to configure SeaBIOS settings.Kevin O'Connor1-3/+11
2011-01-29Build changes for Linux kconfig code to work in seabios dir structure.Kevin O'Connor1-1/+16
2010-12-26Minor build fixes.Kevin O'Connor1-1/+1
2010-12-05add ahci supportGerd Hoffmann1-1/+1
2010-11-13pci: introduce pci_region to manage pci io/memory/prefmemory regions.Isaku Yamahata1-1/+2
2010-09-15Try to hard-reboot on rerun of post even on emulators.Kevin O'Connor1-3/+3
2010-09-13Prep version for next release.Kevin O'Connor1-1/+1
2010-09-13Update version to 0.6.1rel-0.6.1Kevin O'Connor1-1/+1
2010-07-10seabios: pciinit: use pci device initializer helper function.Kevin O'Connor1-1/+1
2010-06-28Initial bootsplash support.Kevin O'Connor1-1/+1
2010-06-10seabios: remove iasl output file when error.Isaku Yamahata1-4/+6
2010-05-23Allow wait_irq to be called in 32bit code.Kevin O'Connor1-1/+1
2010-05-10Support for booting from virtio disksGleb Natapov1-1/+2
2010-05-01Simplify build by manually resolving external symbols in layoutrom.py.Kevin O'Connor1-17/+10
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-20Disable inlining on old compilers.Kevin O'Connor1-1/+1
2010-03-09Add USB EHCI controller support.Kevin O'Connor1-1/+1
2010-02-28Only compile usb-hub.c and paravirt.c with 32bit code.Kevin O'Connor1-2/+2
2010-02-17Initial support for booting from USB drives.Kevin O'Connor1-1/+1
2010-02-17Move common "command data block" functions to new file blockcmd.c.Kevin O'Connor1-1/+1
2010-02-15Initial support for USB hubs.Kevin O'Connor1-1/+1
2010-01-10Prep version for next release.Kevin O'Connor1-1/+1
2010-01-08Update version to 0.5.1rel-0.5.1Kevin O'Connor1-1/+1
2010-01-03Fix vgahook sign issue; add warning to build to catch future cases.Kevin O'Connor1-1/+2
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-6/+6
2010-01-01Implement native 32bit APM support.Kevin O'Connor1-1/+1
2009-12-30Add support for 32bit PCI BIOS entry.Kevin O'Connor1-13/+26
2009-12-26Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor1-14/+14
2009-12-19Increase version in preparation for next release.Kevin O'Connor1-1/+1
2009-12-18Update version to 0.5.0.rel-0.5.0Kevin O'Connor1-1/+1
2009-12-13Enhance experimental option rom "threading" - enable preemption.Kevin O'Connor1-1/+1
2009-12-10Move stack manipulation code from util.c to new file stacks.c.Kevin O'Connor1-1/+1