From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: xen: Add MB, GB and ROUNDUP macros to common headers (Was: Re: [PATCH v3 0/5] ARM: Support initrd) Date: Thu, 03 Oct 2013 20:49:27 +0100 Message-ID: References: <1380806068.25936.115.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1380806068.25936.115.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell , Julien Grall Cc: Keir Fraser , stefano.stabellini@eu.citrix.com, patches@linaro.org, tim@xen.org, xen-devel@lists.xen.org, Jan Beulich List-Id: xen-devel@lists.xenproject.org On 03/10/2013 14:14, "Ian Campbell" wrote: > On Fri, 2013-09-27 at 17:56 +0100, Julien Grall wrote: >> xen: Add macros MB and GB >> xen: Add macro ROUNDUP > > Keir/Jan, > > Any (n)ack for these two generic changes? Acked-by: Keir Fraser > >> xen/dts: Use ROUNDUP macro instead of the internal ALIGN >> xen/arm: Add support to load initrd in dom0 >> xen/dts: Support Linux initrd DT bindings >> >> xen/arch/arm/domain_build.c | 101 >> ++++++++++++++++++++++++++++++++++++------ >> xen/arch/arm/kernel.c | 20 +++++---- >> xen/arch/arm/kernel.h | 2 + >> xen/common/device_tree.c | 35 ++++++++++++--- >> xen/include/asm-arm/config.h | 1 - >> xen/include/xen/config.h | 3 ++ >> xen/include/xen/lib.h | 2 + >> 7 files changed, 136 insertions(+), 28 deletions(-) >> > >