diff options
| author | Peter Crosthwaite | 2013-03-15 17:41:58 +0100 |
|---|---|---|
| committer | Peter Maydell | 2013-03-15 17:41:58 +0100 |
| commit | 06a1cea5f631f6ac69f85ae07bb47ef47b88f5f7 (patch) | |
| tree | ba638f68ec49613efc368cb53e93c6b0adfa1c77 /hw/Makefile.objs | |
| parent | iov: Factor out hexdumper (diff) | |
| download | qemu-06a1cea5f631f6ac69f85ae07bb47ef47b88f5f7.tar.gz qemu-06a1cea5f631f6ac69f85ae07bb47ef47b88f5f7.tar.xz qemu-06a1cea5f631f6ac69f85ae07bb47ef47b88f5f7.zip | |
pl330: Initial version
Device model for Primecell PL330 DMA controller.
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Kirill Batuzov <batuzovk@ispras.ru>
Tested-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
Reviewed-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 098aac26233d7334bed2bca4f06f539638ca6d24.1361853677.git.peter.crosthwaite@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/Makefile.objs')
| -rw-r--r-- | hw/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs index eb7eb31a19..11812c6a4e 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -98,6 +98,7 @@ common-obj-$(CONFIG_PL110) += pl110.o common-obj-$(CONFIG_PL181) += pl181.o common-obj-$(CONFIG_PL190) += pl190.o common-obj-$(CONFIG_PL310) += arm_l2x0.o +common-obj-$(CONFIG_PL330) += pl330.o common-obj-$(CONFIG_VERSATILE_PCI) += versatile_pci.o common-obj-$(CONFIG_VERSATILE_I2C) += versatile_i2c.o common-obj-$(CONFIG_CADENCE) += cadence_uart.o |
