rpms/grub/F-12 grub.spec,1.108,1.109

Peter Jones pjones at fedoraproject.org
Mon Oct 19 14:32:48 UTC 2009


Author: pjones

Update of /cvs/extras/rpms/grub/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16333

Modified Files:
	grub.spec 
Log Message:
Update relocatable kernel support to Fujitsu's newest patch.

This patch fixes the problem that UEFI boot fains on systems that
have the memory region starting at 1MB in use.
The strategy is as follows:

- Loading temporarily vmlinuz image to the address which AllocatePages()
  function returned.
- After calling ExitBootServices() function, copy its reagion to the
  address which params->hdr.code32_start points to.

Signed-off-by: Taku Izumi <izumi.taku at jp.fujitsu.com>



Index: grub.spec
===================================================================
RCS file: /cvs/extras/rpms/grub/F-12/grub.spec,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -p -r1.108 -r1.109
--- grub.spec	16 Sep 2009 21:22:39 -0000	1.108
+++ grub.spec	19 Oct 2009 14:32:48 -0000	1.109
@@ -1,6 +1,6 @@
 Name: grub
 Version: 0.97
-Release: 60%{?dist}
+Release: 61%{?dist}
 Summary: Grand Unified Boot Loader.
 Group: System Environment/Base
 License: GPLv2+
@@ -141,6 +141,9 @@ fi
 %{_datadir}/grub
 
 %changelog
+* Mon Oct 19 2009 Peter Jones <pjones at redhat.com> - 0.97-61
+- Update relocatable kernel support for UEFI/x86_64 .
+
 * Wed Sep 16 2009 Peter Jones <pjones at redhat.com> - 0.97-60
 - Fix a typo introduced in grub-fedora-9.patch that may effect UEFI
   Graphics Output Protocol.




More information about the fedora-extras-commits mailing list