grml...
[seabios.git] / Makefile
2012-01-16 Kevin O'Connorvgabios: Build vgabios by default if enabled in Kconfig.
2012-01-16 Kevin O'Connorvgabios: Rename vgatables.c to stdvgamodes.c.
2012-01-16 Kevin O'Connorvgabios: Add wrapper functions for accessing standard...
2012-01-14 Kevin O'Connorvgabios: Add cirrus linear framebuffer detection; enabl...
2012-01-14 Nilsvgabios: Make the naming in the LX code generic to...
2011-12-31 Kevin O'Connorvgabios: Rename vgaio.c to stdvga.c.
2011-12-31 Kevin O'Connorvgabios: Move vbe code from vgabios.c to new file vbe.c.
2011-12-31 Kevin O'Connorvgabios: Rename vga.c to vgabios.c.
2011-12-31 Kevin O'Connorvgabios: Rename vbe.c to bochsvga.c.
2011-12-28 Kevin O'Connorvgabios: Merge support for GeodeLX vga bios.
2011-12-21 Julian PidancetPartially implement VBE interface, create VBE driver...
2011-12-18 Kevin O'ConnorDon't use -fomit-frame-pointer when building VGA bios.
2011-12-18 Kevin O'ConnorMinor - change indent of continued lines in Makefile.
2011-11-30 Sebastian Herbsztfix make help
2011-11-23 Michael S. Tsirkinacpi: add ssdt for pci hotplug
2011-10-30 Michael S. Tsirkinacpi: extract aml from .lst
2011-10-13 Michael S. Tsirkinacpi: automatically generated ssdt proc
2011-10-13 Michael S. Tsirkinacpi: generate and parse mixed asl/aml listing
2011-10-05 Kevin O'ConnorPrep version for next release.
2011-10-05 Kevin O'ConnorUpdate version to 1.6.3
2011-10-01 Kevin O'ConnorReorder build objects to work around gcc bug with ...
2011-07-13 Gerd Hoffmannpci: remove old pci initilaization code
2011-07-13 Kevin O'ConnorFix compile error - remove bmp.c from being compiled...
2011-07-09 Wayne XiaAdd an option to let seabios show BMP file as a logo.
2011-06-19 Kevin O'ConnorRemove dev-i440fx.c/h - move code closer to its callers.
2011-06-13 Ian CampbellAdd support for use as Xen HVM BIOS.
2011-06-13 Ian CampbellMove support for copying out BIOS tables into its own...
2011-05-22 Kevin O'ConnorCheck for broken LD that ships with Ubuntu 11.04.
2011-03-06 Kevin O'ConnorPrep version for next release.
2011-03-01 Kevin O'ConnorUpdate version to 0.6.2
2011-01-29 Kevin O'ConnorSupport non-local build directory - allow "make OUT...
2011-01-29 Kevin O'ConnorThe vgabios build must depend on autoconf.h.
2011-01-29 Stefan Reinauerfix parallel compilation of SeaBIOS
2011-01-29 Kevin O'ConnorStart using Kconfig to configure SeaBIOS settings.
2011-01-29 Kevin O'ConnorBuild changes for Linux kconfig code to work in seabios...
2010-12-26 Kevin O'ConnorMinor build fixes.
2010-12-05 Gerd Hoffmannadd ahci support
2010-11-13 Isaku Yamahatapci: introduce pci_region to manage pci io/memory/prefm...
2010-09-16 Kevin O'ConnorTry to hard-reboot on rerun of post even on emulators.
2010-09-13 Kevin O'ConnorPrep version for next release.
2010-09-13 Kevin O'ConnorUpdate version to 0.6.1
2010-07-10 Kevin O'Connorseabios: pciinit: use pci device initializer helper...
2010-06-28 Kevin O'ConnorInitial bootsplash support.
2010-06-11 Isaku Yamahataseabios: remove iasl output file when error.
2010-05-23 Kevin O'ConnorAllow wait_irq to be called in 32bit code.
2010-05-11 Gleb NatapovSupport for booting from virtio disks
2010-05-01 Kevin O'ConnorSimplify build by manually resolving external symbols...
2010-03-28 Kevin O'ConnorPrep version for next release.
2010-03-27 Kevin O'ConnorUpdate version to 0.6.0.
2010-03-21 Kevin O'ConnorDisable inlining on old compilers.
2010-03-10 Kevin O'ConnorAdd USB EHCI controller support.
2010-02-28 Kevin O'ConnorOnly compile usb-hub.c and paravirt.c with 32bit code.
2010-02-18 Kevin O'ConnorInitial support for booting from USB drives.
2010-02-17 Kevin O'ConnorMove common "command data block" functions to new file...
2010-02-15 Kevin O'ConnorInitial support for USB hubs.
2010-01-10 Kevin O'ConnorPrep version for next release.
2010-01-09 Kevin O'ConnorUpdate version to 0.5.1
2010-01-03 Kevin O'ConnorFix vgahook sign issue; add warning to build to catch...
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2010-01-01 Kevin O'ConnorImplement native 32bit APM support.
2009-12-30 Kevin O'ConnorAdd support for 32bit PCI BIOS entry.
2009-12-27 Kevin O'ConnorIntroduce MODESEGMENT define; rename VISIBLE32 to VISIB...
2009-12-19 Kevin O'ConnorIncrease version in preparation for next release.
2009-12-19 Kevin O'ConnorUpdate version to 0.5.0.
2009-12-13 Kevin O'ConnorEnhance experimental option rom "threading" - enable...
2009-12-11 Kevin O'ConnorMove stack manipulation code from util.c to new file...
2009-11-04 Kevin O'ConnorReorder source code to work around weird -combine issue.
2009-10-12 Kevin O'ConnorAdd stubs for USB OHCI support.
2009-10-09 Kevin O'ConnorAdd rule to compile DSDT to make file.
2009-10-04 Kevin O'ConnorMove qemu config code from smbios.c to its own files...
2009-09-29 Kevin O'ConnorInitial support for USB, UHCI, and USB Keyboards.
2009-09-20 Kevin O'ConnorAllow rom to grow beyond 64K.
2009-09-09 Kevin O'ConnorPrep version id for next release.
2009-09-09 Kevin O'ConnorNote version 0.4.2.
2009-08-17 Kevin O'ConnorAdd support for using floppy images in CBFS.
2009-08-12 Kevin O'ConnorSeparate ATA code from generic disk code.
2009-07-30 Kevin O'ConnorAdd auto-generated version info to each build.
2009-07-26 Kevin O'ConnorAdd PMM stubs.
2009-07-19 Kevin O'ConnorExpand int155f "vgahook" detection.
2009-07-14 Kevin O'ConnorMinor - clarify intermediate object file names.
2009-06-23 Kevin O'ConnorDon't use "objcopy --extract-symbol" - old binutils...
2009-06-21 Kevin O'ConnorForward port bochs smp changes; rename smpdetect.c...
2009-06-18 Kevin O'ConnorAvoid makefile "else ifeq" syntax - old versions don...
2009-06-16 Kevin O'ConnorAvoid -fwhole-program on broken gcc instead of stopping...
2009-06-11 Kevin O'ConnorAdd support for gcc v3.x compilers.
2009-06-11 Kevin O'ConnorDo garbage collection of unused sections.
2009-05-28 Kevin O'ConnorKeep relocated 16bit code so checkstack can use it.
2009-05-23 Kevin O'ConnorEliminate "_code32_" prefix on 32bit symbols referenced...
2009-05-18 Kevin O'ConnorVGA: Commit missing change to Makefile.
2009-05-07 Kevin O'ConnorAdd initial port of the "open source vga bios" project.
2009-04-27 Kevin O'ConnorAdd LZMA decompression support to CBFS.
2009-04-20 Kevin O'ConnorFixup previous memcpy optimization.
2009-04-09 Kevin O'ConnorTurn off new gcc tree-switch-conversion option in 16bit...
2009-04-09 Kevin O'ConnorRework linker scripts so they work on new version of ld.
2009-03-27 Kevin O'ConnorExpand gcc tests.
2009-02-08 Kevin O'ConnorReorganize boot code.
2009-01-25 Kevin O'ConnorEnhance makefile to autodetect if AVOIDCOMBINE is needed.
2009-01-17 Kevin O'ConnorMove variables from assembler to C code.
2009-01-17 Kevin O'ConnorTry to automatically fit sections into open spaces...
2009-01-17 Kevin O'ConnorLayout fixed area using linker instead of assembler.
next