All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [RESEND PATCH 00/10] GE boards initial DM conversion
@ 2019-11-12 19:15 Robert Beckett
  2019-11-12 19:15 ` [U-Boot] [RESEND PATCH 01/10] board: ge: bx50v3: sync devicetrees from Linux Robert Beckett
  0 siblings, 1 reply; 24+ messages in thread
From: Robert Beckett @ 2019-11-12 19:15 UTC (permalink / raw)
  To: u-boot


This searies syncs the device trees from Linux, fixes a couple of issues
and starts enabling DM features for GE boards.


Denis Zalevskiy (2):
  configs: ppd: DM for USB and regulators PPD
  board: ge: bx50v3: Enable DM for PCI and ethernet

Ian Ray (4):
  configs: bx50v3: Fix boot hang with video
  board: ge: bx50v3: Fix run-time warning
  board: ge: bx50v3: Fix message output to video console
  board: ge: pass rtc_status via device tree

Robert Beckett (4):
  board: ge: bx50v3: sync devicetrees from Linux
  board: ge: ppd: sync device tree from Linux
  board: ge: bx50v3: use imx wdt
  board: ge: mx53ppd: use imx wdt

 arch/arm/dts/Makefile                |    7 +-
 arch/arm/dts/imx53-ppd-uboot.dtsi    |   12 +
 arch/arm/dts/imx53-ppd.dts           | 1081 +++++++++++++++++++++++++-
 arch/arm/dts/imx6q-b450v3.dts        |  160 ++++
 arch/arm/dts/imx6q-b650v3.dts        |  159 ++++
 arch/arm/dts/imx6q-b850v3.dts        |  302 +++++++
 arch/arm/dts/imx6q-ba16.dtsi         |  640 +++++++++++++++
 arch/arm/dts/imx6q-bx50v3-uboot.dtsi |   12 +
 arch/arm/dts/imx6q-bx50v3.dts        |   78 +-
 arch/arm/dts/imx6q-bx50v3.dtsi       |  381 +++++++++
 board/ge/bx50v3/bx50v3.c             |  160 ++--
 board/ge/common/ge_common.c          |   20 +-
 board/ge/mx53ppd/mx53ppd.c           |    8 +-
 configs/ge_bx50v3_defconfig          |   18 +
 configs/mx53ppd_defconfig            |    5 +
 include/configs/ge_bx50v3.h          |   23 +-
 include/configs/mx53ppd.h            |    2 +-
 17 files changed, 2865 insertions(+), 203 deletions(-)
 create mode 100644 arch/arm/dts/imx53-ppd-uboot.dtsi
 create mode 100644 arch/arm/dts/imx6q-b450v3.dts
 create mode 100644 arch/arm/dts/imx6q-b650v3.dts
 create mode 100644 arch/arm/dts/imx6q-b850v3.dts
 create mode 100644 arch/arm/dts/imx6q-ba16.dtsi
 create mode 100644 arch/arm/dts/imx6q-bx50v3-uboot.dtsi
 create mode 100644 arch/arm/dts/imx6q-bx50v3.dtsi

-- 
2.20.1

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

end of thread, other threads:[~2019-12-29 10:28 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-12 19:15 [U-Boot] [RESEND PATCH 00/10] GE boards initial DM conversion Robert Beckett
2019-11-12 19:15 ` [U-Boot] [RESEND PATCH 01/10] board: ge: bx50v3: sync devicetrees from Linux Robert Beckett
2019-11-12 19:15   ` [U-Boot] [RESEND PATCH 02/10] board: ge: ppd: sync device tree " Robert Beckett
2019-11-12 19:15     ` [U-Boot] [RESEND PATCH 03/10] configs: bx50v3: Fix boot hang with video Robert Beckett
2019-11-12 19:15       ` [U-Boot] [RESEND PATCH 04/10] board: ge: bx50v3: Fix run-time warning Robert Beckett
2019-11-12 19:15         ` [U-Boot] [RESEND PATCH 05/10] board: ge: bx50v3: Fix message output to video console Robert Beckett
2019-11-12 19:15           ` [U-Boot] [RESEND PATCH 06/10] configs: ppd: DM for USB and regulators PPD Robert Beckett
2019-11-12 19:15             ` [U-Boot] [RESEND PATCH 07/10] board: ge: bx50v3: Enable DM for PCI and ethernet Robert Beckett
2019-11-12 19:15               ` [U-Boot] [RESEND PATCH 08/10] board: ge: pass rtc_status via device tree Robert Beckett
2019-11-12 19:15                 ` [U-Boot] [RESEND PATCH 09/10] board: ge: bx50v3: use imx wdt Robert Beckett
2019-11-12 19:15                   ` [U-Boot] [RESEND PATCH 10/10] board: ge: mx53ppd: " Robert Beckett
2019-12-27 16:41                     ` [U-Boot][RESEND " Simon Glass
2019-12-29 10:24                     ` [U-Boot] [RESEND " sbabic at denx.de
2019-12-29 10:28                   ` [U-Boot] [RESEND PATCH 09/10] board: ge: bx50v3: " sbabic at denx.de
2019-12-27 16:41                 ` [U-Boot][RESEND PATCH 08/10] board: ge: pass rtc_status via device tree Simon Glass
2019-12-29 10:28                 ` [U-Boot] [RESEND " sbabic at denx.de
2019-12-29 10:26               ` [U-Boot] [RESEND PATCH 07/10] board: ge: bx50v3: Enable DM for PCI and ethernet sbabic at denx.de
2019-12-29 10:27             ` [U-Boot] [RESEND PATCH 06/10] configs: ppd: DM for USB and regulators PPD sbabic at denx.de
2019-12-29 10:24           ` [U-Boot] [RESEND PATCH 05/10] board: ge: bx50v3: Fix message output to video console sbabic at denx.de
2019-12-29 10:26         ` [U-Boot] [RESEND PATCH 04/10] board: ge: bx50v3: Fix run-time warning sbabic at denx.de
2019-12-29 10:27       ` [U-Boot] [RESEND PATCH 03/10] configs: bx50v3: Fix boot hang with video sbabic at denx.de
2019-12-29 10:27     ` [U-Boot] [RESEND PATCH 02/10] board: ge: ppd: sync device tree from Linux sbabic at denx.de
2019-12-27 13:53   ` [U-Boot][RESEND PATCH 01/10] board: ge: bx50v3: sync devicetrees " Stefano Babic
2019-12-29 10:27   ` [U-Boot] [RESEND " sbabic at denx.de

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.