aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Minor - clarify intermediate object file names.Kevin O'Connor2009-07-131-11/+13
* Don't use "objcopy --extract-symbol" - old binutils don't have that option.Kevin O'Connor2009-06-221-1/+1
* Forward port bochs smp changes; rename smpdetect.c to smp.c.Kevin O'Connor2009-06-211-1/+1
* Avoid makefile "else ifeq" syntax - old versions don't support it.Kevin O'Connor2009-06-171-1/+3
* Avoid -fwhole-program on broken gcc instead of stopping build.Kevin O'Connor2009-06-151-9/+16
* Add support for gcc v3.x compilers.Kevin O'Connor2009-06-101-2/+4
* Do garbage collection of unused sections.Kevin O'Connor2009-06-101-5/+8
* Keep relocated 16bit code so checkstack can use it.Kevin O'Connor2009-05-271-2/+2
* Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code.Kevin O'Connor2009-05-231-9/+11
* VGA: Commit missing change to Makefile.Kevin O'Connor2009-05-171-2/+2
* Add initial port of the "open source vga bios" project.Kevin O'Connor2009-05-061-2/+26
* Add LZMA decompression support to CBFS.Kevin O'Connor2009-04-261-1/+2
* Fixup previous memcpy optimization.Kevin O'Connor2009-04-191-1/+2
* Turn off new gcc tree-switch-conversion option in 16bit mode.Kevin O'Connor2009-04-081-0/+1
* Rework linker scripts so they work on new version of ld.Kevin O'Connor2009-04-081-1/+1
* Expand gcc tests.Kevin O'Connor2009-03-261-2/+7
* Reorganize boot code.Kevin O'Connor2009-02-081-1/+1
* Enhance makefile to autodetect if AVOIDCOMBINE is needed.Kevin O'Connor2009-01-251-1/+5
* Move variables from assembler to C code.Kevin O'Connor2009-01-171-17/+7
* Try to automatically fit sections into open spaces in the fixed area.Kevin O'Connor2009-01-171-1/+1
* Layout fixed area using linker instead of assembler.Kevin O'Connor2009-01-171-0/+8
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Initial KVM support.Kevin O'Connor2009-01-041-1/+1
* Silence the strict-aliasing warnings that older compilers emit.Kevin O'Connor2009-01-041-1/+1
* Tune gcc stack growth parameter.Kevin O'Connor2009-01-011-1/+1
* Add more linker protections around variables accessed from 16bit mode.Kevin O'Connor2008-12-291-1/+1
* Move pir table offset from ebda to a global variable.Kevin O'Connor2008-12-281-3/+2
* Initial PnP bios call support.Kevin O'Connor2008-12-211-1/+2
* Improve support for old 16bit resume handlers.Kevin O'Connor2008-12-101-1/+1
* Execute smp detect code in place instead of copying it.Kevin O'Connor2008-12-061-2/+2
* Makefile cleanups.Kevin O'Connor2008-12-061-10/+10
* Add tool for generating assembler offset definition file.Kevin O'Connor2008-11-161-1/+4
* Cleanup a20 code.Kevin O'Connor2008-11-161-2/+2
* Support .bss variables in 16bit code (ones that the 32bit code can set).Kevin O'Connor2008-11-081-1/+1
* Be sure to define defaults for NM,STRIP,OBJCOPY in Makefile.Kevin O'Connor2008-11-071-0/+4
* Fix cross compilation issues of seabiosKevin O'Connor2008-11-061-10/+10
* Separate out and enhance option rom scanning code.Kevin O'Connor2008-11-011-1/+2
* Add stubs for VIA vga bios callbacks to system bios.Kevin O'Connor2008-08-171-1/+1
* Don't allow CFLAGS to be set from commandline.Kevin O'Connor2008-07-301-1/+1
* Remove vgahooks.c from Makefile.Kevin O'Connor2008-07-211-1/+1
* Rewrite ps2 port (keyboard/mouse) handling.Kevin O'Connor2008-07-201-2/+2
* Always define macro MODE16 - that way it can be used in C conditionals.Kevin O'Connor2008-07-131-2/+2
* Convert bootup code (int18/int19) to 32bit mode.Kevin O'Connor2008-07-061-4/+4
* Relinking rom32.o twice seems flaky - make third link stage.Kevin O'Connor2008-07-061-8/+8
* Ensure proper alignment of subsections.Kevin O'Connor2008-07-051-2/+2
* Use ld to build final rom; remove custom build utilities.Kevin O'Connor2008-07-051-17/+20
* Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.Kevin O'Connor2008-07-041-1/+2
* Breakup rombios32.c into pciinit.c and smbios.cKevin O'Connor2008-07-041-2/+2
* Separate out smp detection and mp table generation from rombios32.cKevin O'Connor2008-07-041-1/+1
* Separate SMM code into its own file (smm.c from rombios32.c).Kevin O'Connor2008-07-041-1/+1