mbox

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

Message ID 571E0D07.9010600@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 April 25, 2016, 12:26 p.m. UTC
Hi Tom,

please pull from u-boot-imx, thanks !

The following changes since commit 108f8418597350bd98357f25acaa8ab8a0435779:

  ARM: rpi: fix 64-bit CONFIG_SYS_TEXT_BASE (2016-04-16 09:02:17 -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 69cc7dbf1f62492788ab810db7d8444a623c23c2:

  Add initial support for Technexion's PICO-IMX6UL-EMMC board
(2016-04-19 16:37:36 +0200)

----------------------------------------------------------------
Akshay Bhat (5):
      imx: mx6: Fix procedure to switch the parent of LDB_DI_CLK
      board: ge: bx50v3: Split display setup function
      board: ge: bx50v3: Setup LDB_DI_CLK source
      board: ge: bx50v3: Use pwm for display backlight
      board: ge: bx50v3: Fix to meet LVDS display power on timing

Fabio Estevam (2):
      MX6UL: Add definition for UART6 base address
      Add initial support for Technexion's PICO-IMX6UL-EMMC board

Justin Waters (1):
      board: ge: bx50v3: Disable unused pins

Marek Vasut (1):
      arm: mx5: Fix NAND image generation

 arch/arm/cpu/armv7/mx6/Kconfig             |   5 ++
 arch/arm/cpu/armv7/mx6/clock.c             | 151
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/imx-common/Makefile               |   2 +-
 arch/arm/include/asm/arch-mx6/clock.h      |   9 ++++
 arch/arm/include/asm/arch-mx6/imx-regs.h   |   1 +
 board/ge/bx50v3/bx50v3.c                   | 183
++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------
 board/technexion/pico-imx6ul/Kconfig       |  15 ++++++
 board/technexion/pico-imx6ul/MAINTAINERS   |   7 +++
 board/technexion/pico-imx6ul/Makefile      |   7 +++
 board/technexion/pico-imx6ul/imximage.cfg  |  97
+++++++++++++++++++++++++++++++++++++
 board/technexion/pico-imx6ul/pico-imx6ul.c | 119
+++++++++++++++++++++++++++++++++++++++++++++
 configs/pico-imx6ul_defconfig              |   5 ++
 include/configs/ge_bx50v3.h                |   3 ++
 include/configs/pico-imx6ul.h              | 140
+++++++++++++++++++++++++++++++++++++++++++++++++++++
 14 files changed, 698 insertions(+), 46 deletions(-)
 create mode 100644 board/technexion/pico-imx6ul/Kconfig
 create mode 100644 board/technexion/pico-imx6ul/MAINTAINERS
 create mode 100644 board/technexion/pico-imx6ul/Makefile
 create mode 100644 board/technexion/pico-imx6ul/imximage.cfg
 create mode 100644 board/technexion/pico-imx6ul/pico-imx6ul.c
 create mode 100644 configs/pico-imx6ul_defconfig
 create mode 100644 include/configs/pico-imx6ul.h

Comments

Tom Rini April 26, 2016, 12:15 a.m. UTC | #1
On Mon, Apr 25, 2016 at 02:26:47PM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> please pull from u-boot-imx, thanks !
> 
> The following changes since commit 108f8418597350bd98357f25acaa8ab8a0435779:
> 
>   ARM: rpi: fix 64-bit CONFIG_SYS_TEXT_BASE (2016-04-16 09:02:17 -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 69cc7dbf1f62492788ab810db7d8444a623c23c2:
> 
>   Add initial support for Technexion's PICO-IMX6UL-EMMC board
> (2016-04-19 16:37:36 +0200)
> 

Applied to u-boot/master, thanks!