diff options
author | Grant Likely | 2012-03-02 12:56:38 +0100 |
---|---|---|
committer | Peter Maydell | 2012-03-02 12:56:38 +0100 |
commit | 412beee6a0349ce430920e2b2faa8009ced4a672 (patch) | |
tree | a45532e27595b703ab6e8106b52a0ba4ab4cb95e /configure | |
parent | arm: make sure that number of irqs can be represented in GICD_TYPER. (diff) | |
download | qemu-412beee6a0349ce430920e2b2faa8009ced4a672.tar.gz qemu-412beee6a0349ce430920e2b2faa8009ced4a672.tar.xz qemu-412beee6a0349ce430920e2b2faa8009ced4a672.zip |
arm: add device tree support
If compiled with CONFIG_FDT, allow user to specify a device tree file using
the -dtb argument. If the machine supports it then the dtb will be loaded
into memory and passed to the kernel on boot.
Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
[Peter Maydell: Use machine opt rather than global to pass dtb filename]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3485,6 +3485,7 @@ case "$target_arch2" in gdb_xml_files="arm-core.xml arm-vfp.xml arm-vfp3.xml arm-neon.xml" target_phys_bits=32 target_llong_alignment=4 + target_libs_softmmu="$fdt_libs" ;; cris) target_nptl="yes" |