From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: [PATCH 0/2] ARM: support zImage kernels for dom0 Date: Tue, 10 Jan 2012 16:40:18 +0000 Message-ID: <1326213620-20756-1-git-send-email-david.vrabel@citrix.com> 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.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: Stefano Stabellini List-Id: xen-devel@lists.xenproject.org These two patches add support for loading ARM kernels built as a zImage with an appended device tree blob (DTB) (CONFIG_ARM_APPENDED_DTB). You can also use an vmlinux ELF as before. This is required to run the latest kernels that support the Versatile Express with a Cortex A15 tile. Such a kernel can be found in the 'vexpress-dt' branch of git://xenbits.xen.org/people/dvrabel/linux.git. The DTB for the model is named 'vexpress-v2p-aem-v7a.dtb'. David