From 50a7deb725c01f1f8f9aae1fd4faf1f306bd466c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Sun, 4 Oct 2009 16:01:13 +0000 Subject: [PATCH] - really changed ramdisk load address (#526339) - change the required and optional subpackages for the meta package --- ...ange-default-load-address-for-ramdisk.patch | 18 +++++++++--------- s390utils.spec | 9 ++++++--- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/0023-change-default-load-address-for-ramdisk.patch b/0023-change-default-load-address-for-ramdisk.patch index a6d9456..c363c81 100644 --- a/0023-change-default-load-address-for-ramdisk.patch +++ b/0023-change-default-load-address-for-ramdisk.patch @@ -1,27 +1,27 @@ -From bfe74e60ab6529986a7c251042d17d57a3ccf675 Mon Sep 17 00:00:00 2001 +From 10886e2ec85474a8b4646b725a240d388dcdccee Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Dan=20Hor=C3=A1k?= -Date: Wed, 30 Sep 2009 18:19:23 +0200 +Date: Sun, 4 Oct 2009 17:46:16 +0200 Subject: [PATCH 23/25] change default load address for ramdisk The default load address for the initial ramdisk is changed from -0x100000 to 0x200000 to allow larger kernels to be loaded. +0x800000 to 0x2000000 to allow larger kernels to be loaded. --- zipl/include/zipl.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zipl/include/zipl.h b/zipl/include/zipl.h -index 1f70e48..0f04072 100644 +index 1f70e48..d2d26dd 100644 --- a/zipl/include/zipl.h +++ b/zipl/include/zipl.h -@@ -21,7 +21,7 @@ - #define ZIPL_STAGE3_ENTRY_ADDRESS 0xa028LL +@@ -22,7 +22,7 @@ #define DEFAULT_PARMFILE_ADDRESS 0x1000LL #define DEFAULT_STAGE3_ADDRESS 0xa000LL --#define DEFAULT_IMAGE_ADDRESS 0x10000LL -+#define DEFAULT_IMAGE_ADDRESS 0x20000LL - #define DEFAULT_RAMDISK_ADDRESS 0x800000LL + #define DEFAULT_IMAGE_ADDRESS 0x10000LL +-#define DEFAULT_RAMDISK_ADDRESS 0x800000LL ++#define DEFAULT_RAMDISK_ADDRESS 0x2000000LL #define PSW_ADDRESS_MASK 0x000000007fffffffLL + #define PSW_LOAD 0x0008000080000000LL -- 1.6.3.3 diff --git a/s390utils.spec b/s390utils.spec index 7e304e9..d8aa6e1 100644 --- a/s390utils.spec +++ b/s390utils.spec @@ -8,7 +8,7 @@ Name: s390utils Summary: Utilities and daemons for IBM System/z Group: System Environment/Base Version: 1.8.1 -Release: 7%{?dist} +Release: 8%{?dist} Epoch: 2 License: GPLv2 and GPLv2+ and CPL Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -61,9 +61,8 @@ Requires: s390utils-base = %{epoch}:%{version}-%{release} Requires: s390utils-osasnmpd = %{epoch}:%{version}-%{release} Requires: s390utils-cpuplugd = %{epoch}:%{version}-%{release} Requires: s390utils-mon_statd = %{epoch}:%{version}-%{release} +Requires: s390utils-iucvterm = %{epoch}:%{version}-%{release} Requires: s390utils-ziomon = %{epoch}:%{version}-%{release} -Requires: s390utils-libzfcphbaapi = %{epoch}:%{version}-%{release} -Requires: s390utils-libzfcphbaapi-devel = %{epoch}:%{version}-%{release} Requires: s390utils-cmsfs = %{epoch}:%{version}-%{release} @@ -788,6 +787,10 @@ User-space development files for the s390/s390x architecture. %changelog +* Fri Oct 2 2009 Dan Horák 2:1.8.1-8 +- really changed ramdisk load address (#526339) +- change the required and optional subpackages for the meta package + * Wed Sep 30 2009 Dan Horák 2:1.8.1-7 - changed ramdisk load address (#526339) - updated zfcpconf.sh script to new sysfs interface (#526324)