rpms/yaboot/devel yaboot-1.3.14-better_netboot.patch, 1.1, 1.2 yaboot.spec, 1.59, 1.60

Tony Breeds tbreeds at fedoraproject.org
Mon Apr 6 05:51:51 UTC 2009


Author: tbreeds

Update of /cvs/pkgs/rpms/yaboot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24499

Modified Files:
	yaboot-1.3.14-better_netboot.patch yaboot.spec 
Log Message:
Increase the LOAD_BUFFER size from 20MiB to 25MiB.  This allows the F-11-Beta to boot.


yaboot-1.3.14-better_netboot.patch:

Index: yaboot-1.3.14-better_netboot.patch
===================================================================
RCS file: /cvs/pkgs/rpms/yaboot/devel/yaboot-1.3.14-better_netboot.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yaboot-1.3.14-better_netboot.patch	13 Mar 2009 00:32:03 -0000	1.1
+++ yaboot-1.3.14-better_netboot.patch	6 Apr 2009 05:51:50 -0000	1.2
@@ -481,7 +481,7 @@
  
  #define LOAD_BUFFER_POS		0x1000000
 -#define LOAD_BUFFER_SIZE	0x1000000
-+#define LOAD_BUFFER_SIZE	0x1400000
++#define LOAD_BUFFER_SIZE	0x1800000
  
 -static int of_open(struct boot_file_t* file, const char* dev_name,
 -		   struct partition_t* part, const char* file_name);


Index: yaboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yaboot/devel/yaboot.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- yaboot.spec	13 Mar 2009 00:32:03 -0000	1.59
+++ yaboot.spec	6 Apr 2009 05:51:50 -0000	1.60
@@ -1,7 +1,7 @@
 Summary: Linux bootloader for Power Macintosh "New World" computers.
 Name: yaboot
 Version: 1.3.14
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: http://yaboot.ozlabs.org/releases/yaboot-%{version}.tar.gz
@@ -97,6 +97,9 @@
 %ghost %config(noreplace) %{_sysconfdir}/yaboot.conf
 
 %changelog
+* Mon Apr 06 2009 tony at bakeyournoodle.com - 1.3.14-12
+- Increase the TFTP load buffer from 20MiB to 25MiB. (#483051)
+
 * Fri Mar 13 2009 tony at bakeyournoodle.com - 1.3.14-11
 - Adding better netboot support (#458438)
 - Allocate more buffer space for larger kernels and initrds (#472225)




More information about the fedora-extras-commits mailing list