qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v9 0/4] Zynq-7000 EPP platform model


From: Peter A. G. Crosthwaite
Subject: [Qemu-devel] [PATCH v9 0/4] Zynq-7000 EPP platform model
Date: Mon, 5 Mar 2012 14:39:09 +1000

This is a suite of Device models and a machine model for the Xilinx Zynq-7000 
Extensible Processing Platform:

http://www.xilinx.com/products/silicon-devices/epp/zynq-7000/index.htm

This is an ARM based platform featuring embedded SoC peripherals. This patch 
series includes a minimal set of device models and a a machine model capable of 
emulating zynq platforms booting linux.

This first 3 patches in this series are device models for IP provided by 
cadence for the Zynq platform. The final patch is the initial revision of the 
zynq machine model.

Most of this work was originally authored by Xilinx, as indicated by (c) 
notices in added files.

Tree is available from:
git://developer.petalogix.com/private/peterc/qemu.git
branch: zynq-initial.9

---
changed from v8:
reworked uart interrupt behaviour (1/4)
implemented vmsd (2/4) (3/4) (4/4)
various typographical errors in comments (1/4) (2/4)
changed from v7:
removed fflush() from DBPRINTF (all)
address P. Maydell comments re v6 (3/4) (4/4)
fixed timer mod on wrap around logic (r.e. P Brook comments) (2/4)
changed from v6:
addressed P. Maydell comments re v5 (1/4) (2/4)
renamed qemu_debug() -> DB_PRINT (all)
changed from v5:
removed usages of arm_boot_info->bootsmp_priv_base (4/4)
changed from v4:
fixed FSF addess (1/4) (2/4) (4/4)
changed device_init -> type_init (all)
changed from v3:
fixed timer race condition issue (2/4)
changed from v2:
fixed timer prescision issue (2/4)
fixed compile warnings in zynq_arm_sysctl (4/4)
changes from v1:
formatting and style fixes
updated for QOM
removed former patch 3 (cadence WDT device model) - not required
removed former patch 5 (dtb argument) - this is currently under discussion in 
other patch series'
removed former patch 6 (initrd parameterisation) - not required for minimal boot


Peter A. G. Crosthwaite (4):
  cadence_uart: initial version of device model
  cadence_ttc: initial version of device model
  cadence_gem: initial version of device model
  xilinx_zynq: machine model initial version

 MAINTAINERS       |    7 +
 Makefile.target   |    4 +
 hw/cadence_gem.c  | 1233 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/cadence_ttc.c  |  489 +++++++++++++++++++++
 hw/cadence_uart.c |  513 ++++++++++++++++++++++
 hw/xilinx_zynq.c  |  157 +++++++
 hw/zynq_slcr.c    |  535 +++++++++++++++++++++++
 7 files changed, 2938 insertions(+), 0 deletions(-)
 create mode 100644 hw/cadence_gem.c
 create mode 100644 hw/cadence_ttc.c
 create mode 100644 hw/cadence_uart.c
 create mode 100644 hw/xilinx_zynq.c
 create mode 100644 hw/zynq_slcr.c

-- 
1.7.3.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]