From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEMVE-00080K-Tj for qemu-devel@nongnu.org; Wed, 19 Sep 2012 11:47:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEMVA-00071I-Rv for qemu-devel@nongnu.org; Wed, 19 Sep 2012 11:47:52 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:65386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEMVA-000716-Ko for qemu-devel@nongnu.org; Wed, 19 Sep 2012 11:47:48 -0400 Received: by bkcjg9 with SMTP id jg9so431223bkc.4 for ; Wed, 19 Sep 2012 08:47:47 -0700 (PDT) Message-ID: <5059E96C.6040203@gmail.com> Date: Wed, 19 Sep 2012 17:49:00 +0200 From: Francesco Lavra MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH v3 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 v3: - When registering either flash bank as CFI device results in an error, terminate QEMU. 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 | 33 ++++++++++++++++++++++++++------- 1 files changed, 26 insertions(+), 7 deletions(-) -- 1.7.5.4