Hi David, On 24 October 2016 at 17:54, Simon Glass <sjg@xxxxxxxxxxxx> wrote: > The existing function to add a new property to a tree being built requires > that the entire contents of the new property be passed in. For some > applications it is more convenient to be able to add the property contents > later, perhaps by reading from a file. This avoids double-buffering of the > contents. > > Add a new function to support this and adjust the existing fdt_property() to > use it. > Signed-off-by: Simon Glass <sjg@xxxxxxxxxxxx> > --- > > Changes in v2: > - Add tests > > libfdt/fdt_sw.c | 16 ++++++++++++++-- > libfdt/libfdt.h | 16 ++++++++++++++++ > tests/include7.dts | 1 + > tests/sw_tree1.c | 5 +++++ > tests/test_tree1.dts | 1 + > tests/test_tree1_label_noderef.dts | 1 + > tests/trees.S | 2 ++ > 7 files changed, 40 insertions(+), 2 deletions(-) Did you see this one? Regards, SImon -- To unsubscribe from this list: send the line "unsubscribe devicetree-compiler" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html