aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add code (currently disabled) to mask run away irqs.Kevin O'Connor2008-06-211-1/+1
* Cleanup handling of interrupt controller (PIC).Kevin O'Connor2008-06-141-2/+3
* Generate PIR table at post time.Kevin O'Connor2008-06-121-1/+1
* Move acpi code out of rombios32.c; clean up use of fixed memory addresses.Kevin O'Connor2008-06-111-1/+2
* Enhance e820 memory map generation.Kevin O'Connor2008-06-081-1/+1
* Separate out ram shadow code and permit more code to write to bios.Kevin O'Connor2008-06-081-1/+1
* Add compile options to reduce stack usage.Kevin O'Connor2008-05-121-1/+2
* Use a linker script for 16bit code.Kevin O'Connor2008-05-121-3/+3
* Fix elf build; rename target file rom.bin to bios.bin.Kevin O'Connor2008-05-101-2/+2