From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH V5 11/15] Add several misc. arch functions for EFI boot code. Date: Mon, 22 Sep 2014 13:45:00 +0100 Message-ID: <542035EC0200007800036ED6@mail.emea.novell.com> References: <1411080607-32365-1-git-send-email-roy.franz@linaro.org> <1411080607-32365-12-git-send-email-roy.franz@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1411080607-32365-12-git-send-email-roy.franz@linaro.org> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Roy Franz Cc: keir@xen.org, ian.campbell@citrix.com, tim@xen.org, xen-devel@lists.xen.org, stefano.stabellini@citrix.com, fu.wei@linaro.org List-Id: xen-devel@lists.xenproject.org >>> On 19.09.14 at 00:50, wrote: > Add efi_arch_blexit() for arch specific cleanup on error exit, > efi_arch_load_addr_check() to do the arch specific verifications > of where the UEFI firmware loaded Xen, and efi_arch_cpu() for > probing CPU features. > > Signed-off-by: Roy Franz Acked-by: Jan Beulich