All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Pull request: u-boot-imx u-boot-imx-20201227
@ 2020-12-28 11:46 Stefano Babic
  2020-12-28 15:31 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Stefano Babic @ 2020-12-28 11:46 UTC (permalink / raw)
  To: u-boot

Hi Tom,

some fixes for i.MX:


The following changes since commit fbc326244ce6fb3bd42353f343a511b512b8e710:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-12-22
08:18:21 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 26c7048dd9d04158a23e9dbfe3f0dccc4febcaed:

  i2c: mxc_i2c: improve error message readability (2020-12-26 14:56:09
+0100)

----------------------------------------------------------------
Fixes for 2021.1
----------------

CI: https://gitlab.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/5680

- fixes for Variscite dart6ul
- imx8mp : increase malloc area
- fixes for bx50v3
- imx8m: HS400ES and UHS for EVK
- imx8qm-rom7720: fix phy bind

----------------------------------------------------------------
Adam Ford (4):
      imx: imx8mm: Update clock bindings header
      arm: dts: imx8mm: sync dts from Linux Kernel 5.10-rc6
      arm64: dts: imx8mm-beacon: Re-sync dts file with Linux 5.10-rc6
      imx8mm_beacon: Enable HS400 on MMC controller

Andrey Zhizhikin (3):
      ARM: dts: imx8m: increase off-on delay on the SD Vcc regulator
      ARM: dts: imx8m: add UHS or HS400/HS400ES properties
      configs: imx8m: enable eMMC HS400ES and SD UHS mode on EVK

Cl?ment P?ron (1):
      imx: ahab: allow to bypass confirmation for ahab_close cmd

Fabio Estevam (2):
      mx6sabresd: Remove unneeded checkboard()
      imx8mp_evk: Increase CONFIG_SYS_MALLOC_F_LEN

Heinrich Schuchardt (1):
      imx: mx7: clock: use correct format strings

Igor Opaniuk (1):
      toradex: hand over maintainership

Marc Ferland (3):
      arm: dart6ul: change compatible string for eeprom
      arm: dart6ul: read and print SoM info from eeprom on startup
      i2c: mxc_i2c: improve error message readability

Oliver Graute (1):
      ARM: dts: imx: imx8qm-rom7720: Fix AR8031 phy-mode

Sebastian Reichel (3):
      compiler.h: add host_build()
      board: ge: bx50v3: remove confidx magic numbers
      board: ge: bx50v3: cleanup phy config

 arch/arm/dts/fsl-imx8qm-mek-u-boot.dtsi    |   3 +++
 arch/arm/dts/fsl-imx8qxp-mek-u-boot.dtsi   |   3 +++
 arch/arm/dts/imx6q-ba16.dtsi               |  11 +++++++++++
 arch/arm/dts/imx6ull-dart-6ul.dtsi         |  17 +++++++++++++++--
 arch/arm/dts/imx8mm-beacon-baseboard.dtsi  |  16 ++++++++--------
 arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi |   4 ++++
 arch/arm/dts/imx8mm-beacon-som.dtsi        |  44
+++++++++++++++++++++++++++++++-----------
 arch/arm/dts/imx8mm-evk-u-boot.dtsi        |   8 ++++++++
 arch/arm/dts/imx8mm.dtsi                   | 119
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------
 arch/arm/dts/imx8mn-ddr4-evk-u-boot.dtsi   |   8 ++++++++
 arch/arm/dts/imx8mp-evk-u-boot.dtsi        |   8 ++++++++
 arch/arm/dts/imx8mq-evk-u-boot.dtsi        |  14 ++++++++++++++
 arch/arm/dts/imx8mq-phanbell-u-boot.dtsi   |   5 +++++
 arch/arm/dts/imx8qm-rom7720-a1.dts         |   4 ++--
 arch/arm/mach-imx/imx8/ahab.c              |   3 ++-
 arch/arm/mach-imx/mx7/clock.c              |  22 ++++++++++-----------
 board/freescale/mx6sabresd/mx6sabresd.c    |   6 ------
 board/ge/bx50v3/bx50v3.c                   |  51
+++++++++++++++++++++----------------------------
 board/toradex/apalis-imx8x/MAINTAINERS     |   2 +-
 board/toradex/apalis_imx6/MAINTAINERS      |   2 +-
 board/toradex/colibri-imx6ull/MAINTAINERS  |   2 +-
 board/toradex/colibri_imx6/MAINTAINERS     |   2 +-
 board/toradex/colibri_imx7/MAINTAINERS     |   2 +-
 board/toradex/colibri_t20/MAINTAINERS      |   2 +-
 board/toradex/colibri_t30/MAINTAINERS      |   2 +-
 board/toradex/colibri_vf/MAINTAINERS       |   2 +-
 board/toradex/verdin-imx8mm/MAINTAINERS    |   2 +-
 board/variscite/dart_6ul/dart_6ul.c        | 104
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 configs/imx8mm_beacon_defconfig            |   7 +++++++
 configs/imx8mm_evk_defconfig               |   4 ++++
 configs/imx8mn_ddr4_evk_defconfig          |   4 ++++
 configs/imx8mp_evk_defconfig               |   5 ++++-
 configs/variscite_dart6ul_defconfig        |   2 ++
 drivers/i2c/mxc_i2c.c                      |   2 +-
 include/compiler.h                         |   9 +++++++++
 include/configs/ge_bx50v3.h                |   4 ++--
 include/dt-bindings/clock/imx8mm-clock.h   |  28
++++++++++++++++++++++++++-
 37 files changed, 428 insertions(+), 105 deletions(-)
 create mode 100644 arch/arm/dts/imx8mq-evk-u-boot.dtsi
 create mode 100644 arch/arm/dts/imx8mq-phanbell-u-boot.dtsi

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-20201227
  2020-12-28 11:46 [GIT PULL] Pull request: u-boot-imx u-boot-imx-20201227 Stefano Babic
@ 2020-12-28 15:31 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-12-28 15:31 UTC (permalink / raw)
  To: u-boot

On Mon, Dec 28, 2020 at 12:46:35PM +0100, Stefano Babic wrote:

> Hi Tom,
> 
> some fixes for i.MX:
> 
> 
> The following changes since commit fbc326244ce6fb3bd42353f343a511b512b8e710:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-12-22
> 08:18:21 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20201227
> 
> for you to fetch changes up to 26c7048dd9d04158a23e9dbfe3f0dccc4febcaed:
> 
>   i2c: mxc_i2c: improve error message readability (2020-12-26 14:56:09
> +0100)
> 

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/20201228/a01d4733/attachment.sig>

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

end of thread, other threads:[~2020-12-28 15:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 11:46 [GIT PULL] Pull request: u-boot-imx u-boot-imx-20201227 Stefano Babic
2020-12-28 15:31 ` 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.