]> git.proxmox.com Git - qemu.git/commit
arm/boot: Allow boards to modify the FDT blob
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jul 2013 12:25:10 +0000 (13:25 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Jul 2013 11:58:47 +0000 (12:58 +0100)
commit3b1cceb8b52320150fd93dc094ba11fd01c6adfa
tree97f7d7475135b5bff8846564bae9911e352eff52
parent4b52530be987f33f8bffbdec9826298ad53ec180
arm/boot: Allow boards to modify the FDT blob

Add a callback hook in arm_boot_info to allow board models to
modify the device tree blob if they need to. (The major expected
use case is to add virtio-mmio nodes for virtio-mmio transports
that exist in QEMU but not in the hardware.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1373977512-28932-7-git-send-email-peter.maydell@linaro.org
hw/arm/boot.c
include/hw/arm/arm.h