Re: [PATCH 1/6] nvram: Generalize code for OS partitions in NVRAM

2011-02-09 Thread Jim Keniston
On Mon, 2011-02-07 at 15:57 +1100, Benjamin Herrenschmidt wrote: > On Sat, 2010-11-13 at 20:15 -0800, Jim Keniston wrote: > > Adapt the functions used to create and write to the RTAS-log partition > > to work with any OS-type partition. > > > > Signed-off-by: Jim Keniston > > --- > > Overall pre

Re: [PATCH 1/6] nvram: Generalize code for OS partitions in NVRAM

2011-02-06 Thread Benjamin Herrenschmidt
On Sat, 2010-11-13 at 20:15 -0800, Jim Keniston wrote: > Adapt the functions used to create and write to the RTAS-log partition > to work with any OS-type partition. > > Signed-off-by: Jim Keniston > --- Overall pretty good (sorry for taking that long to review, I've been swamped down). Just a h

[PATCH 1/6] nvram: Generalize code for OS partitions in NVRAM

2010-11-13 Thread Jim Keniston
Adapt the functions used to create and write to the RTAS-log partition to work with any OS-type partition. Signed-off-by: Jim Keniston --- arch/powerpc/include/asm/nvram.h |3 - arch/powerpc/kernel/nvram_64.c | 31 ++- arch/powerpc/platforms/pseries/nvram.c | 138 ++