mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
bcm2835_property: add bcm2835 property channel
This sits behind the mailbox interface, and implements request/response queries for system properties. The framebuffer-related properties will be added in a later patch. Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com> Signed-off-by: Andrew Baumann <Andrew.Baumann@microsoft.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
99494e696e
commit
04f1ab15b9
3 changed files with 319 additions and 0 deletions
|
@ -37,6 +37,7 @@ obj-$(CONFIG_OMAP) += omap_l4.o
|
|||
obj-$(CONFIG_OMAP) += omap_sdrc.o
|
||||
obj-$(CONFIG_OMAP) += omap_tap.o
|
||||
obj-$(CONFIG_RASPI) += bcm2835_mbox.o
|
||||
obj-$(CONFIG_RASPI) += bcm2835_property.o
|
||||
obj-$(CONFIG_SLAVIO) += slavio_misc.o
|
||||
obj-$(CONFIG_ZYNQ) += zynq_slcr.o
|
||||
obj-$(CONFIG_ZYNQ) += zynq-xadc.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue