Re: [PATCH v4 2/6] Add fdt read/write utility functions
From: Simon Glass <hidden>
Date: 2011-09-22 16:31:21
Hi Jon, On Thu, Sep 22, 2011 at 8:32 AM, Jon Loeliger [off-list ref] wrote:
quoted
This adds higher-level libfdt operations for reading/writing an fdt blob from/to a file, as well s a function to decode a data type string as will be used by fdtget, fdtput. Add utilfdt tests This adds a few tests for the simple type argument supported by utilfdt_decode_type. I assume this will be squashed in with utilfdt, but I have left it out for easier review here. Signed-off-by: Simon Glass <redacted>Simon, I'm willing to apply patches 2, 3 and 4 of this series as well, but 'git --3way am <mail>' has groused that the patch looks corrupted or hand edited and doesn't apply to any blob in my tree. Bummer. Any chance you could rebase on to current top? I've added a patch or two from Anton, and your 1/6 from this series.
Of course, I should have done it yesterday before I sent the patch set, as I am now changing util.c instead of adding my own file. I will rebase and send a new version, and also tidy up David's comments re commit msg. Regards, Simon
Thanks, jdl