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:
parent
4e7a4fddc5
commit
02ea97c094
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ seabios-0.6.0.tar.gz
|
|||||||
/seabios-0.6.2.tar.gz
|
/seabios-0.6.2.tar.gz
|
||||||
/seabios-1.6.3.tar.gz
|
/seabios-1.6.3.tar.gz
|
||||||
/seabios-1.7.0.tar.gz
|
/seabios-1.7.0.tar.gz
|
||||||
|
/seabios-1.7.1.tar.gz
|
||||||
|
14
seabios.spec
14
seabios.spec
@ -1,12 +1,12 @@
|
|||||||
Name: seabios
|
Name: seabios
|
||||||
Version: 1.7.0
|
Version: 1.7.1
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Open-source legacy BIOS implementation
|
Summary: Open-source legacy BIOS implementation
|
||||||
|
|
||||||
Group: Applications/Emulators
|
Group: Applications/Emulators
|
||||||
License: LGPLv3
|
License: LGPLv3
|
||||||
URL: http://www.coreboot.org/SeaBIOS
|
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
|
BuildRequires: python iasl
|
||||||
ExclusiveArch: %{ix86} x86_64
|
ExclusiveArch: %{ix86} x86_64
|
||||||
@ -81,6 +81,14 @@ install -m 0644 out/bios.bin $RPM_BUILD_ROOT%{_datadir}/seabios
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 13 2012 Richard W.M. Jones <rjones@redhat.com> - 1.7.0-4
|
||||||
- Modernise and tidy up the RPM.
|
- Modernise and tidy up the RPM.
|
||||||
- Allow debug versions of SeaBIOS to be built easily.
|
- Allow debug versions of SeaBIOS to be built easily.
|
||||||
|
Loading…
Reference in New Issue
Block a user