mbox

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

Message ID e8d87cee-daeb-a962-be26-282de8d1b5fb@denx.de
State Changes Requested
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Stefano Babic Sept. 6, 2016, 8:51 a.m. UTC
Hi Tom,

please pull from u-boot-imx, thanks !

The following changes since commit 46fe9eb08812cc27a0d5cd97d97373c14d578fe9:

  Merge branch 'master' of git://git.denx.de/u-boot-net (2016-08-23
07:20:36 -0400)

are available in the git repository at:

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

for you to fetch changes up to 19c6e9ac4a43d7e261220e2de4bb1045165558c0:

  mx6ul_14x14_ev: Enable the CCGR clocks earlier (2016-09-06 10:35:02 +0200)

----------------------------------------------------------------
Akshay Bhat (1):
      arm: imx: Add support for Advantech DMS-BA16 board

Breno Lima (1):
      warp7: Modify fdt_file environment variable

Christopher Spinrath (1):
      ARM: board: cm_fx6: fix mtd partition fixup

Eric Nelson (1):
      mx6ul_14x14_evk: don't use array for SD2 card detect pad

Fabio Estevam (9):
      mx7dsabresd: Print secure/non-secure mode info
      warp: Fix RAM size runtime detection
      pico-imx6ul: Directly write to register LDOGCTL
      mx7dsabresd: Directly write to register LDOGCTL
      mx7dsabresd: Directly write to register LDOGCTL
      mx6: ddr: Allow changing REFSEL and REFR fields
      mx6ul_14x14_evk: Pass refsel and refr fields to avoid hang
      mx6ul_14x14_evk: Adjust SPL DDR3 settings
      mx6ul_14x14_ev: Enable the CCGR clocks earlier

Peng Fan (20):
      imx: mx6ull: add iomux header file
      imx: mx6ull: add mx6ull major cpu type
      imx-common: introduce is_mx6ull
      imx: ocotp: support i.MX6ULL
      imx: timer: update gpt driver for i.MX6ULL
      imx: mx6ull: skip setting ahb clock
      imx: mx6ul: using runtime check when configuring PMIC_STBY_REQ
      imx: mx6ull: misc soc update
      imx: mx6ull: adjust POR_B setting for i.MX6ULL
      imx: mx6ull: update clock settings and CCM register map
      imx: mx6ull: Update memory map address
      imx: mx6ull: Add AIPS3 initialization
      imx: imx6ull: adjust the ldo 1.2v bandgap voltage
      imx: iomux: fix snvs usage for i.MX6ULL
      pinctrl: imx6: support i.MX6ULL
      arm: dts: imx6ull: add pinctrl defines
      dt-bindings: add i.mx6ul clock header
      arm: dts: add device tree for i.MX6ULL
      dm: mmc: intialize dev when probe
      arm: imx: add i.MX6ULL 14x14 EVK board support

Soeren Moch (2):
      board: tbs2910: always enable usbkbd
      board: tbs2910: fix HDMI pre-console buffer

Stefan Agner (11):
      mtd: nand: mxs: fix cache alignment for cache lines >32
      dm: imx: serial: support device tree
      pinctrl: imx: do not announce driver initialization
      arm: dts: imx7: add pinctrl defines
      arm: dts: imx7: add basic i.MX 7/Colibri iMX7 device tree
      colibri_imx7: remove legancy I2C support
      colibri_imx7: remove legancy UART platform data
      power: pmic: add Ricoh RN5T567 PMIC support
      arm: dts: imx7: add Ricoh RN5T567 PMIC node
      colibri_imx7: use Ricoh RN5T567 to reboot the board
      configs: enable device tree for Colibri iMX7

Stefano Babic (2):
      Merge branch 'master' of git://git.denx.de/u-boot
      Merge branch 'master' of git://git.denx.de/u-boot

Tim Harvey (1):
      imx: ventana: enable splashscreen support

Vanessa Maegima (1):
      warp7: Add PMIC support

Ye Li (1):
      imx: mx6ull: add kconfig entry for MX6ULL
 arch/arm/cpu/armv7/mx6/Kconfig                    |   16 ++
 arch/arm/cpu/armv7/mx6/clock.c                    |   59 +++--
 arch/arm/cpu/armv7/mx6/ddr.c                      |    6 +-
 arch/arm/cpu/armv7/mx6/soc.c                      |   32 ++-
 arch/arm/dts/Makefile                             |    4 +
 arch/arm/dts/imx6ul-pinfunc.h                     |  938
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/imx6ull-14x14-evk.dts                |  527
+++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/imx6ull-pinfunc-snvs.h               |   29 +++
 arch/arm/dts/imx6ull-pinfunc.h                    |   57 +++++
 arch/arm/dts/imx6ull.dtsi                         | 1161
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/dts/imx7-colibri.dts                     |   97 ++++++++
 arch/arm/dts/imx7.dtsi                            |  194 +++++++++++++++
 arch/arm/dts/imx7d-pinfunc.h                      | 1151
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/imx-common/cpu.c                         |    2 +
 arch/arm/imx-common/init.c                        |    2 +-
 arch/arm/imx-common/iomux-v3.c                    |   11 +-
 arch/arm/imx-common/timer.c                       |    7 +-
 arch/arm/include/asm/arch-imx/cpu.h               |    3 +-
 arch/arm/include/asm/arch-mx6/crm_regs.h          |   60 ++++-
 arch/arm/include/asm/arch-mx6/imx-regs.h          |   18 +-
 arch/arm/include/asm/arch-mx6/mx6-ddr.h           |    2 +
 arch/arm/include/asm/arch-mx6/mx6-pins.h          |    2 +
 arch/arm/include/asm/arch-mx6/mx6ull_pins.h       | 1065
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/include/asm/imx-common/iomux-v3.h        |    6 +-
 arch/arm/include/asm/imx-common/sys_proto.h       |    1 +
 board/advantech/dms-ba16/Kconfig                  |   31 +++
 board/advantech/dms-ba16/MAINTAINERS              |    8 +
 board/advantech/dms-ba16/Makefile                 |    8 +
 board/advantech/dms-ba16/clocks.cfg               |   25 ++
 board/advantech/dms-ba16/ddr-setup.cfg            |   39 +++
 board/advantech/dms-ba16/dms-ba16.c               |  570
++++++++++++++++++++++++++++++++++++++++++++
 board/advantech/dms-ba16/dms-ba16_1g.cfg          |   25 ++
 board/advantech/dms-ba16/dms-ba16_2g.cfg          |   25 ++
 board/advantech/dms-ba16/micron-1g.cfg            |   63 +++++
 board/advantech/dms-ba16/samsung-2g.cfg           |   63 +++++
 board/bachmann/ot1200/ot1200_spl.c                |    2 +
 board/barco/platinum/spl_picon.c                  |    2 +
 board/barco/platinum/spl_titanium.c               |    2 +
 board/ccv/xpress/spl.c                            |    2 +
 board/compulab/cm_fx6/cm_fx6.c                    |    6 +-
 board/compulab/cm_fx6/spl.c                       |    4 +
 board/congatec/cgtqmx6eval/cgtqmx6eval.c          |    2 +
 board/el/el6x/el6x.c                              |    2 +
 board/freescale/mx6sabresd/mx6sabresd.c           |    2 +
 board/freescale/mx6slevk/mx6slevk.c               |    2 +
 board/freescale/mx6sxsabresd/mx6sxsabresd.c       |    2 +
 board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c |   50 ++--
 board/freescale/mx6ullevk/Kconfig                 |   12 +
 board/freescale/mx6ullevk/MAINTAINERS             |    6 +
 board/freescale/mx6ullevk/Makefile                |    6 +
 board/freescale/mx6ullevk/imximage.cfg            |  116 +++++++++
 board/freescale/mx6ullevk/mx6ullevk.c             |   99 ++++++++
 board/freescale/mx7dsabresd/mx7dsabresd.c         |   13 +-
 board/gateworks/gw_ventana/gw_ventana_spl.c       |    2 +
 board/kosagi/novena/novena_spl.c                  |    2 +
 board/phytec/pcm058/pcm058.c                      |    2 +
 board/solidrun/mx6cuboxi/mx6cuboxi.c              |    2 +
 board/technexion/pico-imx6ul/pico-imx6ul.c        |    4 +-
 board/toradex/colibri_imx7/colibri_imx7.c         |   92 ++++----
 board/udoo/udoo_spl.c                             |    2 +
 board/wandboard/spl.c                             |    6 +
 board/warp/imximage.cfg                           |  115 +++++++++
 board/warp7/warp7.c                               |   57 +++++
 configs/colibri_imx7_defconfig                    |   10 +-
 configs/dms-ba16-1g_defconfig                     |   34 +++
 configs/dms-ba16_defconfig                        |   33 +++
 configs/mx6ull_14x14_evk_defconfig                |   30 +++
 configs/warp_defconfig                            |    2 +-
 doc/device-tree-bindings/pmic/rn5t567.txt         |   17 ++
 doc/device-tree-bindings/serial/mxc-serial.txt    |    8 +
 drivers/misc/mxc_ocotp.c                          |   52 +++-
 drivers/mmc/fsl_esdhc.c                           |    1 +
 drivers/mtd/nand/mxs_nand.c                       |    5 +
 drivers/pinctrl/nxp/pinctrl-imx.c                 |    2 +-
 drivers/pinctrl/nxp/pinctrl-imx6.c                |    5 +
 drivers/power/pmic/Kconfig                        |    8 +
 drivers/power/pmic/Makefile                       |    1 +
 drivers/power/pmic/rn5t567.c                      |   64 +++++
 drivers/serial/serial_mxc.c                       |   28 ++-
 include/configs/advantech_dms-ba16.h              |  315
+++++++++++++++++++++++++
 include/configs/colibri_imx7.h                    |    3 +-
 include/configs/gw_ventana.h                      |    7 +-
 include/configs/mx6ullevk.h                       |  180 ++++++++++++++
 include/configs/tbs2910.h                         |   15 +-
 include/configs/warp7.h                           |   14 +-
 include/dt-bindings/clock/imx6ul-clock.h          |  253
++++++++++++++++++++
 include/power/rn5t567_pmic.h                      |  113 +++++++++
 tools/logos/gateworks.bmp                         |  Bin 0 -> 56202 bytes
 88 files changed, 7960 insertions(+), 161 deletions(-)
 create mode 100644 arch/arm/dts/imx6ul-pinfunc.h
 create mode 100644 arch/arm/dts/imx6ull-14x14-evk.dts
 create mode 100644 arch/arm/dts/imx6ull-pinfunc-snvs.h
 create mode 100644 arch/arm/dts/imx6ull-pinfunc.h
 create mode 100644 arch/arm/dts/imx6ull.dtsi
 create mode 100644 arch/arm/dts/imx7-colibri.dts
 create mode 100644 arch/arm/dts/imx7.dtsi
 create mode 100644 arch/arm/dts/imx7d-pinfunc.h
 create mode 100644 arch/arm/include/asm/arch-mx6/mx6ull_pins.h
 create mode 100644 board/advantech/dms-ba16/Kconfig
 create mode 100644 board/advantech/dms-ba16/MAINTAINERS
 create mode 100644 board/advantech/dms-ba16/Makefile
 create mode 100644 board/advantech/dms-ba16/clocks.cfg
 create mode 100644 board/advantech/dms-ba16/ddr-setup.cfg
 create mode 100644 board/advantech/dms-ba16/dms-ba16.c
 create mode 100644 board/advantech/dms-ba16/dms-ba16_1g.cfg
 create mode 100644 board/advantech/dms-ba16/dms-ba16_2g.cfg
 create mode 100644 board/advantech/dms-ba16/micron-1g.cfg
 create mode 100644 board/advantech/dms-ba16/samsung-2g.cfg
 create mode 100644 board/freescale/mx6ullevk/Kconfig
 create mode 100644 board/freescale/mx6ullevk/MAINTAINERS
 create mode 100644 board/freescale/mx6ullevk/Makefile
 create mode 100644 board/freescale/mx6ullevk/imximage.cfg
 create mode 100644 board/freescale/mx6ullevk/mx6ullevk.c
 create mode 100644 board/warp/imximage.cfg
 create mode 100644 configs/dms-ba16-1g_defconfig
 create mode 100644 configs/dms-ba16_defconfig
 create mode 100644 configs/mx6ull_14x14_evk_defconfig
 create mode 100644 doc/device-tree-bindings/pmic/rn5t567.txt
 create mode 100644 doc/device-tree-bindings/serial/mxc-serial.txt
 create mode 100644 drivers/power/pmic/rn5t567.c
 create mode 100644 include/configs/advantech_dms-ba16.h
 create mode 100644 include/configs/mx6ullevk.h
 create mode 100644 include/dt-bindings/clock/imx6ul-clock.h
 create mode 100644 include/power/rn5t567_pmic.h
 create mode 100644 tools/logos/gateworks.bmp

Comments

Tom Rini Sept. 6, 2016, 3:27 p.m. UTC | #1
On Tue, Sep 06, 2016 at 10:51:05AM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> please pull from u-boot-imx, thanks !
> 
> The following changes since commit 46fe9eb08812cc27a0d5cd97d97373c14d578fe9:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-net (2016-08-23
> 07:20:36 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git master
> 
> for you to fetch changes up to 19c6e9ac4a43d7e261220e2de4bb1045165558c0:
> 
>   mx6ul_14x14_ev: Enable the CCGR clocks earlier (2016-09-06 10:35:02 +0200)

OK, NAK.  This is breaking a whole bunch of imx6 boards (nitrogen6s1g is
just the latest most in my build cycle, but I'm at 59 failed to build
atm).  Since the release is next week, please give these a
re-evaluation.  I think that perhaps:

> Breno Lima (1):
>       warp7: Modify fdt_file environment variable
> 
> Christopher Spinrath (1):
>       ARM: board: cm_fx6: fix mtd partition fixup
[snip]
> Fabio Estevam (9):
[snip]
>       warp: Fix RAM size runtime detection
[snip]
>       mx6ul_14x14_evk: Pass refsel and refr fields to avoid hang
>       mx6ul_14x14_evk: Adjust SPL DDR3 settings
>       mx6ul_14x14_ev: Enable the CCGR clocks earlier
[snip]
> Stefan Agner (11):
>       mtd: nand: mxs: fix cache alignment for cache lines >32

and maybe a few others are the type of bugfixes we still want at this
stage, thanks!
Stefano Babic Sept. 6, 2016, 3:50 p.m. UTC | #2
Hi Tom,

On 06/09/2016 17:27, Tom Rini wrote:
> On Tue, Sep 06, 2016 at 10:51:05AM +0200, Stefano Babic wrote:
> 
>> Hi Tom,
>>
>> please pull from u-boot-imx, thanks !
>>
>> The following changes since commit 46fe9eb08812cc27a0d5cd97d97373c14d578fe9:
>>
>>   Merge branch 'master' of git://git.denx.de/u-boot-net (2016-08-23
>> 07:20:36 -0400)
>>
>> are available in the git repository at:
>>
>>   git://www.denx.de/git/u-boot-imx.git master
>>
>> for you to fetch changes up to 19c6e9ac4a43d7e261220e2de4bb1045165558c0:
>>
>>   mx6ul_14x14_ev: Enable the CCGR clocks earlier (2016-09-06 10:35:02 +0200)
> 
> OK, NAK.  This is breaking a whole bunch of imx6 boards (nitrogen6s1g is
> just the latest most in my build cycle, but I'm at 59 failed to build
> atm).  Since the release is next week, please give these a
> re-evaluation.  I think that perhaps:

Strange enough - I built with buildman and I do not get the same errors.
Let me check, I will move most of them to -next.

> 
>> Breno Lima (1):
>>       warp7: Modify fdt_file environment variable
>>
>> Christopher Spinrath (1):
>>       ARM: board: cm_fx6: fix mtd partition fixup
> [snip]
>> Fabio Estevam (9):
> [snip]
>>       warp: Fix RAM size runtime detection
> [snip]
>>       mx6ul_14x14_evk: Pass refsel and refr fields to avoid hang
>>       mx6ul_14x14_evk: Adjust SPL DDR3 settings
>>       mx6ul_14x14_ev: Enable the CCGR clocks earlier
> [snip]
>> Stefan Agner (11):
>>       mtd: nand: mxs: fix cache alignment for cache lines >32
> 
> and maybe a few others are the type of bugfixes we still want at this
> stage, thanks!
> 

Regards,
Stefano