[U-Boot] [PATCH v5 1/5] lib: add rand() function
Prafulla Wadaskar
prafulla at marvell.com
Thu May 24 06:32:07 CEST 2012
> -----Original Message-----
> From: Michael Walle [mailto:michael at walle.cc]
> Sent: 23 May 2012 22:05
> To: u-boot at lists.denx.de
> Cc: Prafulla Wadaskar; Wolfgang Denk
> Subject: Re: [PATCH v5 1/5] lib: add rand() function
>
> Am Samstag 12 Mai 2012, 00:50:45 schrieb Michael Walle:
> > It's a PRNG using the simple and fast xorshift method.
> >
> > Signed-off-by: Michael Walle <michael at walle.cc>
> > Cc: Wolfgang Denk <wd at denx.de>
>
>
> Hi Wolfgang,
>
> can you ack this patch? In that case i could add the acked-by line in
> the next
> version of this patch series to ease the picking by Prafulla. All your
> previous comments should be addressed :)
>
>
> > ---
> > include/common.h | 6 ++++++
> > lib/Makefile | 1 +
> > lib/rand.c | 43 +++++++++++++++++++++++++++++++++++++++++++
> > 3 files changed, 50 insertions(+), 0 deletions(-)
> > create mode 100644 lib/rand.c
> >
If I consider the files being checked in, those are generic, I would suggest if Wolfgang can pull them.
Regards..
Prafulla . . .
More information about the U-Boot
mailing list