From owner-cvs-all Thu Oct 24 0:53:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF21437B401; Thu, 24 Oct 2002 00:53:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CFD343E8A; Thu, 24 Oct 2002 00:53:56 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9O7rDmV075961; Thu, 24 Oct 2002 00:53:13 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9O7rCeH075960; Thu, 24 Oct 2002 00:53:12 -0700 (PDT) Message-Id: <200210240753.g9O7rCeH075960@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 24 Oct 2002 00:53:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/libefi bootinfo.c efiboot.h elf_freebsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/10/24 00:53:12 PDT Modified files: sys/boot/efi/libefi bootinfo.c efiboot.h elf_freebsd.c Log: o Fix a size calculation based on a 8KB page, while under EFI pages are 4KB. o As a second order fix, don't assume we have enough space after the bootinfo block left in a page to hold the memory map. o A third order fix as that we removed the assumption that a bootinfo block fits in a single 8KB page. PR: ia64/39415 submitted by: Espen Skoglund Revision Changes Path 1.7 +15 -12 src/sys/boot/efi/libefi/bootinfo.c 1.7 +1 -1 src/sys/boot/efi/libefi/efiboot.h 1.9 +20 -4 src/sys/boot/efi/libefi/elf_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message