[Skiboot] [PATCH v4 0/4] mbox flash driver

Michael Neuling mikey at neuling.org
Wed Feb 22 20:30:58 AEDT 2017


v4:
  Don't break p8
v3:
  Cleanups from Mikey
v2:
  Cleanips from Cyril
v1:
  Initial post

Cyril Bur (4):
  hw/lpc-mbox: Add skiboot driver for the AST BMC mbox registers
  ast-bmc: Use the mbox driver
  libflash: blocklevel backend for MBOX flash access
  astbmc/pnor: Use mbox-flash for flash accesses

 hw/Makefile.inc           |   2 +-
 hw/ast-bmc/ast-io.c       |  25 ++
 hw/lpc-mbox.c             | 280 ++++++++++++++++++++++
 include/ast.h             |   4 +
 include/lpc-mbox.h        |  58 +++++
 include/skiboot.h         |   1 +
 libflash/Makefile.inc     |   2 +-
 libflash/mbox-flash.c     | 576 ++++++++++++++++++++++++++++++++++++++++++++++
 libflash/mbox-flash.h     |  24 ++
 platforms/astbmc/common.c |  42 ++++
 platforms/astbmc/pnor.c   |  48 ++--
 11 files changed, 1043 insertions(+), 19 deletions(-)
 create mode 100644 hw/lpc-mbox.c
 create mode 100644 include/lpc-mbox.h
 create mode 100644 libflash/mbox-flash.c
 create mode 100644 libflash/mbox-flash.h

-- 
2.9.3



More information about the Skiboot mailing list