index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/seabios.git
0.5.1-stable
0.6.1-stable
1.10-stable
1.11-stable
1.12-stable
1.6.3-stable
1.7.2-stable
1.7.3-stable
1.7.5-stable
1.8-stable
1.9-stable
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-18
Update version to 0.5.0.
rel-0.5.0
Kevin O'Connor
1
-1
/
+1
2009-12-13
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
1
-1
/
+1
2009-12-10
Move stack manipulation code from util.c to new file stacks.c.
Kevin O'Connor
1
-1
/
+1
2009-11-03
Reorder source code to work around weird -combine issue.
Kevin O'Connor
1
-4
/
+4
2009-10-12
Add stubs for USB OHCI support.
Kevin O'Connor
1
-1
/
+1
2009-10-08
Add rule to compile DSDT to make file.
Kevin O'Connor
1
-0
/
+7
2009-10-04
Move qemu config code from smbios.c to its own files. Add support for
Kevin O'Connor
1
-1
/
+1
2009-09-28
Initial support for USB, UHCI, and USB Keyboards.
Kevin O'Connor
1
-2
/
+3
2009-09-20
Allow rom to grow beyond 64K.
Kevin O'Connor
1
-23
/
+18
2009-09-08
Prep version id for next release.
Kevin O'Connor
1
-1
/
+1
2009-09-08
Note version 0.4.2.
rel-0.4.2
Kevin O'Connor
1
-1
/
+1
2009-08-16
Add support for using floppy images in CBFS.
Kevin O'Connor
1
-1
/
+1
2009-08-11
Separate ATA code from generic disk code.
Kevin O'Connor
1
-1
/
+1
2009-07-29
Add auto-generated version info to each build.
Kevin O'Connor
1
-2
/
+7
2009-07-26
Add PMM stubs.
Kevin O'Connor
1
-1
/
+1
2009-07-19
Expand int155f "vgahook" detection.
Kevin O'Connor
1
-2
/
+2
2009-07-13
Minor - clarify intermediate object file names.
Kevin O'Connor
1
-11
/
+13
2009-06-22
Don't use "objcopy --extract-symbol" - old binutils don't have that option.
Kevin O'Connor
1
-1
/
+1
2009-06-21
Forward port bochs smp changes; rename smpdetect.c to smp.c.
Kevin O'Connor
1
-1
/
+1
2009-06-17
Avoid makefile "else ifeq" syntax - old versions don't support it.
Kevin O'Connor
1
-1
/
+3
2009-06-15
Avoid -fwhole-program on broken gcc instead of stopping build.
Kevin O'Connor
1
-9
/
+16
2009-06-10
Add support for gcc v3.x compilers.
Kevin O'Connor
1
-2
/
+4
2009-06-10
Do garbage collection of unused sections.
Kevin O'Connor
1
-5
/
+8
2009-05-27
Keep relocated 16bit code so checkstack can use it.
Kevin O'Connor
1
-2
/
+2
2009-05-23
Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code.
Kevin O'Connor
1
-9
/
+11
2009-05-17
VGA: Commit missing change to Makefile.
Kevin O'Connor
1
-2
/
+2
2009-05-06
Add initial port of the "open source vga bios" project.
Kevin O'Connor
1
-2
/
+26
2009-04-26
Add LZMA decompression support to CBFS.
Kevin O'Connor
1
-1
/
+2
2009-04-19
Fixup previous memcpy optimization.
Kevin O'Connor
1
-1
/
+2
2009-04-08
Turn off new gcc tree-switch-conversion option in 16bit mode.
Kevin O'Connor
1
-0
/
+1
2009-04-08
Rework linker scripts so they work on new version of ld.
Kevin O'Connor
1
-1
/
+1
2009-03-26
Expand gcc tests.
Kevin O'Connor
1
-2
/
+7
2009-02-08
Reorganize boot code.
Kevin O'Connor
1
-1
/
+1
2009-01-25
Enhance makefile to autodetect if AVOIDCOMBINE is needed.
Kevin O'Connor
1
-1
/
+5
2009-01-17
Move variables from assembler to C code.
Kevin O'Connor
1
-17
/
+7
2009-01-17
Try to automatically fit sections into open spaces in the fixed area.
Kevin O'Connor
1
-1
/
+1
2009-01-17
Layout fixed area using linker instead of assembler.
Kevin O'Connor
1
-0
/
+8
2009-01-15
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
1
-1
/
+1
2009-01-04
Initial KVM support.
Kevin O'Connor
1
-1
/
+1
2009-01-04
Silence the strict-aliasing warnings that older compilers emit.
Kevin O'Connor
1
-1
/
+1
2009-01-01
Tune gcc stack growth parameter.
Kevin O'Connor
1
-1
/
+1
2008-12-29
Add more linker protections around variables accessed from 16bit mode.
Kevin O'Connor
1
-1
/
+1
2008-12-28
Move pir table offset from ebda to a global variable.
Kevin O'Connor
1
-3
/
+2
2008-12-21
Initial PnP bios call support.
Kevin O'Connor
1
-1
/
+2
2008-12-10
Improve support for old 16bit resume handlers.
Kevin O'Connor
1
-1
/
+1
2008-12-06
Execute smp detect code in place instead of copying it.
Kevin O'Connor
1
-2
/
+2
2008-12-06
Makefile cleanups.
Kevin O'Connor
1
-10
/
+10
2008-11-16
Add tool for generating assembler offset definition file.
Kevin O'Connor
1
-1
/
+4
2008-11-16
Cleanup a20 code.
Kevin O'Connor
1
-2
/
+2
2008-11-08
Support .bss variables in 16bit code (ones that the 32bit code can set).
Kevin O'Connor
1
-1
/
+1
[next]