Rebased to version 1.7.1

Initial support for booting from USB attached scsi (USB UAS) drives
USB EHCI 64bit controller support
USB MSC multi-LUN device support
Support for booting from LSI SCSI controllers on emulators
Support for booting from AMD PCscsi controllers on emulators
This commit is contained in:
Cole Robinson 2012-09-05 10:21:00 -04:00
parent 4e7a4fddc5
commit 02ea97c094
3 changed files with 13 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ seabios-0.6.0.tar.gz
/seabios-0.6.2.tar.gz
/seabios-1.6.3.tar.gz
/seabios-1.7.0.tar.gz
/seabios-1.7.1.tar.gz

View File

@ -1,12 +1,12 @@
Name: seabios
Version: 1.7.0
Release: 4%{?dist}
Version: 1.7.1
Release: 1%{?dist}
Summary: Open-source legacy BIOS implementation
Group: Applications/Emulators
License: LGPLv3
URL: http://www.coreboot.org/SeaBIOS
Source0: http://www.linuxtogo.org/~kevin/SeaBIOS/%{name}-%{version}.tar.gz
Source0: http://code.coreboot.org/p/seabios/downloads/get/%{name}-%{version}.tar.gz
BuildRequires: python iasl
ExclusiveArch: %{ix86} x86_64
@ -81,6 +81,14 @@ install -m 0644 out/bios.bin $RPM_BUILD_ROOT%{_datadir}/seabios
%changelog
* Wed Sep 05 2012 Cole Robinson <crobinso@redhat.com> - 1.7.1-1
- Rebased to version 1.7.1
- Initial support for booting from USB attached scsi (USB UAS) drives
- USB EHCI 64bit controller support
- USB MSC multi-LUN device support
- Support for booting from LSI SCSI controllers on emulators
- Support for booting from AMD PCscsi controllers on emulators
* Mon Aug 13 2012 Richard W.M. Jones <rjones@redhat.com> - 1.7.0-4
- Modernise and tidy up the RPM.
- Allow debug versions of SeaBIOS to be built easily.

View File

@ -1 +1 @@
b3a6881a69a389e0463ce4e52d01c475 seabios-1.7.0.tar.gz
06e5ac85b6e4e3dc078cef5bde481039 seabios-1.7.1.tar.gz