From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53891) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEZgl-0002AZ-P1 for qemu-devel@nongnu.org; Mon, 02 Apr 2012 01:20:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEZgk-0002g4-2P for qemu-devel@nongnu.org; Mon, 02 Apr 2012 01:20:23 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:43014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEZgj-0002fi-To for qemu-devel@nongnu.org; Mon, 02 Apr 2012 01:20:21 -0400 Received: by iafj26 with SMTP id j26so4544506iaf.4 for ; Sun, 01 Apr 2012 22:20:19 -0700 (PDT) From: "Peter A. G. Crosthwaite" Date: Mon, 2 Apr 2012 15:20:10 +1000 Message-Id: Subject: [Qemu-devel] [PATCH v1 0/3] Xilinx-Zynq boot process patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.crosthwaite@petalogix.com, qemu-devel@nongnu.org, paul@codesourcery.com, peter.maydell@linaro.org, edgar.iglesias@gmail.com Cc: linnj@xilinx.com, john.williams@petalogix.com, duyl@xilinx.com These patches allow for booting of smp linux as well as custom initrd and dtb blobs on the xilinx zynq platform. Patch 1 is dual core smp support. Patch 2 parameterises the previously hardcoded initrd and dtb address offsets for the arm bootloader. Patch 3 fixes the initrd and dtb addresses for zynq. Peter A. G. Crosthwaite (3): xilinx_zynq: added smp support arm_boot: parameterized intird and dtb locations xilinx_zynq: set initrd and dtb locations hw/arm-misc.h | 8 ++++++ hw/arm_boot.c | 34 ++++++++++++++++----------- hw/xilinx_zynq.c | 66 +++++++++++++++++++++++++++++++++++++++++++++--------- 3 files changed, 83 insertions(+), 25 deletions(-) -- 1.7.3.2