From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl3MT-0004qh-V1 for qemu-devel@nongnu.org; Sun, 02 Nov 2014 17:11:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xl3MO-0003J8-Pq for qemu-devel@nongnu.org; Sun, 02 Nov 2014 17:11:01 -0500 Received: from mail-lb0-x22e.google.com ([2a00:1450:4010:c04::22e]:59816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl3MO-0003J1-FW for qemu-devel@nongnu.org; Sun, 02 Nov 2014 17:10:56 -0500 Received: by mail-lb0-f174.google.com with SMTP id z11so6566454lbi.33 for ; Sun, 02 Nov 2014 14:10:55 -0800 (PST) From: Max Filippov Date: Mon, 3 Nov 2014 01:10:32 +0300 Message-Id: <1414966232-19063-1-git-send-email-jcmvbkbc@gmail.com> Subject: [Qemu-devel] [PULL 0/8] target-xtensa queue 2014-11-03 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Max Filippov Hi Peter, please pull my current target-xtensa patch queue. The following changes since commit 0a2923f8488498000eec54871456aa64a4391da4: tcg/mips: fix store softmmu slow path (2014-11-02 13:30:00 +0100) are available in the git repository at: git://github.com/OSLL/qemu-xtensa.git tags/20141103-xtensa for you to fetch changes up to 437a8c11c06f53ed3bcdcc3e5abc5d20b2d439bd: MAINTAINERS: update xtensa boards (2014-11-03 01:00:37 +0300) ---------------------------------------------------------------- Xtensa fixes and improvements 2014-11-03: - build fixes for cores w/o windowed registers and with profiling interrupts; - fix uImage load address for MMUv2 cores; - add script for automatic core import from xtensa configuration overlay. ---------------------------------------------------------------- Max Filippov (8): target-xtensa: add definition for XTHAL_INTTYPE_PROFILING target-xtensa: tests: pre-process tests linker script target-xtensa: avoid duplicate timer interrupt delivery hw/core/loader: implement address translation in uimage loader hw/xtensa/xtfpga: treat uImage load address as virtual target-xtensa: add core importing script target-xtensa: fix build for cores w/o windowed registers MAINTAINERS: update xtensa boards MAINTAINERS | 7 ++- hw/arm/boot.c | 2 +- hw/core/loader.c | 17 ++++-- hw/m68k/an5206.c | 3 +- hw/m68k/dummy_m68k.c | 3 +- hw/m68k/mcf5208.c | 3 +- hw/microblaze/boot.c | 3 +- hw/openrisc/openrisc_sim.c | 2 +- hw/ppc/e500.c | 3 +- hw/ppc/ppc440_bamboo.c | 3 +- hw/xtensa/pic_cpu.c | 4 +- hw/xtensa/xtfpga.c | 3 +- include/hw/loader.h | 4 +- target-xtensa/cpu.h | 1 + target-xtensa/import_core.sh | 53 ++++++++++++++++++ target-xtensa/overlay_tool.h | 32 +++++++---- tests/tcg/xtensa/Makefile | 10 +++- tests/tcg/xtensa/linker.ld | 112 ------------------------------------- tests/tcg/xtensa/linker.ld.S | 130 +++++++++++++++++++++++++++++++++++++++++++ 19 files changed, 249 insertions(+), 146 deletions(-) create mode 100755 target-xtensa/import_core.sh delete mode 100644 tests/tcg/xtensa/linker.ld create mode 100644 tests/tcg/xtensa/linker.ld.S -- 1.8.1.4