Re: [U-Boot] [PATCH 1/3] lib: add uuid_str_to_bin for use with bootp and PXE uuid

2011-06-06 Thread Jason Hobbs
On Mon, Jun 06, 2011 at 11:30:59PM +0200, Wolfgang Denk wrote: > Dear "Jason Hobbs", > > In message <1307386157-3660-2-git-send-email-jason.ho...@calxeda.com> you > wrote: > > Signed-off-by: Jason Hobbs > > --- > > include/uuid.h | 28 > > lib/Makefile |1 +

Re: [U-Boot] [PATCH 1/3] lib: add uuid_str_to_bin for use with bootp and PXE uuid

2011-06-06 Thread Wolfgang Denk
Dear "Jason Hobbs", In message <1307386157-3660-2-git-send-email-jason.ho...@calxeda.com> you wrote: > Signed-off-by: Jason Hobbs > --- > include/uuid.h | 28 > lib/Makefile |1 + > lib/uuid.c | 50 ++ Is

[U-Boot] [PATCH 1/3] lib: add uuid_str_to_bin for use with bootp and PXE uuid

2011-06-06 Thread Jason Hobbs
Signed-off-by: Jason Hobbs --- include/uuid.h | 28 lib/Makefile |1 + lib/uuid.c | 50 ++ 3 files changed, 79 insertions(+), 0 deletions(-) create mode 100644 include/uuid.h create mode 100644 lib/uuid.c