[PATCH v5 1/5] Add fdt read/write utility functions

2011-09-22 Thread Simon Glass
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

Re: [PATCH v5 1/5] Add fdt read/write utility functions

2011-09-22 Thread Jon Loeliger
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

Re: [PATCH v5 1/5] Add fdt read/write utility functions

2011-09-22 Thread Simon Glass
Hi Jon, On Thu, Sep 22, 2011 at 11:54 AM, Jon Loeliger j...@jdl.com wrote: 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