[Skiboot] [PATCH REBASE 0/2] libflash/libffs: decouple libflash and libffs.

Cyril Bur cyril.bur at au1.ibm.com
Tue Jun 2 10:51:00 AEST 2015


Rebased this these patches onto master, patches should be identical.
https://patchwork.ozlabs.org/patch/472241/


Cyril Bur (2):
  libflash: introduce blocklevel interface
  libflash: start using the blocklevel interface.

 core/flash.c               | 35 ++++++++++---------
 external/pflash/pflash.c   | 31 ++++++++---------
 external/pflash/rules.mk   |  2 +-
 include/skiboot.h          |  4 ++-
 libflash/Makefile.inc      |  2 +-
 libflash/blocklevel.c      | 51 ++++++++++++++++++++++++++++
 libflash/blocklevel.h      | 40 ++++++++++++++++++++++
 libflash/libffs.c          | 51 ++++++++++++++--------------
 libflash/libffs.h          |  7 ++--
 libflash/libflash.c        | 83 ++++++++++++++++++++++++++++------------------
 libflash/libflash.h        | 25 +++++---------
 libflash/test/test-flash.c | 20 +++++------
 platforms/astbmc/pnor.c    | 12 ++++---
 platforms/rhesus/rhesus.c  | 11 +++---
 14 files changed, 245 insertions(+), 129 deletions(-)
 create mode 100644 libflash/blocklevel.c
 create mode 100644 libflash/blocklevel.h

-- 
1.9.1



More information about the Skiboot mailing list