All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/9] powerpc: convert socrates board to DM
@ 2019-10-16  3:55 Heiko Schocher
  2019-10-16  3:55 ` [U-Boot] [PATCH v2 1/9] mpc85xx, socrates: suppress unknown flash warning Heiko Schocher
                   ` (9 more replies)
  0 siblings, 10 replies; 21+ messages in thread
From: Heiko Schocher @ 2019-10-16  3:55 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2019-11-07  4:10 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-16  3:55 [U-Boot] [PATCH v2 0/9] powerpc: convert socrates board to DM Heiko Schocher
2019-10-16  3:55 ` [U-Boot] [PATCH v2 1/9] mpc85xx, socrates: suppress unknown flash warning Heiko Schocher
2019-10-16  3:55 ` [U-Boot] [PATCH v2 2/9] mpc85xx: add socrates dts from linux Heiko Schocher
2019-10-16  3:55 ` [U-Boot] [PATCH v2 3/9] mpc85xx, dts, socrates: add u-boot specific dtsi Heiko Schocher
2019-10-16  3:55 ` [U-Boot] [PATCH v2 4/9] mpc85xx, socrates: add DM support Heiko Schocher
2019-10-23 11:18   ` Priyanka Jain
2019-10-28  5:02     ` Heiko Schocher
2019-10-28  5:49       ` Heiko Schocher
2019-10-30 12:42         ` Heiko Schocher
2019-10-31  6:00           ` Priyanka Jain
2019-10-16  3:55 ` [U-Boot] [PATCH v2 5/9] mpc85xx, socrates: get rid of DM_USB warning Heiko Schocher
2019-10-16  3:55 ` [U-Boot] [PATCH v2 6/9] mpc85xx, socrates: disable VIDEO Heiko Schocher
2019-10-16  6:56   ` Priyanka Jain
2019-10-16  7:20     ` Heiko Schocher
2019-10-16 10:40       ` Heiko Schocher
2019-10-16 10:47         ` Priyanka Jain
2019-10-16 10:56           ` Heiko Schocher
2019-10-16  3:55 ` [U-Boot] [PATCH v2 7/9] mpc85xx, socrates: enable DM I2C Heiko Schocher
2019-10-16  3:55 ` [U-Boot] [PATCH v2 8/9] mpc85xx, socrates: enable DM serial Heiko Schocher
2019-10-16  3:55 ` [U-Boot] [PATCH v2 9/9] mpc85xx, socrates: add DM PCI support Heiko Schocher
2019-11-07  4:10 ` [U-Boot] [PATCH v2 0/9] powerpc: convert socrates board to DM Priyanka Jain

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.