From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: [PATCH V5 05/15] Add efi_arch_cfg_file_early/late() to handle arch specific cfg file fields Date: Mon, 22 Sep 2014 13:13:23 +0100 Message-ID: <54202E830200007800036E52@mail.emea.novell.com> References: <1411080607-32365-1-git-send-email-roy.franz@linaro.org> <1411080607-32365-6-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-6-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:49, wrote: > Different architectures have some different configuration file > fields that need to be handled. In particular, x86 has ucode > and ARM has device tree files to be loaded. These arch specific > functions is used to allow each architecture to implement these > features in arch specific code. Early/late versions are provided, > as ARM needs to process the DTB entry first, and x86 wants to process > the ucode entry last as it is the smallest allocation. > > Signed-off-by: Roy Franz Acked-by: Jan Beulich