aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
1.10-stabletcgbios: Fix use of unitialized variableKevin O'Connor7 years
1.11-stablessdt: Fix building of legacy acpi tables on current iasl compilerKevin O'Connor6 years
1.12-stableusb-ehci: Clear pipe token on pipe reallocateKevin O'Connor5 years
1.6.3-stableUpdate version to 1.6.3.2Kevin O'Connor12 years
1.7.2-stableCache boot-fail-wait to avoid romfile access after POST.Kevin O'Connor11 years
1.7.3-stablefix buildversion.shGerd Hoffmann11 years
1.7.5-stablebuild: make buildable with intel compiler.Kevin O'Connor10 years
1.8-stablevgabios: On bda_save_restore() the saved vbe_mode also has flags in itKevin O'Connor9 years
1.9-stablesmp: restore MSRs on S3 resumePaolo Bonzini8 years
masterlimit address space used for pci devices, part twoGerd Hoffmann6 weeks
[...]
 
TagDownloadAuthorAge
rel-1.16.3seabios-rel-1.16.3.zip  seabios-rel-1.16.3.tar.gz  seabios-rel-1.16.3.tar.bz2  Gerd Hoffmann9 months
rel-1.16.2seabios-rel-1.16.2.zip  seabios-rel-1.16.2.tar.gz  seabios-rel-1.16.2.tar.bz2  David Woodhouse18 months
rel-1.16.1seabios-rel-1.16.1.zip  seabios-rel-1.16.1.tar.gz  seabios-rel-1.16.1.tar.bz2  Xuan Zhuo20 months
rel-1.16.0seabios-rel-1.16.0.zip  seabios-rel-1.16.0.tar.gz  seabios-rel-1.16.0.tar.bz2  Kevin O'Connor2 years
rel-1.15.0seabios-rel-1.15.0.zip  seabios-rel-1.15.0.tar.gz  seabios-rel-1.15.0.tar.bz2  Kevin O'Connor3 years
rel-1.14.0seabios-rel-1.14.0.zip  seabios-rel-1.14.0.tar.gz  seabios-rel-1.14.0.tar.bz2  Kevin O'Connor4 years
rel-1.13.0seabios-rel-1.13.0.zip  seabios-rel-1.13.0.tar.gz  seabios-rel-1.13.0.tar.bz2  Kevin O'Connor5 years
rel-1.12.1seabios-rel-1.12.1.zip  seabios-rel-1.12.1.tar.gz  seabios-rel-1.12.1.tar.bz2  Kevin O'Connor5 years
rel-1.12.0seabios-rel-1.12.0.zip  seabios-rel-1.12.0.tar.gz  seabios-rel-1.12.0.tar.bz2  Kevin O'Connor6 years
rel-1.11.2seabios-rel-1.11.2.zip  seabios-rel-1.11.2.tar.gz  seabios-rel-1.11.2.tar.bz2  Gerd Hoffmann6 years
[...]
 
AgeCommit messageAuthorFilesLines
2008-04-05Fix bug causing write corruption on large disks.rel-0.2.1Kevin O'Connor1-3/+3
2008-04-05Port fix from bochs-bios for incorrect acpi on boxes < 16M.Kevin O'Connor1-1/+1
2008-04-05Introduce cpu_relax() and use it in busy loops.Kevin O'Connor3-6/+17
2008-04-05Forward port new boot menu features from bochs bios.Kevin O'Connor9-19/+150
2008-04-05Make several functions non-inline.Kevin O'Connor5-62/+107
2008-04-05Add s64 type to types.h.Kevin O'Connor1-1/+2
2008-04-01Minor enhancements to README file.Kevin O'Connor1-7/+12
2008-03-31Don't clobber %esp highbits on C code entry.Kevin O'Connor1-9/+17
2008-03-30Avoid using volatile on GET/SET_VAR macros.Kevin O'Connor1-42/+54
2008-03-30Minor cleanup of GET_VAR usage in output.c.Kevin O'Connor1-4/+4
[...]