]> Git Repo - qemu.git/commit - hw/arm/sysbus-fdt.c
hw/arm/sysbus-fdt: helpers for platform bus nodes addition
authorEric Auger <[email protected]>
Tue, 2 Jun 2015 11:29:11 +0000 (12:29 +0100)
committerPeter Maydell <[email protected]>
Tue, 2 Jun 2015 14:44:28 +0000 (15:44 +0100)
commit11d306b9df172faeeb3409deba4083dbe479b23c
treedf306ef13bc9318bc1a2956efa69c973000ec5c2
parent4771cd01daaccb2a8929fa04c88c608e378cf814
hw/arm/sysbus-fdt: helpers for platform bus nodes addition

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 <[email protected]>
Signed-off-by: Eric Auger <[email protected]>
Reviewed-by: Shannon Zhao <[email protected]>
Reviewed-by: Alexander Graf <[email protected]>
Reviewed-by: Alex BennĂ©e <[email protected]>
Message-id: 1433244554[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/arm/Makefile.objs
hw/arm/sysbus-fdt.c [new file with mode: 0644]
include/hw/arm/sysbus-fdt.h [new file with mode: 0644]
This page took 0.026483 seconds and 4 git commands to generate.