mbox

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

Message ID 55967E72.1030205@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 July 3, 2015, 12:22 p.m. UTC
Hi Tom,

please pull from u-boot-imx, thanks !

The following changes since commit 64d16706a052553c85d2f8f4c741879a4e3e6116:

  Nokia RX-51: Fix calculating return address in save_boot_params
(2015-06-12 08:11:18 -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 aa5a0d98943e1b32109fd1fb325007c6cdcedc50:

  colibri_vf: Increase console IO buffer size to 1024 (2015-07-03
09:38:10 +0200)

----------------------------------------------------------------
Chris Kuethe (1):
      patch - arm - define SYS_CACHELINE_SIZE for mx5

Fabio Estevam (1):
      mx6cuboxi: Fix boot of hummingboard dual-lite

Marek Vasut (1):
      imx6: novena: Reinstate missing CONFIG_FAT_WRITE

Markus Niebel (5):
      arm: imx6: tqma6: add kconfig to board header
      arm: mx6: tqma6: CPU type selection via Kconfig
      arm: imx6: tqma6: implement IMX_CONFIG with Kconfig
      arm: imx6: tqma6: boot device selection via Kconfig
      arm: imx6: tqma6: implement KConfig baseboard selection

Peng Fan (3):
      imx: mx6 correct is_soc_rev usage
      imx: mx6 correct get_cpu_rev
      imx: mx6 introuduce macro is_mx6dqp

Peter Robinson (2):
      Drop duplicate CONFIG_SYS_NO_FLASH from mx6_common
      mx6cuboxi: drop options that are duplicated in mx6_common

Sanchayan Maity (1):
      colibri_vf: Increase console IO buffer size to 1024

Soeren Moch (2):
      tbs2910: add thermal support
      tbs2910: add PRE_CONSOLE_BUFFER support

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

 arch/arm/Kconfig                          |  5 ---
 arch/arm/cpu/armv7/mx6/Kconfig            |  5 +++
 arch/arm/cpu/armv7/mx6/soc.c              |  4 ++-
 arch/arm/imx-common/timer.c               |  4 +--
 arch/arm/include/asm/arch-mx5/imx-regs.h  |  2 ++
 arch/arm/include/asm/arch-mx6/imx-regs.h  |  1 +
 arch/arm/include/asm/arch-mx6/sys_proto.h |  8 +++--
 board/solidrun/mx6cuboxi/mx6cuboxi.c      |  4 +--
 board/tqc/tqma6/Kconfig                   | 58
+++++++++++++++++++++++++++++++
 configs/tbs2910_defconfig                 |  2 ++
 configs/tqma6q_mba6_mmc_defconfig         |  2 +-
 configs/tqma6q_mba6_spi_defconfig         |  3 +-
 configs/tqma6s_mba6_mmc_defconfig         |  3 +-
 configs/tqma6s_mba6_spi_defconfig         |  4 ++-
 include/configs/colibri_vf.h              |  2 +-
 include/configs/mx6_common.h              |  1 -
 include/configs/mx6cuboxi.h               |  8 -----
 include/configs/novena.h                  |  1 +
 include/configs/tbs2910.h                 |  6 ++++
 include/configs/tqma6.h                   |  1 +
 20 files changed, 98 insertions(+), 26 deletions(-)

Comments

Tom Rini July 6, 2015, 3:24 p.m. UTC | #1
On Fri, Jul 03, 2015 at 02:22:10PM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> please pull from u-boot-imx, thanks !
> 
> The following changes since commit 64d16706a052553c85d2f8f4c741879a4e3e6116:
> 
>   Nokia RX-51: Fix calculating return address in save_boot_params
> (2015-06-12 08:11:18 -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 aa5a0d98943e1b32109fd1fb325007c6cdcedc50:
> 
>   colibri_vf: Increase console IO buffer size to 1024 (2015-07-03
> 09:38:10 +0200)
> 

Applied to u-boot/master, thanks!