aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* vgabios: Add version string to debug output.Kevin O'Connor2012-02-111-2/+4
* Direct compile 16bit C code instead of including via .S files.Kevin O'Connor2012-02-111-25/+33
* Add PYTHON definition to Makefile.Kevin O'Connor2012-02-081-5/+6
* vgabios: Build vgabios by default if enabled in Kconfig.Kevin O'Connor2012-01-161-19/+23
* vgabios: Rename vgatables.c to stdvgamodes.c.Kevin O'Connor2012-01-161-1/+1
* vgabios: Add wrapper functions for accessing standard VGA registers.Kevin O'Connor2012-01-161-3/+4
* vgabios: Add cirrus linear framebuffer detection; enable VBE in cirrus.Kevin O'Connor2012-01-141-1/+1
* vgabios: Make the naming in the LX code generic to Geode.Nils2012-01-141-1/+1
* vgabios: Rename vgaio.c to stdvga.c.Kevin O'Connor2011-12-311-2/+2
* vgabios: Move vbe code from vgabios.c to new file vbe.c.Kevin O'Connor2011-12-311-1/+1
* vgabios: Rename vga.c to vgabios.c.Kevin O'Connor2011-12-311-1/+1
* vgabios: Rename vbe.c to bochsvga.c.Kevin O'Connor2011-12-311-1/+1
* vgabios: Merge support for GeodeLX vga bios.Kevin O'Connor2011-12-271-1/+2
* Partially implement VBE interface, create VBE driver skeletonJulian Pidancet2011-12-201-1/+1
* Don't use -fomit-frame-pointer when building VGA bios.Kevin O'Connor2011-12-181-6/+7
* Minor - change indent of continued lines in Makefile.Kevin O'Connor2011-12-181-19/+19
* fix make helpSebastian Herbszt2011-11-291-0/+3
* acpi: add ssdt for pci hotplugMichael S. Tsirkin2011-11-221-1/+1
* acpi: extract aml from .lstMichael S. Tsirkin2011-10-301-1/+1
* acpi: automatically generated ssdt procMichael S. Tsirkin2011-10-121-1/+1
* acpi: generate and parse mixed asl/aml listingMichael S. Tsirkin2011-10-121-4/+6
* Prep version for next release.Kevin O'Connor2011-10-041-1/+1
* Update version to 1.6.3Kevin O'Connor2011-10-041-1/+1
* Reorder build objects to work around gcc bug with -combine.Kevin O'Connor2011-10-011-1/+1
* pci: remove old pci initilaization codeGerd Hoffmann2011-07-121-1/+1
* Fix compile error - remove bmp.c from being compiled twice.Kevin O'Connor2011-07-121-1/+1
* Add an option to let seabios show BMP file as a logo.Wayne Xia2011-07-091-2/+2
* Remove dev-i440fx.c/h - move code closer to its callers.Kevin O'Connor2011-06-191-1/+1
* Add support for use as Xen HVM BIOS.Ian Campbell2011-06-131-1/+1
* Move support for copying out BIOS tables into its own file.Ian Campbell2011-06-131-1/+1
* Check for broken LD that ships with Ubuntu 11.04.Kevin O'Connor2011-05-211-2/+2
* Prep version for next release.Kevin O'Connor2011-03-061-1/+1
* 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