qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Add ARM S3C SOC core, drivers and boards
@ 2009-05-06  8:44 Vincent Sanders
  2009-05-06  8:44 ` [Qemu-devel] [PATCH 01/15] Add ARM 920T CPU identifier Vincent Sanders
                   ` (15 more replies)
  0 siblings, 16 replies; 23+ messages in thread
From: Vincent Sanders @ 2009-05-06  8:44 UTC (permalink / raw)
  To: qemu-devel

This is an updated series integrating the feedback from Paul Brook 
and Jean-Christophe plagniol-villard and rebased to current git head. 

The following series adds Samsung S3C support to Qemu. The approach
taken is to create a series of generic s3c24xx peripheral blocks and
then to create a SOC device which collects a number of these generic
blocks together.

The SOC device is then instansiated by the board driver and additional
external peripherals added as appropriate.

Two actual SOC are currently implemented (however the generic
peripherals are used throughout the entire Samsung range from S3C2400
to S3C6410) are the S3C2410 and S3C2440.

These two SOC were chosen as representative samples because they are
two of the most popular ARM 9 class devices and have been used in many
devices from handhelds to the openmoko phones.

These SOC also have extremely good Linux kernel support, a single
default configuration covers 22 boards.

Only a pair of boards have been included in this series purely to
demostrate the most basic intended usage of the implementation. A
subsequent series will introduce all the omited peripherals for these
boards.

This series is the smallest set of changes required to support these
devices and is current against git head. The implementation
of some peripheral blocks although not complete is sufficient to
successfully run Linux kernels. Improved peripheral support is
envisaged after the core support is merged.

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

end of thread, other threads:[~2009-05-23 16:39 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-06  8:44 [Qemu-devel] Add ARM S3C SOC core, drivers and boards Vincent Sanders
2009-05-06  8:44 ` [Qemu-devel] [PATCH 01/15] Add ARM 920T CPU identifier Vincent Sanders
2009-05-06  8:44 ` [Qemu-devel] [PATCH 02/15] S3C system on chip integrated peripheral device state header Vincent Sanders
2009-05-15 22:33   ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-23 16:39     ` Vincent Sanders
2009-05-06  8:44 ` [Qemu-devel] [PATCH 03/15] Peripheral driver for S3C SOC SDRAM controller Vincent Sanders
2009-05-06  8:44 ` [Qemu-devel] [PATCH 04/15] Peripheral driver for S3C SOC IRQ controller Vincent Sanders
2009-05-06  8:44 ` [Qemu-devel] [PATCH 05/15] Peripheral driver for S3C SOC clock control Vincent Sanders
2009-05-06  8:44 ` [Qemu-devel] [PATCH 06/15] Peripheral driver for S3C SOC timers Vincent Sanders
2009-05-06  8:44 ` [Qemu-devel] [PATCH 07/15] Peripheral driver for S3C SOC Serial ports Vincent Sanders
2009-05-06  8:44 ` [Qemu-devel] [PATCH 08/15] Peripheral driver for S3C SOC real time clock Vincent Sanders
2009-05-06  8:44 ` [Qemu-devel] [PATCH 09/15] Peripheral driver for S3C SOC general purpose I/O Vincent Sanders
2009-05-06  8:44 ` [Qemu-devel] [PATCH 10/15] Peripheral driver for S3C SOC I2C controller Vincent Sanders
2009-05-06  8:44 ` [Qemu-devel] [PATCH 11/15] Peripheral driver for S3C SOC LCD controller Vincent Sanders
2009-05-06  8:44 ` [Qemu-devel] [PATCH 12/15] Peripheral driver for S3C SOC NAND controller Vincent Sanders
2009-05-06  8:44 ` [Qemu-devel] [PATCH 13/15] S3C2410 SOC implementation using S3C peripheral blocks Vincent Sanders
2009-05-06  8:44 ` [Qemu-devel] [PATCH 14/15] S3C2440 Implementation using S3C periperals Vincent Sanders
2009-05-06  8:44 ` [Qemu-devel] [PATCH 15/15] Add bast and smdk2410 boards which use S3C2410 SOC Vincent Sanders
2009-05-14 12:35   ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-15  9:41     ` Vincent Sanders
2009-05-15 19:52       ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-15 20:29         ` Ben Dooks
2009-05-14  8:58 ` [Qemu-devel] Add ARM S3C SOC core, drivers and boards Vincent Sanders

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).