[Skiboot] [PATCH 0/4] Various improvements to pflash

Benjamin Herrenschmidt benh at kernel.crashing.org
Fri May 8 19:20:27 AEST 2015


On Fri, 2015-05-08 at 17:58 +1000, Cyril Bur wrote:
> Over time pflash has lost functionality. The introduction of two sides of
> flash on some platforms means it needs a bit of an update to handle that.
> 
> Note: I'm sending at 6pm on a Friday.

Cool. I'll review later but another thing we need to do so AMI can
integrate the changes is a make pflash_dist rule or something that
creates a pflash-version.tar.gz that has all the source code that
pflash needs and a Makefile appropriate for building it standalone
(the old pflash standalone Makefile). Basically reproduce something
like

http://ozlabs.au.ibm.com/~benh/pflash-0.8.6.tar.gz

>From the source tree. We should also bump the version when we are
happy to do a release. I'd like to release 1.0 after I check a couple
of other things (for example -b isn't working on some machines so we
can't use it to wipe the BMC flash, not a huge deal but ...).

Cheers,
Ben.

> Cyril Bur (4):
>   external/pflash: report if a flash partition is ECC protected
>   external/pflash: show the partitions on the second side flash
>   external/pflash: perform flashing on flash sides other than side 0
>   external/pflash: allow the libffs TOC to operate on to be specified
> 
>  external/pflash/pflash.c | 134 +++++++++++++++++++++++++++++++++++++----------
>  1 file changed, 106 insertions(+), 28 deletions(-)
> 




More information about the Skiboot mailing list