qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] target-xtensa: add overlay parsing header and convert hand-written core definitions to use overlays
@ 2011-10-10  2:25 Max Filippov
  2011-10-10  2:25 ` [Qemu-devel] [PATCH 1/7] target-xtensa: increase xtensa options accuracy Max Filippov
                   ` (7 more replies)
  0 siblings, 8 replies; 63+ messages in thread
From: Max Filippov @ 2011-10-10  2:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: jcmvbkbc

Max Filippov (7):
  target-xtensa: increase xtensa options accuracy
  target-xtensa: remove hand-written xtensa cores implementations
  target-xtensa: implement external interrupt mapping
  target-xtensa: extract core configuration from overlay
  target-xtensa: add dc232b core
  target-xtensa: add fsf core
  target-xtensa: rename dc232b board to sim

 Makefile.target                               |    5 +-
 hw/xtensa_dc232b.c                            |  116 ------
 hw/xtensa_pic.c                               |   12 +
 hw/xtensa_sample.c                            |  107 -----
 hw/xtensa_sim.c                               |  116 ++++++
 target-xtensa/core-dc232b.c                   |   28 ++
 target-xtensa/core-dc232b/core-isa.h          |  424 ++++++++++++++++++++
 target-xtensa/core-dc232b/gdb-config.c        |  261 ++++++++++++
 target-xtensa/core-fsf.c                      |   28 ++
 target-xtensa/core-fsf/core-isa.h             |  362 +++++++++++++++++
 target-xtensa/core-fsf/gdb-config.c           |  152 +++++++
 target-xtensa/cpu.h                           |   15 +-
 target-xtensa/gdb-config-dc232b.c             |  261 ------------
 target-xtensa/gdb-config-sample-xtensa-core.c |  375 -----------------
 target-xtensa/helper.c                        |  249 +-----------
 target-xtensa/overlay_tool.h                  |  533 +++++++++++++++++++++++++
 target-xtensa/translate.c                     |   14 +-
 tests/xtensa/Makefile                         |    2 +-
 18 files changed, 1955 insertions(+), 1105 deletions(-)
 delete mode 100644 hw/xtensa_dc232b.c
 delete mode 100644 hw/xtensa_sample.c
 create mode 100644 hw/xtensa_sim.c
 create mode 100644 target-xtensa/core-dc232b.c
 create mode 100644 target-xtensa/core-dc232b/core-isa.h
 create mode 100644 target-xtensa/core-dc232b/gdb-config.c
 create mode 100644 target-xtensa/core-fsf.c
 create mode 100644 target-xtensa/core-fsf/core-isa.h
 create mode 100644 target-xtensa/core-fsf/gdb-config.c
 delete mode 100644 target-xtensa/gdb-config-dc232b.c
 delete mode 100644 target-xtensa/gdb-config-sample-xtensa-core.c
 create mode 100644 target-xtensa/overlay_tool.h

-- 
1.7.6.4

^ permalink raw reply	[flat|nested] 63+ messages in thread

end of thread, other threads:[~2012-01-26 18:05 UTC | newest]

Thread overview: 63+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10  2:25 [Qemu-devel] [PATCH 0/7] target-xtensa: add overlay parsing header and convert hand-written core definitions to use overlays Max Filippov
2011-10-10  2:25 ` [Qemu-devel] [PATCH 1/7] target-xtensa: increase xtensa options accuracy Max Filippov
2011-10-10  2:26 ` [Qemu-devel] [PATCH 2/7] target-xtensa: remove hand-written xtensa cores implementations Max Filippov
2011-10-10  2:26 ` [Qemu-devel] [PATCH 3/7] target-xtensa: implement external interrupt mapping Max Filippov
2011-10-10  2:26 ` [Qemu-devel] [PATCH 4/7] target-xtensa: extract core configuration from overlay Max Filippov
2011-10-10  2:26 ` [Qemu-devel] [PATCH 5/7] target-xtensa: add dc232b core Max Filippov
2011-10-10  2:26 ` [Qemu-devel] [PATCH 6/7] target-xtensa: add fsf core Max Filippov
2011-10-15  9:02   ` Blue Swirl
2011-10-15 13:15     ` Max Filippov
2011-10-15 13:44       ` Max Filippov
2011-10-15 13:50         ` Blue Swirl
2011-10-15 14:08           ` [Qemu-devel] [PATCH v2] " Max Filippov
2011-10-17 10:45     ` [Qemu-devel] GPLv3 troubles (was: [PATCH 6/7] target-xtensa: add fsf core) Andreas Färber
2011-10-17 10:47       ` [Qemu-devel] GPLv3 troubles Paolo Bonzini
2011-10-17 11:07         ` Andreas Färber
2011-10-17 11:10           ` Paolo Bonzini
2011-10-17 16:39             ` Andreas Färber
2011-10-17 16:47               ` Peter Maydell
2011-10-17 16:51                 ` Anthony Liguori
2011-10-17 17:58                   ` Andreas Färber
2011-10-17 18:16                     ` Anthony Liguori
2011-10-17 18:18                       ` Peter Maydell
2011-10-17 18:20                       ` Stefan Weil
2011-10-17 18:29                         ` Anthony Liguori
2011-10-17 18:34                           ` Peter Maydell
2011-10-17 18:37                             ` Anthony Liguori
2011-10-17 19:33                           ` Blue Swirl
2011-10-17 19:43                   ` Blue Swirl
2011-10-17 17:01                 ` Andreas Färber
2011-10-17 12:38       ` Anthony Liguori
2011-10-17 12:50         ` Paolo Bonzini
2011-10-17 14:17           ` Anthony Liguori
2011-10-17 14:27             ` Paolo Bonzini
2011-10-17 16:30             ` Andreas Färber
2011-10-17 16:47               ` Anthony Liguori
2011-10-17 17:46                 ` Stefan Weil
2011-10-17 19:29                   ` Blue Swirl
2011-10-17 20:44                   ` Avi Kivity
2011-10-18  8:01                     ` Markus Armbruster
2011-10-18 13:03                       ` Anthony Liguori
2011-10-18 14:33                         ` Andreas Färber
2011-10-18 14:36                           ` Anthony Liguori
2011-10-18 14:44                             ` nicolas.sauzede
2011-10-18 15:00                         ` andrzej zaborowski
2011-10-18 15:19                         ` Peter Maydell
2011-10-18 15:31                           ` Paolo Bonzini
2011-10-18 16:01                             ` Anthony Liguori
2011-10-18 16:15                               ` Peter Maydell
2011-10-18 16:20                                 ` Avi Kivity
2011-10-18 16:30                                 ` Anthony Liguori
2011-10-18 16:32                                   ` Peter Maydell
2011-10-18 16:37                               ` Paolo Bonzini
2011-10-18 18:44                                 ` Blue Swirl
2011-10-18 15:56                           ` Anthony Liguori
2011-10-18 16:14                             ` Peter Maydell
2011-10-25 14:34                         ` Dor Laor
2012-01-25 21:16                           ` Stefan Weil
2012-01-26 18:05                   ` Michael Walle
2011-10-17 17:52                 ` Andreas Färber
2011-10-10  2:26 ` [Qemu-devel] [PATCH 7/7] target-xtensa: rename dc232b board to sim Max Filippov
2011-10-15 21:29 ` [Qemu-devel] [PATCH 0/7] target-xtensa: add overlay parsing header and convert hand-written core definitions to use overlays Blue Swirl
2011-10-15 21:52   ` Max Filippov
2011-10-16  6:15     ` Stefan Weil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).