xen/dts: Clean up the exported API for device tree
authorJulien Grall <julien.grall@linaro.org>
Fri, 13 Sep 2013 12:49:30 +0000 (13:49 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 17 Sep 2013 14:29:10 +0000 (15:29 +0100)
commitbc3cac5c78a02f39f1867dd60976b5481c4b74b6
tree158426f9bf362430fdf2c87e66b32582dc44838a
parent64e2efcad8789bdb09abc4c07f4cc259d8b42676
xen/dts: Clean up the exported API for device tree

All Xen code has been converted to the new device tree API that uses a tree
structure to describe the DTS.

The Flat Device tree is still used by Xen during early boot stage, but only in
internal. Remove entirely unneeded functions or move to a static function.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/common/device_tree.c
xen/include/xen/device_tree.h