Rebased to version 1.8.0

Initial support for USB3 hubs
Initial support for SD cards (on QEMU only)
Initial support for transitioning to 32bit mode using SMIs (on QEMU TCG only)
SeaVGABIOS improvements
This commit is contained in:
Cole Robinson 2015-02-21 15:07:22 -05:00
parent 023a4d3cbe
commit ec7106967e
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ seabios-0.6.0.tar.gz
/seabios-1.7.4.tar.gz /seabios-1.7.4.tar.gz
/seabios-1.7.5.tar.gz /seabios-1.7.5.tar.gz
/seabios-1.7.5.1.tar.gz /seabios-1.7.5.1.tar.gz
/seabios-1.8.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: seabios Name: seabios
Version: 1.7.5.1 Version: 1.8.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Open-source legacy BIOS implementation Summary: Open-source legacy BIOS implementation
@ -123,7 +123,7 @@ install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios
%files %files
%doc COPYING COPYING.LESSER README TODO %doc COPYING COPYING.LESSER README
%files bin %files bin
@ -137,6 +137,14 @@ install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios
%changelog %changelog
* Sat Feb 21 2015 Cole Robinson <crobinso@redhat.com> - 1.8.0-1
- Rebased to version 1.8.0
- Initial support for USB3 hubs
- Initial support for SD cards (on QEMU only)
- Initial support for transitioning to 32bit mode using SMIs (on QEMU TCG
only)
- SeaVGABIOS improvements
* Sat Nov 15 2014 Cole Robinson <crobinso@redhat.com> - 1.7.5.1-1 * Sat Nov 15 2014 Cole Robinson <crobinso@redhat.com> - 1.7.5.1-1
- Update to seabios-1.7.5.1 - Update to seabios-1.7.5.1

View File

@ -1 +1 @@
723593be9c0622682a949219f2806745 seabios-1.7.5.1.tar.gz a4bbfa4139ae0b7f31cb11674080e1ed seabios-1.8.0.tar.gz