index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
VGA: Commit missing change to Makefile.
Kevin O'Connor
2009-05-17
1
-2
/
+2
*
Add initial port of the "open source vga bios" project.
Kevin O'Connor
2009-05-06
1
-2
/
+26
*
Add LZMA decompression support to CBFS.
Kevin O'Connor
2009-04-26
1
-1
/
+2
*
Fixup previous memcpy optimization.
Kevin O'Connor
2009-04-19
1
-1
/
+2
*
Turn off new gcc tree-switch-conversion option in 16bit mode.
Kevin O'Connor
2009-04-08
1
-0
/
+1
*
Rework linker scripts so they work on new version of ld.
Kevin O'Connor
2009-04-08
1
-1
/
+1
*
Expand gcc tests.
Kevin O'Connor
2009-03-26
1
-2
/
+7
*
Reorganize boot code.
Kevin O'Connor
2009-02-08
1
-1
/
+1
*
Enhance makefile to autodetect if AVOIDCOMBINE is needed.
Kevin O'Connor
2009-01-25
1
-1
/
+5
*
Move variables from assembler to C code.
Kevin O'Connor
2009-01-17
1
-17
/
+7
*
Try to automatically fit sections into open spaces in the fixed area.
Kevin O'Connor
2009-01-17
1
-1
/
+1
*
Layout fixed area using linker instead of assembler.
Kevin O'Connor
2009-01-17
1
-0
/
+8
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Initial KVM support.
Kevin O'Connor
2009-01-04
1
-1
/
+1
*
Silence the strict-aliasing warnings that older compilers emit.
Kevin O'Connor
2009-01-04
1
-1
/
+1
*
Tune gcc stack growth parameter.
Kevin O'Connor
2009-01-01
1
-1
/
+1
*
Add more linker protections around variables accessed from 16bit mode.
Kevin O'Connor
2008-12-29
1
-1
/
+1
*
Move pir table offset from ebda to a global variable.
Kevin O'Connor
2008-12-28
1
-3
/
+2
*
Initial PnP bios call support.
Kevin O'Connor
2008-12-21
1
-1
/
+2
*
Improve support for old 16bit resume handlers.
Kevin O'Connor
2008-12-10
1
-1
/
+1
*
Execute smp detect code in place instead of copying it.
Kevin O'Connor
2008-12-06
1
-2
/
+2
*
Makefile cleanups.
Kevin O'Connor
2008-12-06
1
-10
/
+10
*
Add tool for generating assembler offset definition file.
Kevin O'Connor
2008-11-16
1
-1
/
+4
*
Cleanup a20 code.
Kevin O'Connor
2008-11-16
1
-2
/
+2
*
Support .bss variables in 16bit code (ones that the 32bit code can set).
Kevin O'Connor
2008-11-08
1
-1
/
+1
*
Be sure to define defaults for NM,STRIP,OBJCOPY in Makefile.
Kevin O'Connor
2008-11-07
1
-0
/
+4
*
Fix cross compilation issues of seabios
Kevin O'Connor
2008-11-06
1
-10
/
+10
*
Separate out and enhance option rom scanning code.
Kevin O'Connor
2008-11-01
1
-1
/
+2
*
Add stubs for VIA vga bios callbacks to system bios.
Kevin O'Connor
2008-08-17
1
-1
/
+1
*
Don't allow CFLAGS to be set from commandline.
Kevin O'Connor
2008-07-30
1
-1
/
+1
*
Remove vgahooks.c from Makefile.
Kevin O'Connor
2008-07-21
1
-1
/
+1
*
Rewrite ps2 port (keyboard/mouse) handling.
Kevin O'Connor
2008-07-20
1
-2
/
+2
*
Always define macro MODE16 - that way it can be used in C conditionals.
Kevin O'Connor
2008-07-13
1
-2
/
+2
*
Convert bootup code (int18/int19) to 32bit mode.
Kevin O'Connor
2008-07-06
1
-4
/
+4
*
Relinking rom32.o twice seems flaky - make third link stage.
Kevin O'Connor
2008-07-06
1
-8
/
+8
*
Ensure proper alignment of subsections.
Kevin O'Connor
2008-07-05
1
-2
/
+2
*
Use ld to build final rom; remove custom build utilities.
Kevin O'Connor
2008-07-05
1
-17
/
+20
*
Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.
Kevin O'Connor
2008-07-04
1
-1
/
+2
*
Breakup rombios32.c into pciinit.c and smbios.c
Kevin O'Connor
2008-07-04
1
-2
/
+2
*
Separate out smp detection and mp table generation from rombios32.c
Kevin O'Connor
2008-07-04
1
-1
/
+1
*
Separate SMM code into its own file (smm.c from rombios32.c).
Kevin O'Connor
2008-07-04
1
-1
/
+1
*
Add code (currently disabled) to mask run away irqs.
Kevin O'Connor
2008-06-21
1
-1
/
+1
*
Cleanup handling of interrupt controller (PIC).
Kevin O'Connor
2008-06-14
1
-2
/
+3
*
Generate PIR table at post time.
Kevin O'Connor
2008-06-12
1
-1
/
+1
*
Move acpi code out of rombios32.c; clean up use of fixed memory addresses.
Kevin O'Connor
2008-06-11
1
-1
/
+2
*
Enhance e820 memory map generation.
Kevin O'Connor
2008-06-08
1
-1
/
+1
*
Separate out ram shadow code and permit more code to write to bios.
Kevin O'Connor
2008-06-08
1
-1
/
+1
*
Add compile options to reduce stack usage.
Kevin O'Connor
2008-05-12
1
-1
/
+2
*
Use a linker script for 16bit code.
Kevin O'Connor
2008-05-12
1
-3
/
+3
*
Fix elf build; rename target file rom.bin to bios.bin.
Kevin O'Connor
2008-05-10
1
-2
/
+2
[prev]
[next]