From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDhYu-0000Q2-GI for qemu-devel@nongnu.org; Mon, 17 Sep 2012 16:04:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDhYr-0005z7-5u for qemu-devel@nongnu.org; Mon, 17 Sep 2012 16:04:56 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:38537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDhYq-0005z3-Ri for qemu-devel@nongnu.org; Mon, 17 Sep 2012 16:04:53 -0400 Received: by bkcji1 with SMTP id ji1so2287750bkc.4 for ; Mon, 17 Sep 2012 13:04:52 -0700 (PDT) Message-ID: <505782AA.7090106@gmail.com> Date: Mon, 17 Sep 2012 22:06:02 +0200 From: Francesco Lavra MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH v2 0/2] Versatile Express: add modelling of NOR flash List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , paul@codesourcery.com This patch series adds modelling of the two NOR flash banks found on the Versatile Express motherboard. Tested with U-Boot running on an emulated Versatile Express, with either A9 or A15 CoreTile. The alias of the first NOR flash in the Cortex-A Series memory map is not modelled. Changes in v2: Fix definition of NOR flash 0 address and remove flash alias in Cortex-A Series memory map. Use drive_get_next() instead of drive_get() to get a backing storage for each flash bank. Francesco Lavra (2): Versatile Express: Fix NOR flash 0 address and remove flash alias Versatile Express: Add modelling of NOR flash hw/vexpress.c | 31 ++++++++++++++++++++++++------- 1 files changed, 24 insertions(+), 7 deletions(-) -- 1.7.5.4