summaryrefslogtreecommitdiffstats
path: root/hw/char/Makefile.objs
diff options
context:
space:
mode:
authorAndrew Baumann2016-03-16 18:06:01 +0100
committerPeter Maydell2016-03-16 18:42:18 +0100
commit97398d900caaccbf1b6cc53a80581b69687757e7 (patch)
tree6fe4ce22c120efb558fdb1ad140f537dc4bec386 /hw/char/Makefile.objs
parentbcm2835_peripherals: enable sdhci pending-insert quirk for raspberry pi (diff)
downloadqemu-97398d900caaccbf1b6cc53a80581b69687757e7.tar.gz
qemu-97398d900caaccbf1b6cc53a80581b69687757e7.tar.xz
qemu-97398d900caaccbf1b6cc53a80581b69687757e7.zip
bcm2835_aux: add emulation of BCM2835 AUX (aka UART1) block
At present only the core UART functions (data path for tx/rx) are implemented, which is enough for UEFI to boot. The following features/registers are unimplemented: * Line/modem control * Scratch register * Extra control * Baudrate * SPI interfaces Signed-off-by: Andrew Baumann <Andrew.Baumann@microsoft.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1457467526-8840-3-git-send-email-Andrew.Baumann@microsoft.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/char/Makefile.objs')
-rw-r--r--hw/char/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/char/Makefile.objs b/hw/char/Makefile.objs
index 5931cc8400..69a553cd8d 100644
--- a/hw/char/Makefile.objs
+++ b/hw/char/Makefile.objs
@@ -16,6 +16,7 @@ obj-$(CONFIG_SH4) += sh_serial.o
obj-$(CONFIG_PSERIES) += spapr_vty.o
obj-$(CONFIG_DIGIC) += digic-uart.o
obj-$(CONFIG_STM32F2XX_USART) += stm32f2xx_usart.o
+obj-$(CONFIG_RASPI) += bcm2835_aux.o
common-obj-$(CONFIG_ETRAXFS) += etraxfs_ser.o
common-obj-$(CONFIG_ISA_DEBUG) += debugcon.o