mbox

[PULL,0/8] target-xtensa queue 2014-11-03

Message ID 1414966232-19063-1-git-send-email-jcmvbkbc@gmail.com
State New
Headers show

Pull-request

git://github.com/OSLL/qemu-xtensa.git tags/20141103-xtensa

Message

Max Filippov Nov. 2, 2014, 10:10 p.m. UTC
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

Comments

Peter Maydell Nov. 3, 2014, 6:33 p.m. UTC | #1
On 2 November 2014 22:10, Max Filippov <jcmvbkbc@gmail.com> wrote:
> 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.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM