From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgJ2H-00054D-GJ for qemu-devel@nongnu.org; Sun, 27 Sep 2015 16:59:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZgJ2C-0001RZ-IE for qemu-devel@nongnu.org; Sun, 27 Sep 2015 16:59:05 -0400 Received: from mail-la0-x231.google.com ([2a00:1450:4010:c03::231]:34741) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgJ2C-0001RE-8h for qemu-devel@nongnu.org; Sun, 27 Sep 2015 16:59:00 -0400 Received: by lache4 with SMTP id he4so19050125lac.1 for ; Sun, 27 Sep 2015 13:58:59 -0700 (PDT) From: Max Filippov Date: Sun, 27 Sep 2015 23:58:41 +0300 Message-Id: <1443387523-6559-1-git-send-email-jcmvbkbc@gmail.com> Subject: [Qemu-devel] [PATCH v2 0/2] target-xtensa: xtfpga: support cores without MMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Max Filippov , Peter Crosthwaite Hello, this series adds noMMU memory map to Xtensa XTFPGA board allowing to run uClinux on cores without MMU. Changes v1->v2: - drop patch 1; - create and initialize XTFPGA FLASH device in hw/xtensa/xtfpga.c with series of qdev_prop_set_*; - replace bool mmu with enum; - decide if system IO alias is needed based on alias address. Max Filippov (2): target-xtensa: xtfpga: attach FLASH to system IO target-xtensa: xtfpga: support noMMU cores hw/xtensa/xtfpga.c | 101 +++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 79 insertions(+), 22 deletions(-) -- 1.8.1.4