qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 00/15 V2] ARM: Samsung Exynos4210-based boards suppo


From: Evgeny Voevodin
Subject: [Qemu-devel] [PATCH 00/15 V2] ARM: Samsung Exynos4210-based boards support.
Date: Fri, 09 Dec 2011 17:34:27 +0400

Second version of patches: add support for Samsung Exynos4210-based boards NURI
and SMDKC210.
Tested on Linux kernel v3.x series. Usage of "-smp 2" option is reuired for now.

Evgeny Voevodin (9):
  hw/sysbus.h: Increase maximum number of device IRQs.
  ARM: exynos4210: IRQ subsystem support.
  ARM: exynos4210: PWM support.
  hw/arm_boot.c: Add new secondary CPU bootloader.
  hw/arm_gic.c: lower IRQ only on changing of enable bit.
  ARM: exynos4210: MCT support.
  hw/exynos4210.c: Boot secondary CPU.
  hw/lan9118: Add basic 16-bit mode support.
  hw/exynos4210.c: Add LAN support for SMDKC210.

Maksim Kozlov (3):
  ARM: Samsung exynos4210-based boards emulation
  ARM: exynos4210: CMU support
  ARM: exynos4210: UART support

Mitsyanko Igor (3):
  hw/sd.c, hw/sd.h: add receive ready query routine to SD/MMC API
  ARM: exynos4210: added SD/MMC host controller
  ARM: exynos4210: added display controller implementation

 Makefile.target          |    3 +
 hw/arm-misc.h            |    1 +
 hw/arm_boot.c            |   22 +-
 hw/arm_gic.c             |   20 +-
 hw/devices.h             |    2 +-
 hw/exynos4210.c          |  547 +++++++++++++++
 hw/exynos4210.h          |  106 +++
 hw/exynos4210_cmu.c      | 1146 ++++++++++++++++++++++++++++++
 hw/exynos4210_combiner.c |  385 ++++++++++
 hw/exynos4210_fimd.c     | 1737 ++++++++++++++++++++++++++++++++++++++++++++++
 hw/exynos4210_gic.c      |  415 +++++++++++
 hw/exynos4210_mct.c      | 1486 +++++++++++++++++++++++++++++++++++++++
 hw/exynos4210_pwm.c      |  433 ++++++++++++
 hw/exynos4210_sdhc.c     | 1666 ++++++++++++++++++++++++++++++++++++++++++++
 hw/exynos4210_uart.c     |  674 ++++++++++++++++++
 hw/lan9118.c             |  115 +++-
 hw/sd.c                  |    5 +
 hw/sd.h                  |    1 +
 hw/sysbus.h              |    2 +-
 19 files changed, 8749 insertions(+), 17 deletions(-)
 create mode 100644 hw/exynos4210.c
 create mode 100644 hw/exynos4210.h
 create mode 100644 hw/exynos4210_cmu.c
 create mode 100644 hw/exynos4210_combiner.c
 create mode 100644 hw/exynos4210_fimd.c
 create mode 100644 hw/exynos4210_gic.c
 create mode 100644 hw/exynos4210_mct.c
 create mode 100644 hw/exynos4210_pwm.c
 create mode 100644 hw/exynos4210_sdhc.c
 create mode 100644 hw/exynos4210_uart.c

-- 
1.7.4.1




reply via email to

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