On Wed, Apr 02, 2014 at 10:20:03AM +0200, Przemyslaw Marczak wrote:

> Changes in lib/uuid.c to:
> - uuid_str_to_bin()
> - uuid_bin_to_str()
> 
> New parameter is added to specify input/output string format in listed 
> functions
> This change allows easy recognize which UUID type is or should be stored in 
> given
> string array. Binary data of UUID and GUID is always stored in big endian, 
> only
> string representations are different as follows.
> 
> String byte: 0                                  36
> String char: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
> string UUID:    be     be   be   be       be
> string GUID:    le     le   le   be       be
> 
> This patch also updates functions calls and declarations in a whole code.
> 
> Signed-off-by: Przemyslaw Marczak <p.marc...@samsung.com>
> Cc: Stephen Warren <swar...@nvidia.com>
> Cc: Lukasz Majewski <l.majew...@samsung.com>
> Cc: tr...@ti.com

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to