[U-Boot] [PATCH RFCv2 0/6] Beginning of migration of MPC8xx to DM model
Christophe LEROY
christophe.leroy at c-s.fr
Fri May 4 05:20:48 UTC 2018
Hello,
Le 16/03/2018 à 17:32, Christophe Leroy a écrit :
> This serie is the beginning of MPC8xx migration to DM model.
I didn't get any feedback on this serie. I don't feel totally
confortable as it is my first implementation of DM and also the first
time powerpc uses DT for U-boot.
I'd rather someone look at it.
Thanks
Christophe
>
> 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
>
More information about the U-Boot
mailing list