mbox series

[GIT,PULL] Pull request: u-boot-imx u-boot-imx-20191228

Message ID 2c6ff515-30bb-d799-bb18-138b6cbc019c@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] Pull request: u-boot-imx u-boot-imx-20191228 | expand

Pull-request

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

Message

Stefano Babic Dec. 28, 2019, 10:57 a.m. UTC
Hi Tom,

some fixes for 2020.01, please pull from u-boot-imx, thanks !

The following changes since commit 2ce1dbbeecd085be695c00a244c0dcc82aed3b82:

  Merge branch '2019-12-26-ti-imports' (2019-12-26 09:07:08 -0500)

are available in the Git repository at:

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

for you to fetch changes up to fff7b33ce5b1b3687857ea4184d71bf4ce1f6364:

  rtc: rx8010js: add compatible string (2019-12-27 14:34:29 +0100)

----------------------------------------------------------------
Fixes for 2020.01
-----------------
- Fixes for Nitrogen6x
- Fix corruption for mx51evk
- colibri i.MX6: fix broken ESDHC conversion
- mx6sxsabresd: fix broken mmcdev
- imx6q_logic: cleanup boot sequence
- update ATF for imx8mq_evk
- pfuze: fix pmic_get()

Travis CI: https://travis-ci.org/sbabic/u-boot-imx/builds/630007464

----------------------------------------------------------------
Adam Ford (1):
      ARM: imx6q_logic: Cleanup boot sequence check

Fabio Estevam (6):
      pfuze: Fix the pmic_get() parameter in the DM case
      mx6sxsabresd: Adjust the mmcdev after DM conversion
      mx51evk: Fix U-Boot corruption after saving the environment
      imx8m: ddr_init: Move ddr_init() messages to debug level
      imx8m_evk: Remove unneeded earlycon string
      imx8mq_evk: Update the required ATF branch

Igor Opaniuk (1):
      colibri_imx6: fix broken fsl_esdhc_imx conversion

Jorge Ramirez-Ortiz (1):
      tools/imximage: share DCD information via Kconfig

Robert Beckett (3):
      rtc: rx8010sj: fix DM initialization
      rtc: s35392a: add compatible strings
      rtc: rx8010js: add compatible string

Troy Kisky (2):
      nitrogen6x: prepare for CONFIG_MX6QDL
      ARM: i.MX6: TARGET_NITROGEN6X: add 'select MX6QDL'

 arch/arm/mach-imx/Kconfig                 |  11 +++
 arch/arm/mach-imx/mx6/Kconfig             |   1 +
 board/boundary/nitrogen6x/nitrogen6x.c    | 370
++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------
 board/freescale/common/pfuze.c            |   2 +-
 board/freescale/imx8mq_evk/README         |   2 +-
 board/logicpd/imx6/imx6logic.c            |  56 ++++++++++-----
 board/toradex/colibri_imx6/colibri_imx6.c |   4 +-
 configs/mx51evk_defconfig                 |   2 +-
 drivers/ddr/imx/imx8m/ddr_init.c          |   6 +-
 drivers/rtc/rx8010sj.c                    |   3 +-
 drivers/rtc/s35392a.c                     |   2 +
 include/configs/imx8mm_evk.h              |   2 +-
 include/configs/imx8mn_evk.h              |   2 +-
 include/configs/imx8mq_evk.h              |   2 +-
 include/configs/mx51evk.h                 |  13 ++++
 include/configs/mx6sxsabresd.h            |   4 +-
 tools/imximage.c                          |   8 ++-
 17 files changed, 280 insertions(+), 210 deletions(-)

Stefano

Comments

Tom Rini Dec. 29, 2019, 4:33 a.m. UTC | #1
On Sat, Dec 28, 2019 at 11:57:03AM +0100, Stefano Babic wrote:

> Hi Tom,
> 
> some fixes for 2020.01, please pull from u-boot-imx, thanks !
> 
> The following changes since commit 2ce1dbbeecd085be695c00a244c0dcc82aed3b82:
> 
>   Merge branch '2019-12-26-ti-imports' (2019-12-26 09:07:08 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
> tags/u-boot-imx-20191228
> 
> for you to fetch changes up to fff7b33ce5b1b3687857ea4184d71bf4ce1f6364:
> 
>   rtc: rx8010js: add compatible string (2019-12-27 14:34:29 +0100)
> 

Applied to u-boot/master, thanks!