All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Pull request: u-boot-imx u-boot-imx-20200804
@ 2020-08-04  9:02 Stefano Babic
  2020-08-04 20:55 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Stefano Babic @ 2020-08-04  9:02 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull from u-boot-imx, thanks !


The following changes since commit ada61f1ee2a4eaa1b29d699b5ba940483171df8a:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv
(2020-07-24 08:43:08 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
tags/u-boot-imx-20200804

for you to fetch changes up to 3e980a2d8bd13d0d1c2d5cec9e57a47b6cff8b92:

  configs: pico-imx6: convert ethernet function to DM_ETH (2020-08-03
17:03:57 +0200)

----------------------------------------------------------------
For 2020.10
-----------

- fixes for Toradex board
- fix warnings from previous PR
- HAB: reset instead of panic after failure
- new board:  MYiR Tech MYS-6ULX
- mx6cuboxi: use OF_PLATDATA
- further changes for DM

Travis: https://travis-ci.org/github/sbabic/u-boot-imx/builds/714513163

----------------------------------------------------------------
Dan Murphy (1):
      dm: Fix build error when OF_CONTROL is not set

Fabio Estevam (2):
      imx8m: ddrphy_utils: Improve coding style
      imx8m: soc: Remove unneeded space

Igor Opaniuk (14):
      imx: mx7: fix DDRC size in A7-M4 mapping table
      toradex: tdx-cfg-block: add EEPROM read/store wrappers
      toradex: tdx-cfg-block: add carrier boards and display adapters
      toradex: tdx-cfg-block: add support for EEPROM
      toradex: tdx-cfg-clock: add migration routine from PID8
      toradex: tdx-cfg-block: add carrier board info printing
      ARM: dts: imx8mm-verdin: eeprom nodes adjustments
      verdin-imx8mm: add EEPROM support for carrier board
      ARM: dts: imx6ull-colibri: move u-boot specific node
      toradex: common: show boot logo
      ARM: dts: imx7-colibri: multiple node updates
      colibri-imx6ull: show boot logo
      colibri-imx6ull: fix splash screen logo drawing
      colibri-imx7: fix splash logo drawing

Marek Vasut (1):
      ARM: imx: hab: panic on authentication failure

Niel Fourie (1):
      arm: imx6q: pcm058: Rework SPI NOR configuration

Parthiban Nallathambi (1):
      imx: Add MYiR Tech MYS-6ULX support

Peng Fan (1):
      imx8m: enlarge CONFIG_SYS_BOOTM_LEN

Walter Lozano (6):
      mmc: fsl_esdhc_imx: rename driver name to match ll_entry
      mmc: fsl_esdhc_imx: add OF_PLATDATA support
      gpio: mxc_gpio: add OF_PLATDATA support
      mmc: fsl_esdhc_imx: add CD support when OF_PLATDATA is enabled
      drivers: rename more drivers to match compatible string
      mx6cuboxi: enable OF_PLATDATA

Wig Cheng (1):
      configs: pico-imx6: convert ethernet function to DM_ETH

 arch/arm/Kconfig                                |   1 +
 arch/arm/dts/Makefile                           |   1 +
 arch/arm/dts/imx6ull-colibri-u-boot.dtsi        |  45
+++++++++++++++++++++++++++++++++++++
 arch/arm/dts/imx6ull-colibri.dtsi               |  43
-----------------------------------
 arch/arm/dts/imx6ull-myir-mys-6ulx-eval.dts     |  19 ++++++++++++++++
 arch/arm/dts/imx6ull-myir-mys-6ulx.dtsi         | 238
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/imx6ull-mys-6ulx-u-boot.dtsi       |  24 ++++++++++++++++++++
 arch/arm/dts/imx7-colibri-emmc.dts              |   2 +-
 arch/arm/dts/imx7-colibri-rawnand.dts           |  10 +++++----
 arch/arm/dts/imx7-colibri-u-boot.dtsi           |  39
++++++++++++++++++++++++++++++++
 arch/arm/dts/imx7-colibri.dtsi                  |  65
++++++++++++++++++++++++++---------------------------
 arch/arm/dts/imx8mm-verdin.dts                  |  22 +++++++++++-------
 arch/arm/mach-imx/imx8m/soc.c                   |   2 +-
 arch/arm/mach-imx/mx6/Kconfig                   |  12 ++++++++++
 arch/arm/mach-imx/mx7/soc.c                     |   2 +-
 arch/arm/mach-imx/spl.c                         |   6 ++---
 board/myir/mys_6ulx/Kconfig                     |  12 ++++++++++
 board/myir/mys_6ulx/MAINTAINERS                 |   9 ++++++++
 board/myir/mys_6ulx/Makefile                    |   4 ++++
 board/myir/mys_6ulx/README                      |  52
++++++++++++++++++++++++++++++++++++++++++
 board/myir/mys_6ulx/mys_6ulx.c                  | 117
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/myir/mys_6ulx/spl.c                       | 206
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/phytec/pcm058/README                      |  20 ++++++++++-------
 board/toradex/colibri-imx6ull/colibri-imx6ull.c |  40
++++++---------------------------
 board/toradex/colibri_imx7/MAINTAINERS          |   1 +
 board/toradex/colibri_imx7/colibri_imx7.c       |  44
++++++++++--------------------------
 board/toradex/common/Kconfig                    |  18 +++++++++++++++
 board/toradex/common/Makefile                   |   1 +
 board/toradex/common/tdx-cfg-block.c            | 402
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------
 board/toradex/common/tdx-cfg-block.h            |  16 +++++++++++++
 board/toradex/common/tdx-common.c               |  54
++++++++++++++++++++++++++++++++++++++++++++
 board/toradex/common/tdx-common.h               |   4 ++++
 board/toradex/common/tdx-eeprom.c               |  90
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/toradex/common/tdx-eeprom.h               |  14 ++++++++++++
 board/toradex/verdin-imx8mm/Kconfig             |   6 +++++
 configs/colibri-imx6ull_defconfig               |   1 +
 configs/colibri_imx7_defconfig                  |   2 ++
 configs/colibri_imx7_emmc_defconfig             |   2 ++
 configs/mx6cuboxi_defconfig                     |   1 +
 configs/myir_mys_6ulx_defconfig                 |  69
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configs/pcm058_defconfig                        |   3 ++-
 configs/pico-imx6_defconfig                     |   3 +++
 configs/verdin-imx8mm_defconfig                 |   1 +
 drivers/ddr/imx/imx8m/ddrphy_utils.c            |  29
++++++++++++------------
 drivers/gpio/mxc_gpio.c                         |  27
+++++++++++++++++-----
 drivers/mmc/fsl_esdhc_imx.c                     |  92
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 drivers/pinctrl/nxp/pinctrl-imx6.c              |   6 +++--
 drivers/video/imx/mxc_ipuv3_fb.c                |   4 ++--
 include/configs/imx8mn_evk.h                    |   2 ++
 include/configs/imx8mp_evk.h                    |   2 ++
 include/configs/imx8mq_evk.h                    |   2 ++
 include/configs/mys_6ulx.h                      |  76
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/dm/read.h                               |   2 ++
 53 files changed, 1718 insertions(+), 247 deletions(-)
 create mode 100644 arch/arm/dts/imx6ull-myir-mys-6ulx-eval.dts
 create mode 100644 arch/arm/dts/imx6ull-myir-mys-6ulx.dtsi
 create mode 100644 arch/arm/dts/imx6ull-mys-6ulx-u-boot.dtsi
 create mode 100644 arch/arm/dts/imx7-colibri-u-boot.dtsi
 create mode 100644 board/myir/mys_6ulx/Kconfig
 create mode 100644 board/myir/mys_6ulx/MAINTAINERS
 create mode 100644 board/myir/mys_6ulx/Makefile
 create mode 100644 board/myir/mys_6ulx/README
 create mode 100644 board/myir/mys_6ulx/mys_6ulx.c
 create mode 100644 board/myir/mys_6ulx/spl.c
 create mode 100644 board/toradex/common/tdx-eeprom.c
 create mode 100644 board/toradex/common/tdx-eeprom.h
 create mode 100644 configs/myir_mys_6ulx_defconfig
 create mode 100644 include/configs/mys_6ulx.h

Best regards,
Stefano

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

* [GIT PULL] Pull request: u-boot-imx u-boot-imx-20200804
  2020-08-04  9:02 [GIT PULL] Pull request: u-boot-imx u-boot-imx-20200804 Stefano Babic
@ 2020-08-04 20:55 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-08-04 20:55 UTC (permalink / raw)
  To: u-boot

On Tue, Aug 04, 2020 at 11:02:59AM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> please pull from u-boot-imx, thanks !
> 
> 
> The following changes since commit ada61f1ee2a4eaa1b29d699b5ba940483171df8a:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv
> (2020-07-24 08:43:08 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20200804
> 
> for you to fetch changes up to 3e980a2d8bd13d0d1c2d5cec9e57a47b6cff8b92:
> 
>   configs: pico-imx6: convert ethernet function to DM_ETH (2020-08-03
> 17:03:57 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200804/e85143d0/attachment.sig>

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

end of thread, other threads:[~2020-08-04 20:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-04  9:02 [GIT PULL] Pull request: u-boot-imx u-boot-imx-20200804 Stefano Babic
2020-08-04 20:55 ` Tom Rini

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.