Forward port bochs smp changes; rename smpdetect.c to smp.c.
[seabios.git] / Makefile
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.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-05 Kevin O'ConnorInitial KVM support.
2009-01-04 Kevin O'ConnorSilence the strict-aliasing warnings that older compile...
2009-01-01 Kevin O'ConnorTune gcc stack growth parameter.
2008-12-30 Kevin O'ConnorAdd more linker protections around variables accessed...
2008-12-29 Kevin O'ConnorMove pir table offset from ebda to a global variable.
2008-12-21 Kevin O'ConnorInitial PnP bios call support.
2008-12-11 Kevin O'ConnorImprove support for old 16bit resume handlers.
2008-12-07 Kevin O'ConnorExecute smp detect code in place instead of copying it.
2008-12-06 Kevin O'ConnorMakefile cleanups.
2008-11-16 Kevin O'ConnorAdd tool for generating assembler offset definition...
2008-11-16 Kevin O'ConnorCleanup a20 code.
2008-11-08 Kevin O'ConnorSupport .bss variables in 16bit code (ones that the...
2008-11-08 Kevin O'ConnorBe sure to define defaults for NM,STRIP,OBJCOPY in...
2008-11-06 Kevin O'ConnorFix cross compilation issues of seabios
2008-11-02 Kevin O'ConnorSeparate out and enhance option rom scanning code.
2008-08-17 Kevin O'ConnorAdd stubs for VIA vga bios callbacks to system bios.
2008-07-31 Kevin O'ConnorDon't allow CFLAGS to be set from commandline.
2008-07-21 Kevin O'ConnorRemove vgahooks.c from Makefile.
2008-07-20 Kevin O'ConnorRewrite ps2 port (keyboard/mouse) handling.
2008-07-13 Kevin O'ConnorAlways define macro MODE16 - that way it can be used...
2008-07-06 Kevin O'ConnorConvert bootup code (int18/int19) to 32bit mode.
2008-07-06 Kevin O'ConnorRelinking rom32.o twice seems flaky - make third link...
2008-07-06 Kevin O'ConnorEnsure proper alignment of subsections.
2008-07-06 Kevin O'ConnorUse ld to build final rom; remove custom build utilities.
2008-07-04 Kevin O'ConnorDefine 16bit OFFSET_x to be 32bit addresses; introduce...
2008-07-04 Kevin O'ConnorBreakup rombios32.c into pciinit.c and smbios.c
2008-07-04 Kevin O'ConnorSeparate out smp detection and mp table generation...
2008-07-04 Kevin O'ConnorSeparate SMM code into its own file (smm.c from rombios...
2008-06-21 Kevin O'ConnorAdd code (currently disabled) to mask run away irqs.
2008-06-14 Kevin O'ConnorCleanup handling of interrupt controller (PIC).
2008-06-13 Kevin O'ConnorGenerate PIR table at post time.
2008-06-12 Kevin O'ConnorMove acpi code out of rombios32.c; clean up use of...
2008-06-09 Kevin O'ConnorEnhance e820 memory map generation.
2008-06-08 Kevin O'ConnorSeparate out ram shadow code and permit more code to...
2008-05-13 Kevin O'ConnorAdd compile options to reduce stack usage.
2008-05-12 Kevin O'ConnorUse a linker script for 16bit code.
2008-05-10 Kevin O'ConnorFix elf build; rename target file rom.bin to bios.bin.
2008-04-13 Kevin O'ConnorMove timer setup from post.c to clock.c.
2008-04-13 Kevin O'ConnorMove serial/lpt setup from post.c to serial.c
2008-04-13 Kevin O'ConnorMove floppy setup code from post.c to floppy.c.
2008-04-13 Kevin O'ConnorAdd compile options to Makefile to reduce stack space.
2008-04-05 Kevin O'ConnorForward port new boot menu features from bochs bios.
2008-03-16 Kevin O'ConnorBasic support for PCI BIOS.
2008-03-15 Kevin O'ConnorMinor cleanups.
2008-03-13 Kevin O'ConnorMove keyboard setup to kbd.c.
2008-03-13 Kevin O'ConnorMove ata_detect call to 32bit code.
2008-03-11 Kevin O'ConnorForce functions marked as inline to always be inlined.
2008-03-09 Kevin O'ConnorAdd build option -fomit-frame-pointer.
2008-03-08 Kevin O'ConnorPort rombios32 code from bochs-bios.
2008-03-08 Kevin O'ConnorRevert "This patch adds the BIOS support for SMP, ACPI...
2008-03-06 Kevin O'ConnorThis patch adds the BIOS support for SMP, ACPI, PCI...
2008-03-06 Kevin O'ConnorAdd initial support for apmbios code.
2008-03-05 Kevin O'ConnorMove cdrom code to its own file (cdrom.c).
2008-03-03 Kevin O'ConnorApply workaround to allow compiling under Ubuntu.
2008-03-02 Kevin O'ConnorEnhance included bios tables.
2008-03-01 Kevin O'ConnorFix header guards produced by defsys.py
2008-02-29 Kevin O'ConnorInitial support for ATA disks.
2008-02-29 Kevin O'ConnorHave compiler add debugging info to main 16bit code.
2008-02-27 Kevin O'ConnorSome cleanups based on patch by Nguyen Anh Quynh
2008-02-27 Kevin O'ConnorMisc updates.
2008-02-26 Kevin O'ConnorVersion 0.1.2
2008-02-26 Kevin O'ConnorVersion 0.1.1
2008-02-26 Kevin O'ConnorInitial checkin.