mbox series

[U-Boot,GIT,PULL] Pull request: u-boot-imx u -boot-imx-20190110

Message ID 9c899433-0959-dbab-b003-40025c675388@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,GIT,PULL] Pull request: u-boot-imx u -boot-imx-20190110 | expand

Pull-request

git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20190110

Message

Stefano Babic Jan. 10, 2019, 8:06 a.m. UTC
Hi Tom,

some fixes for 2019.01.
Tag: u -boot-imx-20190110
Travis: https://travis-ci.org/sbabic/u-boot-imx

The following changes since commit 54707a942009fae083dd78b58ff057127ba0e900:

  Prepare v2019.01-rc3 (2019-01-07 22:58:17 -0500)

are available in the Git repository at:

  git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20190110

for you to fetch changes up to d4a0c098925d4594355506a12ae0dbbe6eed00f2:

  imx8m: clock: Fix oscillator values (2019-01-09 17:10:30 +0100)

----------------------------------------------------------------
Fixes for 2019.01

----------------------------------------------------------------
Chris Spencer (1):
      imx: Add Makefile dependency for mkimage_fit_atf.sh

Fabio Estevam (1):
      imx8m: clock: Fix oscillator values

Marek Vasut (1):
      arm: mx5: Enable WDT and bootcounter on M53Menlo

Peng Fan (6):
      MAINTAINERS: update NXP i.MX mail list address
      clk: imx8: fix build warning
      misc: imx: scu: avoid write null pointer
      misc: imx8: scu: use platdata instead of priv data
      imx8: cpu: correct info
      tools: imx8image: set dcd_skip to true

Soeren Moch (2):
      board: tbs2910: Add u-boot.imx size limit check
      board: tbs2910: Remove FIT support in defconfig to reduce u-boot size

Stefan Agner (6):
      board: toradex: colibri_vf: unset NFS and LOADS/B
      ARM: vf610: ddrmc: program Dummy DDRBYTE1/2
      toradex: colibri_vf: fix memory initialization
      ARM: vf610: ddrmc: fix CR138 preprocessor define
      ARM: vf610: ddrmc: fix initialization completion detection
      ARM: vf610: ddrmc: do not write CR79 by default

 MAINTAINERS                                   |  2 +-
 Makefile                                      |  3 +++
 arch/arm/include/asm/arch-vf610/imx-regs.h    |  5 +++--
 arch/arm/include/asm/arch-vf610/iomux-vf610.h |  2 ++
 arch/arm/mach-imx/ddrmc-vf610.c               |  6 ++++--
 arch/arm/mach-imx/imx8/cpu.c                  |  2 +-
 arch/arm/mach-imx/imx8m/clock.c               |  4 ++--
 board/toradex/colibri_vf/colibri_vf.c         | 10 +---------
 configs/colibri_vf_defconfig                  |  3 +++
 configs/m53menlo_defconfig                    |  8 ++++++++
 configs/tbs2910_defconfig                     |  1 -
 drivers/clk/imx/clk-imx8.c                    |  2 ++
 drivers/misc/imx8/scu.c                       | 26
+++++++++++++-------------
 drivers/misc/imx8/scu_api.c                   |  4 ++--
 include/configs/m53menlo.h                    |  3 +++
 include/configs/tbs2910.h                     |  2 ++
 tools/imx8image.c                             |  2 +-
 17 files changed, 51 insertions(+), 34 deletions(-)

Regards,
Stefano

Comments

Tom Rini Jan. 10, 2019, 11:18 p.m. UTC | #1
On Thu, Jan 10, 2019 at 09:06:52AM +0100, Stefano Babic wrote:

> Hi Tom,
> 
> some fixes for 2019.01.
> Tag: u -boot-imx-20190110
> Travis: https://travis-ci.org/sbabic/u-boot-imx
> 
> The following changes since commit 54707a942009fae083dd78b58ff057127ba0e900:
> 
>   Prepare v2019.01-rc3 (2019-01-07 22:58:17 -0500)
> 
> are available in the Git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git tags/u-boot-imx-20190110
> 
> for you to fetch changes up to d4a0c098925d4594355506a12ae0dbbe6eed00f2:
> 
>   imx8m: clock: Fix oscillator values (2019-01-09 17:10:30 +0100)
> 

Applied to u-boot/master, thanks!