Re: [PATCH 04/10] bootwrapper: Add strtoull().

2007-09-06 Thread David Gibson
On Wed, Sep 05, 2007 at 02:21:10PM -0500, Scott Wood wrote: > This will be needed by PlanetCore firmware support. > > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> Acked-by: David Gibson <[EMAIL PROTECTED]> -- David Gibson| I'll have my music baroque, and my code david AT gi

Re: [PATCH 04/10] bootwrapper: Add strtoull().

2007-09-05 Thread Josh Boyer
On Wed, 5 Sep 2007 14:21:10 -0500 Scott Wood <[EMAIL PROTECTED]> wrote: > This will be needed by PlanetCore firmware support. Bamboo would like to use this too. And probably anything else that has PIBS as a bootloader. I could forsee Holly using this too. josh _

[PATCH 04/10] bootwrapper: Add strtoull().

2007-09-05 Thread Scott Wood
This will be needed by PlanetCore firmware support. Signed-off-by: Scott Wood <[EMAIL PROTECTED]> --- arch/powerpc/boot/Makefile |2 +- arch/powerpc/boot/stdlib.c | 45 arch/powerpc/boot/stdlib.h |6 + 3 files changed, 52 insertions(+), 1