All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/8] target-mips queue
@ 2017-02-20 20:30 Yongbok Kim
  2017-02-20 20:30 ` [Qemu-devel] [PULL 1/8] hw/mips_cmgcr: allow GCR base to be moved Yongbok Kim
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Yongbok Kim @ 2017-02-20 20:30 UTC (permalink / raw)
  To: qemu-devel

Hi,

This is pull-req for target-mips.

Regards,
Yongbok

The following changes since commit 56f9e46b841c7be478ca038d8d4085d776ab4b0d:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-02-20' into staging (2017-02-20 17:42:47 +0000)

are available in the git repository at:

  git://github.com/yongbok/upstream-qemu.git tags/mips-20170220

for you to fetch changes up to 0a1fdcc94338ea12f7deba71e795c01989152752:

  hw/mips: MIPS Boston board support (2017-02-20 19:37:28 +0000)

----------------------------------------------------------------
MIPS patches 2017-02-20

Changes:
* Add MIPS Boston board support

----------------------------------------------------------------

Paul Burton (8):
  hw/mips_cmgcr: allow GCR base to be moved
  hw/mips_gictimer: provide API for retrieving frequency
  hw/mips_gic: Update pin state on mask changes
  target-mips: Provide function to test if a CPU supports an ISA
  dtc: Update requirement to v1.4.2
  loader: Support Flattened Image Trees (FIT images)
  hw: xilinx-pcie: Add support for Xilinx AXI PCIe Controller
  hw/mips: MIPS Boston board support

 configure                            |   8 +-
 default-configs/mips64el-softmmu.mak |   2 +
 dtc                                  |   2 +-
 hw/core/Makefile.objs                |   1 +
 hw/core/loader-fit.c                 | 325 ++++++++++++++++++++
 hw/core/loader.c                     |   7 +-
 hw/intc/mips_gic.c                   |  56 ++--
 hw/mips/Makefile.objs                |   1 +
 hw/mips/boston.c                     | 576 +++++++++++++++++++++++++++++++++++
 hw/misc/mips_cmgcr.c                 |  17 ++
 hw/pci-host/Makefile.objs            |   1 +
 hw/pci-host/xilinx-pcie.c            | 328 ++++++++++++++++++++
 hw/timer/mips_gictimer.c             |   5 +
 include/hw/loader-fit.h              |  41 +++
 include/hw/loader.h                  |   6 +
 include/hw/misc/mips_cmgcr.h         |   3 +
 include/hw/pci-host/xilinx-pcie.h    |  68 +++++
 include/hw/timer/mips_gictimer.h     |   1 +
 target/mips/cpu.h                    |   1 +
 target/mips/translate.c              |  10 +
 20 files changed, 1423 insertions(+), 36 deletions(-)
 create mode 100644 hw/core/loader-fit.c
 create mode 100644 hw/mips/boston.c
 create mode 100644 hw/pci-host/xilinx-pcie.c
 create mode 100644 include/hw/loader-fit.h
 create mode 100644 include/hw/pci-host/xilinx-pcie.h

-- 
2.7.4

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

end of thread, other threads:[~2017-02-21  9:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-20 20:30 [Qemu-devel] [PULL 0/8] target-mips queue Yongbok Kim
2017-02-20 20:30 ` [Qemu-devel] [PULL 1/8] hw/mips_cmgcr: allow GCR base to be moved Yongbok Kim
2017-02-20 20:30 ` [Qemu-devel] [PULL 2/8] hw/mips_gictimer: provide API for retrieving frequency Yongbok Kim
2017-02-20 20:30 ` [Qemu-devel] [PULL 3/8] hw/mips_gic: Update pin state on mask changes Yongbok Kim
2017-02-20 20:30 ` [Qemu-devel] [PULL 4/8] target-mips: Provide function to test if a CPU supports an ISA Yongbok Kim
2017-02-20 20:30 ` [Qemu-devel] [PULL 5/8] dtc: Update requirement to v1.4.2 Yongbok Kim
2017-02-20 20:31 ` [Qemu-devel] [PULL 6/8] loader: Support Flattened Image Trees (FIT images) Yongbok Kim
2017-02-20 20:31 ` [Qemu-devel] [PULL 7/8] hw: xilinx-pcie: Add support for Xilinx AXI PCIe Controller Yongbok Kim
2017-02-20 20:31 ` [Qemu-devel] [PULL 8/8] hw/mips: MIPS Boston board support Yongbok Kim
2017-02-20 20:47 ` [Qemu-devel] [PULL 0/8] target-mips queue no-reply
2017-02-21  0:00   ` Yongbok Kim
2017-02-21  9:34 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.