mbox

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

Message ID 573B3F6C.2040304@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 May 17, 2016, 3:57 p.m. UTC
Hi Tom,

please pull from u-boot-imx, thanks !

The following changes since commit aeaec0e682f45b9e0c62c522fafea353931f73ed:

  Prepare v2016.05 (2016-05-16 10:40:32 -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 291000894ed4d6257830baba547764b86e335b5c:

  ARM: mx6: Enable MMC and SATA extfs boot support (2016-05-17 17:52:20
+0200)

----------------------------------------------------------------
Adrian Alonso (1):
      imx: tools: imximage: fix CLR bit command

Eric Nelson (1):
      imx: mx6: mx6sl_pins: add GPIO variant for SD1_DAT5

Fabio Estevam (1):
      mx6ul_evk: Remove CONFIG_SUPPORT_EMMC_BOOT

Marek Vasut (4):
      ARM: mx6: Enable STDIO deregistering on Novena
      SPL: Let spl_parse_image_header() return value
      SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE
      ARM: mx6: Enable MMC and SATA extfs boot support

Peng Fan (1):
      video: ipu_common: fix build error

Stefan Agner (3):
      imx: iomux-v3: fix UART input selects
      imx: imx7d: fix ahb clock mux 1
      imx: imx-common: print i.MX 7 SoC names consistently

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

 README                                     |  4 ++++
 arch/arm/cpu/armv7/mx7/clock_slice.c       |  2 +-
 arch/arm/imx-common/cpu.c                  |  2 +-
 arch/arm/include/asm/arch-mx6/mx6sl_pins.h |  1 +
 arch/arm/include/asm/arch-mx7/mx7d_pins.h  |  8 ++++----
 common/spl/spl.c                           |  6 +++++-
 common/spl/spl_ext.c                       |  6 +++++-
 common/spl/spl_fat.c                       |  4 +++-
 common/spl/spl_mmc.c                       |  6 +++++-
 common/spl/spl_nand.c                      |  9 +++++++--
 common/spl/spl_net.c                       |  4 +---
 common/spl/spl_nor.c                       |  9 +++++++--
 common/spl/spl_onenand.c                   |  5 ++++-
 common/spl/spl_ymodem.c                    |  7 +++++--
 drivers/mtd/spi/spi_spl_load.c             | 10 ++++++++--
 drivers/video/ipu_common.c                 |  4 +++-
 include/configs/imx6_spl.h                 |  4 ++++
 include/configs/novena.h                   |  2 +-
 include/configs/tqma6.h                    |  1 -
 include/spl.h                              |  2 +-
 tools/imximage.c                           |  2 +-
 21 files changed, 71 insertions(+), 27 deletions(-)

Comments

Tom Rini May 19, 2016, 12:08 p.m. UTC | #1
On Tue, May 17, 2016 at 05:57:32PM +0200, Stefano Babic wrote:

> Hi Tom,
> 
> please pull from u-boot-imx, thanks !
> 
> The following changes since commit aeaec0e682f45b9e0c62c522fafea353931f73ed:
> 
>   Prepare v2016.05 (2016-05-16 10:40:32 -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 291000894ed4d6257830baba547764b86e335b5c:
> 
>   ARM: mx6: Enable MMC and SATA extfs boot support (2016-05-17 17:52:20
> +0200)
> 

Applied to u-boot/master, thanks!

But please note that this broke gwventana and that needs a minor follow
up to fix, please do so, thanks!
Stefano Babic May 19, 2016, 12:49 p.m. UTC | #2
On 19/05/2016 14:08, Tom Rini wrote:
> On Tue, May 17, 2016 at 05:57:32PM +0200, Stefano Babic wrote:
> 
>> Hi Tom,
>>
>> please pull from u-boot-imx, thanks !
>>
>> The following changes since commit aeaec0e682f45b9e0c62c522fafea353931f73ed:
>>
>>   Prepare v2016.05 (2016-05-16 10:40:32 -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 291000894ed4d6257830baba547764b86e335b5c:
>>
>>   ARM: mx6: Enable MMC and SATA extfs boot support (2016-05-17 17:52:20
>> +0200)
>>
> 
> Applied to u-boot/master, thanks!
> 
> But please note that this broke gwventana and that needs a minor follow
> up to fix, please do so, thanks!
> 

I see - I check it this issue, thanks !

Regards,
Stefano