From ec7106967ee2e8007d7db3486bad33e7d2bfcf22 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Sat, 21 Feb 2015 15:07:22 -0500 Subject: [PATCH] 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 --- .gitignore | 1 + seabios.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 045b843..a980cbc 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ seabios-0.6.0.tar.gz /seabios-1.7.4.tar.gz /seabios-1.7.5.tar.gz /seabios-1.7.5.1.tar.gz +/seabios-1.8.0.tar.gz diff --git a/seabios.spec b/seabios.spec index fcd9731..ba1c663 100644 --- a/seabios.spec +++ b/seabios.spec @@ -1,5 +1,5 @@ Name: seabios -Version: 1.7.5.1 +Version: 1.8.0 Release: 1%{?dist} Summary: Open-source legacy BIOS implementation @@ -123,7 +123,7 @@ install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios %files -%doc COPYING COPYING.LESSER README TODO +%doc COPYING COPYING.LESSER README %files bin @@ -137,6 +137,14 @@ install -m 0644 binaries/vgabios*.bin $RPM_BUILD_ROOT%{_datadir}/seavgabios %changelog +* Sat Feb 21 2015 Cole Robinson - 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 - 1.7.5.1-1 - Update to seabios-1.7.5.1 diff --git a/sources b/sources index d779e12..66cfb6b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -723593be9c0622682a949219f2806745 seabios-1.7.5.1.tar.gz +a4bbfa4139ae0b7f31cb11674080e1ed seabios-1.8.0.tar.gz