From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Fleming Subject: Re: [PATCH v3 00/13] UEFI boot and runtime services support for 32-bit ARM Date: Fri, 27 Nov 2015 21:25:37 +0000 Message-ID: <20151127212537.GD13918@codeblueprint.co.uk> References: <1448269593-20758-1-git-send-email-ard.biesheuvel@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1448269593-20758-1-git-send-email-ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ard Biesheuvel Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, catalin.marinas-5wv7dgnIgG8@public.gmane.org, will.deacon-5wv7dgnIgG8@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org, kuleshovmail-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, ryan.harkin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, roy.franz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org List-Id: linux-efi@vger.kernel.org On Mon, 23 Nov, at 10:06:20AM, Ard Biesheuvel wrote: > This series adds support for booting the 32-bit ARM kernel directly from > UEFI firmware using a builtin UEFI stub. It mostly reuses refactored arm64 > code, and the differences (primarily the PE/COFF header and entry point and > the efi_create_mapping() implementation) are split out into arm64 and ARM > versions. For the series, Reviewed-by: Matt Fleming Ard, I think the next EFI area for refactoring could be the pgtable switching code, since we've now got 3 architectures doing it. If I can find some time in the new year I'll add a fourth (i386) and try and pull out the common code. From mboxrd@z Thu Jan 1 00:00:00 1970 From: matt@codeblueprint.co.uk (Matt Fleming) Date: Fri, 27 Nov 2015 21:25:37 +0000 Subject: [PATCH v3 00/13] UEFI boot and runtime services support for 32-bit ARM In-Reply-To: <1448269593-20758-1-git-send-email-ard.biesheuvel@linaro.org> References: <1448269593-20758-1-git-send-email-ard.biesheuvel@linaro.org> Message-ID: <20151127212537.GD13918@codeblueprint.co.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 23 Nov, at 10:06:20AM, Ard Biesheuvel wrote: > This series adds support for booting the 32-bit ARM kernel directly from > UEFI firmware using a builtin UEFI stub. It mostly reuses refactored arm64 > code, and the differences (primarily the PE/COFF header and entry point and > the efi_create_mapping() implementation) are split out into arm64 and ARM > versions. For the series, Reviewed-by: Matt Fleming Ard, I think the next EFI area for refactoring could be the pgtable switching code, since we've now got 3 architectures doing it. If I can find some time in the new year I'll add a fourth (i386) and try and pull out the common code. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by kanga.kvack.org (Postfix) with ESMTP id CA7AD6B0038 for ; Fri, 27 Nov 2015 16:25:40 -0500 (EST) Received: by wmvv187 with SMTP id v187so85083354wmv.1 for ; Fri, 27 Nov 2015 13:25:40 -0800 (PST) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com. [2a00:1450:400c:c09::22f]) by mx.google.com with ESMTPS id cs9si14243900wjc.106.2015.11.27.13.25.39 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Nov 2015 13:25:39 -0800 (PST) Received: by wmww144 with SMTP id w144so71231818wmw.0 for ; Fri, 27 Nov 2015 13:25:39 -0800 (PST) Date: Fri, 27 Nov 2015 21:25:37 +0000 From: Matt Fleming Subject: Re: [PATCH v3 00/13] UEFI boot and runtime services support for 32-bit ARM Message-ID: <20151127212537.GD13918@codeblueprint.co.uk> References: <1448269593-20758-1-git-send-email-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1448269593-20758-1-git-send-email-ard.biesheuvel@linaro.org> Sender: owner-linux-mm@kvack.org List-ID: To: Ard Biesheuvel Cc: linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com, will.deacon@arm.com, mark.rutland@arm.com, linux-efi@vger.kernel.org, leif.lindholm@linaro.org, akpm@linux-foundation.org, kuleshovmail@gmail.com, linux-mm@kvack.org, ryan.harkin@linaro.org, grant.likely@linaro.org, roy.franz@linaro.org, msalter@redhat.com On Mon, 23 Nov, at 10:06:20AM, Ard Biesheuvel wrote: > This series adds support for booting the 32-bit ARM kernel directly from > UEFI firmware using a builtin UEFI stub. It mostly reuses refactored arm64 > code, and the differences (primarily the PE/COFF header and entry point and > the efi_create_mapping() implementation) are split out into arm64 and ARM > versions. For the series, Reviewed-by: Matt Fleming Ard, I think the next EFI area for refactoring could be the pgtable switching code, since we've now got 3 architectures doing it. If I can find some time in the new year I'll add a fourth (i386) and try and pull out the common code. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org