Blame SOURCES/0005-redhat-reserve-more-memory-on-fseg.patch

5338af
From cd088ce3bc68a6986637c0cd77b94ebff729b89b Mon Sep 17 00:00:00 2001
5338af
From: Gerd Hoffmann <kraxel@redhat.com>
5338af
Date: Tue, 19 Apr 2016 11:27:50 +0200
5338af
Subject: redhat: reserve more memory on fseg
5338af
5338af
RH-Author: Gerd Hoffmann <kraxel@redhat.com>
5338af
Message-id: <1461065271-22039-2-git-send-email-kraxel@redhat.com>
5338af
Patchwork-id: 70213
5338af
O-Subject: [RHEL-7.1 seabios PATCH 1/2] redhat: reserve more memory on fseg
5338af
Bugzilla: 1327060
5338af
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
5338af
RH-Acked-by: Marcel Apfelbaum <marcel@redhat.com>
5338af
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
5338af
5338af
seabios 1.7.5 has about 8k free space in fseg.
5338af
5338af
configure 1.9.1 to keep the same amout space in fseg, so the amout of
5338af
disks we are able to handle stays roughly the same.  ahci + scsi are
5338af
slightly below the 1.7.5 numbers but stay above the documented limits.
5338af
virtio-block numbers are higher than the 1.7.5 numbers.
5338af
5338af
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
5338af
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
5338af
(cherry picked from commit 0561b82b0470679505d62f49eec83adb01eec0ab)
5338af
---
5338af
 scripts/layoutrom.py | 2 +-
5338af
 1 file changed, 1 insertion(+), 1 deletion(-)
5338af
5338af
diff --git a/scripts/layoutrom.py b/scripts/layoutrom.py
5338af
index 6616721..71841aa 100755
5338af
--- a/scripts/layoutrom.py
5338af
+++ b/scripts/layoutrom.py
5338af
@@ -66,7 +66,7 @@ BUILD_BIOS_SIZE = 0x10000
5338af
 BUILD_ROM_START = 0xc0000
5338af
 BUILD_LOWRAM_END = 0xa0000
5338af
 # Space to reserve in f-segment for dynamic allocations
5338af
-BUILD_MIN_BIOSTABLE = 2048
5338af
+BUILD_MIN_BIOSTABLE = 8192
5338af
 
5338af
 # Layout the 16bit code.  This ensures sections with fixed offset
5338af
 # requirements are placed in the correct location.  It also places the
5338af
-- 
5338af
1.8.3.1
5338af