[PATCH v2 2/3] dtc: Add data_append_integer function

2011-09-22 Thread Anton Staaf
This function deals with appending integers of various sizes (8, 16 32, and 64 bit currently). It handles endianess conversions and verifies that the given integer is not larger than the specified size. Signed-off-by: Anton Staaf robot...@chromium.org Cc: David Gibson da...@gibson.dropbear.id.au

Re: [PATCH v2 2/3] dtc: Add data_append_integer function

2011-09-22 Thread David Gibson
On Thu, Sep 22, 2011 at 11:25:26AM -0700, Anton Staaf wrote: This function deals with appending integers of various sizes (8, 16 32, and 64 bit currently). It handles endianess conversions and verifies that the given integer is not larger than the specified size. Signed-off-by: Anton Staaf

Re: [PATCH v2 2/3] dtc: Add data_append_integer function

2011-09-22 Thread Anton Staaf
On Thu, Sep 22, 2011 at 5:19 PM, David Gibson da...@gibson.dropbear.id.au wrote: On Thu, Sep 22, 2011 at 11:25:26AM -0700, Anton Staaf wrote: This function deals with appending integers of various sizes (8, 16 32, and 64 bit currently).  It handles endianess conversions and verifies that the