[seabios/f13/master] Update seabios to latest stable so we can drop patches.

Justin M. Forbes jforbes at fedoraproject.org
Thu Aug 12 14:09:15 UTC 2010


commit a4be6edeb8adc311d8a1ad7d5c3cd6b44559a1cb
Author: Justin M. Forbes <jforbes at redhat.com>
Date:   Thu Aug 12 09:04:46 2010 -0500

    Update seabios to latest stable so we can drop patches.

 ...-to-using-0xf0000000-for-PCI-memory-start.patch |   40 -
 0002-Fix-PkgLength-calculation-for-the-SSDT.patch  |   32 -
 seabios-Set-CONFIG_S3_RESUME_VGA_INIT-to-1.patch   |   35 -
 ...ios-Support-for-booting-from-virtio-disks.patch |  842 --------------------
 seabios-do-not-advertise-hpet-to-a-guest-OS.patch  |   34 -
 seabios-fix-resume-from-S3-with-QXL-device.patch   |   47 --
 seabios-smbios-avoid-counting-io-hole-as-ram.patch |  152 ----
 seabios-zero-memory-before-use.patch               |   30 -
 seabios.spec                                       |   28 +-
 sources                                            |    2 +-
 10 files changed, 6 insertions(+), 1236 deletions(-)
---
diff --git a/seabios.spec b/seabios.spec
index 3e5aab4..b212f69 100644
--- a/seabios.spec
+++ b/seabios.spec
@@ -1,6 +1,6 @@
 Name:           seabios
-Version:        0.5.1
-Release:        3%{?dist}
+Version:        0.6.0
+Release:        1%{?dist}
 Summary:        Open-source legacy BIOS implementation
 
 Group:          Applications/Emulators
@@ -8,18 +8,6 @@ License:        LGPLv3
 URL:            http://www.coreboot.org/SeaBIOS
 Source0:        http://linuxtogo.org/~kevin/SeaBIOS/%{name}-%{version}.tar.gz
 
-# Patches from git 0.5.1-stable branch
-Patch01: 0001-Go-back-to-using-0xf0000000-for-PCI-memory-start.patch
-Patch02: 0002-Fix-PkgLength-calculation-for-the-SSDT.patch
-
-# Patches from upstream git
-Patch03: seabios-Set-CONFIG_S3_RESUME_VGA_INIT-to-1.patch
-Patch04: seabios-smbios-avoid-counting-io-hole-as-ram.patch
-Patch05: seabios-Support-for-booting-from-virtio-disks.patch
-Patch06: seabios-zero-memory-before-use.patch
-Patch07: seabios-do-not-advertise-hpet-to-a-guest-OS.patch
-Patch08: seabios-fix-resume-from-S3-with-QXL-device.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: python
@@ -50,15 +38,6 @@ that a typical x86 proprietary BIOS implements.
 %prep
 %setup -q
 
-%patch01 -p1
-%patch02 -p1
-%patch03 -p1
-%patch04 -p1
-%patch05 -p1
-%patch06 -p1
-%patch07 -p1
-%patch08 -p1
-
 # Makefile changes version to include date and buildhost
 sed -i 's,VERSION=%{version}.*,VERSION=%{version},g' Makefile
 
@@ -95,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+Thu Aug 12 2010 Justin M. Forbes <jforbes at redhat.com> 0.6.0-1
+- Update seabios to latest stable so we can drop patches.
+
 * Tue Jun 29 2010 Justin M. Forbes <jforbes at redhat.com> 0.5.1-3
 - Support booting from virtio disks
 - zero memory before use
diff --git a/sources b/sources
index b3049d5..3311c79 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f62dfb05200141ea71ff69e794078744  seabios-0.5.1.tar.gz
+9f79219e3a8a8bca923e390e9d45d0b9  seabios-0.6.0.tar.gz


More information about the scm-commits mailing list