summaryrefslogtreecommitdiff
path: root/device_tree.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-26device_tree: Increase FDT_MAX_SIZE to 1 MiBGeert Uytterhoeven1-1/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-1/+1
2017-05-07device_tree: fix compiler warnings (clang 5)Philippe Mathieu-Daudé1-0/+1
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-19device_tree: qemu_fdt_getprop_cell converted to use the error APIEric Auger1-7/+14
2016-02-19device_tree: qemu_fdt_getprop converted to use the error APIEric Auger1-5/+6
2016-02-19device_tree: introduce qemu_fdt_node_pathEric Auger1-0/+54
2016-02-19device_tree: introduce load_device_tree_from_sysfsEric Auger1-0/+100
2016-02-04all: Clean up includesPeter Maydell1-6/+1
2015-07-27device_tree: Fix a typoKamalesh Babulal1-1/+1
2015-06-03device-tree: Make a common-objPeter Crosthwaite1-1/+0
2015-03-11machine: query phandle-start machine propertyMarcel Apfelbaum1-3/+2
2015-01-07device-tree: fix memory leakSergey Fedorov1-4/+10
2014-09-02device_tree.c: dump all err mesages with error_reportLi Liu1-20/+20
2014-09-02device_tree.c: redirect load_device_tree err message to stderrLi Liu1-7/+8
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