commit | 36204fdf742cabc074617648a5b2cf62409dc40b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 22 10:11:02 2011 -0700 |
committer | Jon Loeliger <jdl@jdl.com> | Thu Sep 22 13:49:33 2011 -0500 |
tree | 5ae8e7f6daf783865231df90c7c23a1a7747e9a9 | |
parent | 9ebd9b4a56e54656431111e5ea7cd74e651910bf [diff] |
Add fdt read/write utility functions This adds higher-level libfdt operations for reading/writing an fdt blob from/to a file, as well as a function to decode a data type string as will be used by fdtget, fdtput. This also adds a few tests for the simple type argument supported by utilfdt_decode_type. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: David Gibson <david@gibson.dropbear.id.au>