mbox

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

Message ID 56617FA2.9090508@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Stefano Babic Dec. 4, 2015, 11:57 a.m. UTC
Hi Tom,

please pull from u-boot-imx, thanks !

The following changes since commit 1d149eddcc0661b683002f76a8240491eba00dbb:

  dm: Add timeline and guide for porting serial drivers (2015-11-20
13:59:54 -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 a80a999c9b5c128cad2f67b4b32036bd4d667904:

  arm: imx6: novena: Enable extfs support in SPL (2015-12-01 16:11:08 +0100)

----------------------------------------------------------------
Marek Vasut (3):
      arm: mx6: Reduce SPL malloc pool size
      arm: imx6: novena, gw_ventana: Fix use of pfuze100 bit definitions
      arm: imx6: novena: Enable extfs support in SPL

Michael Heimpold (1):
      ARM: mxs: fix VDDD brownout setting

Otavio Salvador (6):
      cgtqmx6eval: Add SPI NOR flash support
      cgtqmx6eval: Use SPI NOR to store the environment
      cgtqmx6eval: Add fastboot support
      cgtqmx6eval: Add SPL support
      iomux-v3: Take MX6D in consideration for imx_iomux_v3_setup_pad()
      cgtqmx6eval: Add DFU support

Peng Fan (1):
      video: ipu: simplify if else code

Sanchayan Maity (1):
      colibri_vf: Add board_usb_phy_mode function

Ye.Li (1):
      mx6: clock: Modify GPMI clock to support mx6sx

 arch/arm/cpu/arm926ejs/mxs/spl_power_init.c               |   4 +-
 arch/arm/cpu/armv7/mx6/Kconfig                            |   3 +
 arch/arm/cpu/armv7/mx6/clock.c                            |  12 +++
 arch/arm/include/asm/imx-common/iomux-v3.h                |   2 +-
 board/congatec/cgtqmx6eval/README                         |  78
+++++++++++++----
 board/congatec/cgtqmx6eval/cgtqmx6eval.c                  | 599
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------
 board/congatec/cgtqmx6eval/imximage.cfg                   | 143
------------------------------
 board/gateworks/gw_ventana/common.c                       |   2 +-
 board/kosagi/novena/novena.c                              |   2 +-
 board/toradex/colibri_vf/colibri_vf.c                     |  33 ++++++-
 configs/{cgtqmx6qeval_defconfig => cgtqmx6eval_defconfig} |   5 +-
 drivers/video/ipu_disp.c                                  |   4 +-
 include/configs/cgtqmx6eval.h                             |  68
++++++++++++--
 include/configs/imx6_spl.h                                |   6 +-
 include/configs/novena.h                                  |   1 +
 15 files changed, 689 insertions(+), 273 deletions(-)
 delete mode 100644 board/congatec/cgtqmx6eval/imximage.cfg
 rename configs/{cgtqmx6qeval_defconfig => cgtqmx6eval_defconfig} (72%)

Comments

Tom Rini Dec. 4, 2015, 10:51 p.m. UTC | #1
On Fri, Dec 04, 2015 at 12:57:22PM +0100, Stefano Babic wrote:

> Hi Tom,
> 
> please pull from u-boot-imx, thanks !
> 
> The following changes since commit 1d149eddcc0661b683002f76a8240491eba00dbb:
> 
>   dm: Add timeline and guide for porting serial drivers (2015-11-20
> 13:59:54 -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 a80a999c9b5c128cad2f67b4b32036bd4d667904:
> 
>   arm: imx6: novena: Enable extfs support in SPL (2015-12-01 16:11:08 +0100)
> 

Applied to u-boot/master, thanks!