
Dear Tom,
Please find my pull-request for u-boot-mpc85xx/master https://travis-ci.org/p-priyanka-jain/u-boot/builds/608129628
Summary mpc85xx,socrates: Add dts, enable DM support, fix warnings, disable video
priyankajain
-------------------------------------------------- The following changes since commit 14d39c9e1dc9397febd58399a70f32e7481bbc27:
travis: Rework how we write the ~/.buildman file (2019-11-05 10:44:16 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git HEAD
for you to fetch changes up to 2a51fe01be0985f5214aac98866c9a26906f3fba:
mpc85xx, socrates: add DM PCI support (2019-11-06 16:30:19 +0530)
---------------------------------------------------------------- Heiko Schocher (10): pci: add DM based mpc85xx driver 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
MAINTAINERS | 5 + 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 ++- drivers/pci/Kconfig | 7 + drivers/pci/Makefile | 1 + drivers/pci/pci_mpc85xx.c | 158 +++++++++++++++ include/configs/socrates.h | 68 +------ 12 files changed, 610 insertions(+), 271 deletions(-) create mode 100644 arch/powerpc/dts/socrates-u-boot.dtsi create mode 100644 arch/powerpc/dts/socrates.dts create mode 100644 drivers/pci/pci_mpc85xx.c