summaryrefslogtreecommitdiff
path: root/device_tree.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-20device_tree: qemu_fdt_setprop: Rename val_array argPeter Crosthwaite1-2/+2
2013-12-20device_tree: s/qemu_devtree/qemu_fdt globallyPeter Crosthwaite1-31/+31
2013-12-10device_tree.c: Terminate the empty reservemap in create_device_tree()Peter Maydell1-0/+4
2013-07-19device_tree: Add qemu_devtree_setprop_sized_cells() utility functionsPeter Maydell1-0/+33
2013-07-09vl: Tighten parsing of -machine option phandle_startMarkus Armbruster1-5/+2
2013-07-09Simplify -machine option queries with qemu_get_machine_opts()Markus Armbruster1-18/+10
2013-06-11device tree: Fix cppcheck warningStefan Weil1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-10-05device tree: simplify dumpdtb codeAlexander Graf1-8/+1
2012-10-05fdt: move dumpdtb interpretation code to device_tree.cAlexander Graf1-0/+22
2012-07-20device_tree: Add support for reading device tree propertiesPeter Maydell1-0/+30
2012-06-24dt: make setprop argument staticAlexander Graf1-1/+1
2012-06-24dt: Add global option to set phandle start offsetAlexander Graf1-1/+27
2012-06-24Revert "dt: temporarily disable subtree creation failure check"Alexander Graf1-2/+0
2012-06-24dt: add helper for 64bit cell addsAlexander Graf1-0/+7
2012-06-24dt: add helper for phandle allocationAlexander Graf1-0/+7
2012-06-24dt: add helper for empty dt creationAlexander Graf1-0/+37
2012-06-24dt: add helper for phandle enumerationAlexander Graf1-1/+15
2012-06-24dt: temporarily disable subtree creation failure checkAlexander Graf1-0/+2
2012-06-24dt: add helper for phandle referencesAlexander Graf1-0/+8
2012-06-24dt: allow add_subnode to create root subnodesAlexander Graf1-1/+6
2011-10-26device_tree: Fix potential memory leakStefan Weil1-0/+1
2011-10-06device tree: give dt more sizeAlexander Graf1-0/+1
2011-10-06device tree: dont fail operationsAlexander Graf1-25/+51
2011-10-06device tree: add add_subnode commandAlexander Graf1-0/+24
2011-10-06device tree: add nop_nodeAlexander Graf1-0/+11
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2011-04-01Allow qemu_devtree_setprop() to take arbitrary valuesDavid Gibson1-1/+1
2009-09-23Fix device tree compile broken by ca20cf32ab3d945155141ef737f5d08ebb373e1dBlue Swirl1-0/+1
2009-05-24Remove unused variablePaul Brook1-1/+0
2009-04-10Wean device tree code off phys_ram_base.pbrook1-18/+18
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-4/+0
2008-12-16Implement device tree support needed for Bamboo emulationaurel321-0/+114