[U-Boot] [PATCH v2 0/9] powerpc: convert socrates board to DM
Heiko Schocher
hs at denx.de
Wed Oct 16 03:55:45 UTC 2019
convert the socrates board to use DM.
needed pending PCI patch
http://patchwork.ozlabs.org/patch/1176108/
fixes compiler warnings:
===================== WARNING ======================
This board does not use CONFIG_DM. CONFIG_DM will be
compulsory starting with the v2020.01 release.
Failure to update may result in board removal.
See doc/driver-model/migration.rst for more info.
====================================================
===================== WARNING ======================
This board does not use CONFIG_DM_USB. Please update
the board to use CONFIG_DM_USB before the v2019.07 release.
Failure to update by the deadline may result in board removal.
See doc/driver-model/MIGRATION.txt for more info.
====================================================
===================== WARNING ======================
This board does not use CONFIG_DM_PCI Please update
the board to use CONFIG_DM_PCI before the v2019.07 release.
Failure to update by the deadline may result in board removal.
See doc/driver-model/MIGRATION.txt for more info.
====================================================
===================== WARNING ======================
This board does not use CONFIG_DM_VIDEO Please update
the board to use CONFIG_DM_VIDEO before the v2019.07 release.
Failure to update by the deadline may result in board removal.
See doc/driver-model/MIGRATION.txt for more info.
====================================================
Travis build:
https://travis-ci.org/hsdenx/u-boot-test/builds/597488733
Changes in v2:
- use separate PCI driver for mpc85xx as Z.q. Hou mentioned:
and drop the patchseries:
pci: pcie_fsl: add support for none PCIe devices
http://patchwork.ozlabs.org/project/uboot/list/?series=134976
END
Heiko Schocher (9):
mpc85xx, socrates: suppress unknown flash warning
mpc85xx: add socrates dts from linux
mpc85xx, dts, socrates: add u-boot specific dtsi
mpc85xx, socrates: add DM support
mpc85xx, socrates: get rid of DM_USB warning
mpc85xx, socrates: disable VIDEO
mpc85xx, socrates: enable DM I2C
mpc85xx, socrates: enable DM serial
mpc85xx, socrates: add DM PCI support
arch/powerpc/dts/Makefile | 1 +
arch/powerpc/dts/socrates-u-boot.dtsi | 40 +++
arch/powerpc/dts/socrates.dts | 349 ++++++++++++++++++++++++++
board/socrates/MAINTAINERS | 4 +-
board/socrates/law.c | 2 -
board/socrates/socrates.c | 222 ++--------------
configs/socrates_defconfig | 24 +-
include/configs/socrates.h | 68 +----
8 files changed, 439 insertions(+), 271 deletions(-)
create mode 100644 arch/powerpc/dts/socrates-u-boot.dtsi
create mode 100644 arch/powerpc/dts/socrates.dts
--
2.21.0
More information about the U-Boot
mailing list