[Skiboot] [PATCH v2 0/6] Various improvements to pflash

Cyril Bur cyril.bur at au1.ibm.com
Thu May 14 12:02:33 AEST 2015


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.

V2:
	Move hunk from patch 1 (now patch 3) to the patch after it. Thanks Ben
	Address bug in libffs where it didn't add the offset of the TOC to TOC
entries.
	Rename offset variables to toc_offset where appropriate.
	Stewart: I don't know if you want to squash patches 1 and 2, left them
seperate.


Cyril Bur (6):
  libffs: rename various offset variables to toc_offset
  libffs: add the offset of the TOC to partition entry addresses
  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 +++++++++++++++++++++++++++++++++++++----------
 libflash/libffs.c        |  28 +++++-----
 libflash/libffs.h        |   4 +-
 3 files changed, 122 insertions(+), 44 deletions(-)

-- 
1.9.1



More information about the Skiboot mailing list