[U-Boot] [PATCH RFCv2 0/6] Beginning of migration of MPC8xx to DM model

Christophe Leroy christophe.leroy at c-s.fr
Fri Mar 16 16:32:38 UTC 2018


This serie is the beginning of MPC8xx migration to DM model.

It applies on top of the serie "[v4] Powerpc: mpc8xx: cleanup before migration to DM model"

Christophe Leroy (6):
  board: MCR3000: Activate CONFIG_DM and CONFIG_OF_CONTROL
  drivers: watchdog: add a DM driver for the MPC8xx watchdog
  board: MCR3000: use new DM watchdog
  drivers: serial: migrate mpc8xx to DM
  board: MCR3000: migrate to DM_SERIAL
  drivers: serial: get rid of non DM mpc8xx driver

Change since initial RFC:
  Migrated serial driver in addition
  Few changes on the watchdog

 arch/powerpc/dts/Makefile      | 16 ++++++++++
 arch/powerpc/dts/mcr3000.dts   | 22 ++++++++++++++
 board/cssi/MCR3000/MCR3000.c   | 16 ++++++++++
 board/cssi/MCR3000/u-boot.lds  |  6 ++++
 configs/MCR3000_defconfig      |  6 ++++
 drivers/serial/serial.c        |  2 --
 drivers/serial/serial_mpc8xx.c | 66 ++++++++++++++++++++++--------------------
 drivers/watchdog/Kconfig       |  7 +++++
 drivers/watchdog/mpc8xx_wdt.c  | 51 ++++++++++++++++++++++++++++++++
 include/configs/MCR3000.h      |  1 +
 include/serial.h               |  1 -
 11 files changed, 159 insertions(+), 35 deletions(-)
 create mode 100644 arch/powerpc/dts/Makefile
 create mode 100644 arch/powerpc/dts/mcr3000.dts

-- 
2.13.3



More information about the U-Boot mailing list