mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 11d306b9df
			
		
	
	
		11d306b9df
		
	
	
	
	
		
			
			This new C module will be used by ARM machine files to generate platform bus node and their dynamic sysbus device tree nodes. Dynamic sysbus device node addition is done in a machine init done notifier. arm_register_platform_bus_fdt_creator does the registration of this latter and is supposed to be called by ARM machine files that support platform bus and their dynamic sysbus. Addition of dynamic sysbus nodes is done only if the user did not provide any dtb. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Eric Auger <eric.auger@linaro.org> Reviewed-by: Shannon Zhao <zhaoshenglong@huawei.com> Reviewed-by: Alexander Graf <agraf@suse.de> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 1433244554-12898-2-git-send-email-eric.auger@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
		
			
				
	
	
		
			16 lines
		
	
	
		
			671 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			671 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| obj-y += boot.o collie.o exynos4_boards.o gumstix.o highbank.o
 | |
| obj-$(CONFIG_DIGIC) += digic_boards.o
 | |
| obj-y += integratorcp.o kzm.o mainstone.o musicpal.o nseries.o
 | |
| obj-y += omap_sx1.o palm.o realview.o spitz.o stellaris.o
 | |
| obj-y += tosa.o versatilepb.o vexpress.o virt.o xilinx_zynq.o z2.o
 | |
| obj-$(CONFIG_ACPI) += virt-acpi-build.o
 | |
| obj-y += netduino2.o
 | |
| obj-y += sysbus-fdt.o
 | |
| 
 | |
| obj-y += armv7m.o exynos4210.o pxa2xx.o pxa2xx_gpio.o pxa2xx_pic.o
 | |
| obj-$(CONFIG_DIGIC) += digic.o
 | |
| obj-y += omap1.o omap2.o strongarm.o
 | |
| obj-$(CONFIG_ALLWINNER_A10) += allwinner-a10.o cubieboard.o
 | |
| obj-$(CONFIG_STM32F205_SOC) += stm32f205_soc.o
 | |
| obj-$(CONFIG_XLNX_ZYNQMP) += xlnx-zynqmp.o xlnx-ep108.o
 |