From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VgQ9x-0008SS-Te for mharc-grub-devel@gnu.org; Tue, 12 Nov 2013 21:26:25 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgQ9o-0008Oy-LS for grub-devel@gnu.org; Tue, 12 Nov 2013 21:26:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VgQ9g-00050H-Ia for grub-devel@gnu.org; Tue, 12 Nov 2013 21:26:16 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:56391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgQ9g-0004w2-Bl for grub-devel@gnu.org; Tue, 12 Nov 2013 21:26:08 -0500 Received: from mfilter7-d.gandi.net (mfilter7-d.gandi.net [217.70.178.136]) by relay3-d.mail.gandi.net (Postfix) with ESMTP id 6E39BA8085 for ; Wed, 13 Nov 2013 03:26:02 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter7-d.gandi.net Received: from relay3-d.mail.gandi.net ([217.70.183.195]) by mfilter7-d.gandi.net (mfilter7-d.gandi.net [10.0.15.180]) (amavisd-new, port 10024) with ESMTP id vtitUFxGLz5L for ; Wed, 13 Nov 2013 03:26:00 +0100 (CET) X-Originating-IP: 50.43.14.201 Received: from leaf (static-50-43-14-201.bvtn.or.frontiernet.net [50.43.14.201]) (Authenticated sender: josh@joshtriplett.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 4D1C2A808E for ; Wed, 13 Nov 2013 03:25:59 +0100 (CET) Date: Tue, 12 Nov 2013 18:25:58 -0800 From: Josh Triplett To: grub-devel@gnu.org Subject: [PATCH 0/4] i386-efi and x86_64-efi fixes Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 217.70.183.195 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 02:26:24 -0000 The first three patches improve the EFI firmware allocator, fixing some bugs in the process. The last patch fixes many compilation-specific and firmware-specific crashes. To avoid unnecessary patch conflicts, I've included appropriately formatted ChangeLog entries for each patch separately in each mail, below the commit messages and above the diffstats. Josh Triplett (4): efi: Fix firmware memory allocation to round to 4k pages, not 1k efi: Fix requests to allocate GRUB_MEMORY_AVAILABLE efi: Support GRUB_MMAP_MALLOC_LOW in the EFI firmware allocator efi: On x86-64, align the stack to a 16-byte boundary as required by ABI grub-core/kern/x86_64/efi/startup.S | 6 +++++- grub-core/mmap/efi/mmap.c | 23 ++++++++++++++--------- include/grub/efi/memory.h | 2 ++ 3 files changed, 21 insertions(+), 10 deletions(-) -- 1.8.4.3