aboutsummaryrefslogtreecommitdiff
path: root/device_tree.c
AgeCommit message (Expand)Author
2018-06-29device_tree: Add qemu_fdt_node_unit_pathEric Auger
2018-06-29device_tree: Replace error_setg(&error_fatal) by error_report() + exit()Philippe Mathieu-Daudé
2018-04-26device_tree: Increase FDT_MAX_SIZE to 1 MiBGeert Uytterhoeven
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2017-05-07device_tree: fix compiler warnings (clang 5)Philippe Mathieu-Daudé
2016-05-19qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-19device_tree: qemu_fdt_getprop_cell converted to use the error APIEric Auger
2016-02-19device_tree: qemu_fdt_getprop converted to use the error APIEric Auger
2016-02-19device_tree: introduce qemu_fdt_node_pathEric Auger
2016-02-19device_tree: introduce load_device_tree_from_sysfsEric Auger
2016-02-04all: Clean up includesPeter Maydell
2015-07-27device_tree: Fix a typoKamalesh Babulal
2015-06-03device-tree: Make a common-objPeter Crosthwaite
2015-03-11machine: query phandle-start machine propertyMarcel Apfelbaum
2015-01-07device-tree: fix memory leakSergey Fedorov
2014-09-02device_tree.c: dump all err mesages with error_reportLi Liu
2014-09-02device_tree.c: redirect load_device_tree err message to stderrLi Liu
2013-12-20device_tree: qemu_fdt_setprop: Rename val_array argPeter Crosthwaite
2013-12-20device_tree: s/qemu_devtree/qemu_fdt globallyPeter Crosthwaite
2013-12-10device_tree.c: Terminate the empty reservemap in create_device_tree()Peter Maydell
2013-07-19device_tree: Add qemu_devtree_setprop_sized_cells() utility functionsPeter Maydell
2013-07-09vl: Tighten parsing of -machine option phandle_startMarkus Armbruster
2013-07-09Simplify -machine option queries with qemu_get_machine_opts()Markus Armbruster
2013-06-11device tree: Fix cppcheck warningStefan Weil
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-10-05device tree: simplify dumpdtb codeAlexander Graf
2012-10-05fdt: move dumpdtb interpretation code to device_tree.cAlexander Graf
2012-07-20device_tree: Add support for reading device tree propertiesPeter Maydell
2012-06-24dt: make setprop argument staticAlexander Graf
2012-06-24dt: Add global option to set phandle start offsetAlexander Graf
2012-06-24Revert "dt: temporarily disable subtree creation failure check"Alexander Graf
2012-06-24dt: add helper for 64bit cell addsAlexander Graf
2012-06-24dt: add helper for phandle allocationAlexander Graf
2012-06-24dt: add helper for empty dt creationAlexander Graf
2012-06-24dt: add helper for phandle enumerationAlexander Graf
2012-06-24dt: temporarily disable subtree creation failure checkAlexander Graf
2012-06-24dt: add helper for phandle referencesAlexander Graf
2012-06-24dt: allow add_subnode to create root subnodesAlexander Graf
2011-10-26device_tree: Fix potential memory leakStefan Weil
2011-10-06device tree: give dt more sizeAlexander Graf
2011-10-06device tree: dont fail operationsAlexander Graf
2011-10-06device tree: add add_subnode commandAlexander Graf
2011-10-06device tree: add nop_nodeAlexander Graf
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2011-04-01Allow qemu_devtree_setprop() to take arbitrary valuesDavid Gibson
2009-09-23Fix device tree compile broken by ca20cf32ab3d945155141ef737f5d08ebb373e1dBlue Swirl
2009-05-24Remove unused variablePaul Brook