aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2012-04-30Add IASL definition to the Makefile.Marc Jones1-1/+2
2012-03-31seabios: readd Makefile rule for ACPIMichael S. Tsirkin1-0/+1
2012-03-24Use "git describe" in the build generated version description.Kevin O'Connor1-7/+4
2012-03-06add virtio-scsi driverPaolo Bonzini1-1/+1
2012-03-06vgabios: Initial support for fixing up assembler to workaround x86emu.Kevin O'Connor1-1/+7
2012-03-06Don't compile with -mrtd.Kevin O'Connor1-1/+1
2012-02-11vgabios: Add version string to debug output.Kevin O'Connor1-2/+4
2012-02-11Direct compile 16bit C code instead of including via .S files.Kevin O'Connor1-25/+33
2012-02-08Add PYTHON definition to Makefile.Kevin O'Connor1-5/+6
2012-01-16vgabios: Build vgabios by default if enabled in Kconfig.Kevin O'Connor1-19/+23
2012-01-16vgabios: Rename vgatables.c to stdvgamodes.c.Kevin O'Connor1-1/+1
2012-01-16vgabios: Add wrapper functions for accessing standard VGA registers.Kevin O'Connor1-3/+4
2012-01-14vgabios: Add cirrus linear framebuffer detection; enable VBE in cirrus.Kevin O'Connor1-1/+1
2012-01-14vgabios: Make the naming in the LX code generic to Geode.Nils1-1/+1
2011-12-31vgabios: Rename vgaio.c to stdvga.c.Kevin O'Connor1-2/+2
2011-12-31vgabios: Move vbe code from vgabios.c to new file vbe.c.Kevin O'Connor1-1/+1
2011-12-31vgabios: Rename vga.c to vgabios.c.Kevin O'Connor1-1/+1
2011-12-31vgabios: Rename vbe.c to bochsvga.c.Kevin O'Connor1-1/+1
2011-12-27vgabios: Merge support for GeodeLX vga bios.Kevin O'Connor1-1/+2
2011-12-20Partially implement VBE interface, create VBE driver skeletonJulian Pidancet1-1/+1
2011-12-18Don't use -fomit-frame-pointer when building VGA bios.Kevin O'Connor1-6/+7
2011-12-18Minor - change indent of continued lines in Makefile.Kevin O'Connor1-19/+19
2011-11-29fix make helpSebastian Herbszt1-0/+3
2011-11-22acpi: add ssdt for pci hotplugMichael S. Tsirkin1-1/+1
2011-10-30acpi: extract aml from .lstMichael S. Tsirkin1-1/+1
2011-10-12acpi: automatically generated ssdt procMichael S. Tsirkin1-1/+1
2011-10-12acpi: generate and parse mixed asl/aml listingMichael S. Tsirkin1-4/+6
2011-10-04Prep version for next release.Kevin 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