From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: [PATCH v3 0/5] ARM: Support initrd Date: Fri, 27 Sep 2013 17:56:32 +0100 Message-ID: <1380300997-28099-1-git-send-email-julien.grall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: patches@linaro.org, tim@xen.org, ian.campbell@citrix.com, Julien Grall , stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org Hi, This is the third version of this patch series. It adds support to load initrd in dom0 for ARM. All the changes can be found in each patch. Cheers, Julien Grall (5): xen: Add macros MB and GB xen: Add macro ROUNDUP 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(-) -- 1.7.10.4