[U-Boot] [PULL] Please pull u-boot-imx

Stefano Babic sbabic at denx.de
Mon Jan 8 16:54:38 UTC 2018


Hi Tom,

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

The following changes since commit 1314bd1192b4c67d28bdae7eee639588e88090cd:

  boards: amlogic: khadas-vim: Typo fixup (2018-01-02 07:57:34 -0500)

are available in the git repository at:

  git://www.denx.de/git/u-boot-imx.git master

for you to fetch changes up to ca9d211e2c7801bc3e194d325ece0d3b583b32d2:

  mtd: nand: mxs_nand_spl: Remove nand size print (2018-01-08 17:37:12
+0100)

----------------------------------------------------------------
Christopher Spinrath (3):
      ARM: imx: cm_fx6: env: use standard variables
      ARM: imx: cm_fx6: env: support distro boot command
      ARM: imx: cm_fx6: env: don't run boot scripts twice

Eran Matityahu (1):
      imx: spl: Fix NAND bootmode detection

Eric Nelson (1):
      mx6: Add board mx6memcal for use in validating DDR

Fabio Estevam (1):
      mx6ull: Handle the CONFIG_MX6ULL cases correctly

Jagan Teki (2):
      board: engicam: Fix to remove legacy board/icorem6_rqs
      mtd: nand: mxs_nand_spl: Remove nand size print

Stefan Agner (3):
      imx: move CONFIG_SYSCOUNTER_TIMER to Kconfig
      imx: introduce CONFIG_GPT_TIMER
      imx: initialize and use generic timer on i.MX 6UL/ULL

 arch/arm/include/asm/arch-mx6/imx-regs.h   |  24 +++--
 arch/arm/include/asm/arch-mx6/mx6-ddr.h    |   2 +-
 arch/arm/include/asm/arch-mx6/mx6ul-ddr.h  |   2 +-
 arch/arm/include/asm/mach-imx/iomux-v3.h   |   4 +-
 arch/arm/include/asm/mach-imx/regs-lcdif.h |  19 ++--
 arch/arm/include/asm/mach-imx/sys_proto.h  |   3 +-
 arch/arm/mach-imx/Kconfig                  |   6 ++
 arch/arm/mach-imx/Makefile                 |   5 +-
 arch/arm/mach-imx/mx5/Kconfig              |   1 +
 arch/arm/mach-imx/mx6/Kconfig              |  14 ++-
 arch/arm/mach-imx/mx6/ddr.c                |   2 +-
 arch/arm/mach-imx/mx7/Kconfig              |   1 +
 arch/arm/mach-imx/spl.c                    |   2 +-
 board/engicam/common/board.c               |   2 +-
 board/engicam/icorem6_rqs/icorem6_rqs.c    |  48 ---------
 board/freescale/mx6memcal/Kconfig          | 235
++++++++++++++++++++++++++++++++++++++++++++
 board/freescale/mx6memcal/MAINTAINERS      |   7 ++
 board/freescale/mx6memcal/Makefile         |  13 +++
 board/freescale/mx6memcal/README           |  49 ++++++++++
 board/freescale/mx6memcal/mx6memcal.c      |  32 ++++++
 board/freescale/mx6memcal/spl.c            | 456
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configs/cm_fx6_defconfig                   |   2 +
 configs/mx6memcal_defconfig                |  33 +++++++
 drivers/gpio/mxc_gpio.c                    |   4 +-
 drivers/mtd/nand/mxs_nand_spl.c            |   2 -
 include/configs/cm_fx6.h                   |  80 ++++++++-------
 include/configs/imx6_spl.h                 |   3 +-
 include/configs/mx6_common.h               |  10 +-
 include/configs/mx6memcal.h                |  59 +++++++++++
 include/configs/mx7_common.h               |   1 -
 scripts/config_whitelist.txt               |   2 +-
 31 files changed, 1001 insertions(+), 122 deletions(-)
 delete mode 100644 board/engicam/icorem6_rqs/icorem6_rqs.c
 create mode 100644 board/freescale/mx6memcal/Kconfig
 create mode 100644 board/freescale/mx6memcal/MAINTAINERS
 create mode 100644 board/freescale/mx6memcal/Makefile
 create mode 100644 board/freescale/mx6memcal/README
 create mode 100644 board/freescale/mx6memcal/mx6memcal.c
 create mode 100644 board/freescale/mx6memcal/spl.c
 create mode 100644 configs/mx6memcal_defconfig
 create mode 100644 include/configs/mx6memcal.h



-- 
=====================================================================
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
=====================================================================


More information about the U-Boot mailing list