mbox

[U-Boot] Please pull u-boot-fsl-qoriq master

Message ID VI1PR04MB207872190E00DA6CDBF920B29A880@VI1PR04MB2078.eurprd04.prod.outlook.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-fsl-qoriq.git

Message

York Sun Aug. 10, 2017, 3:34 p.m. UTC
Tom,

The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:

   common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04 
20:38:39 -0400)

are available in the git repository at:

   git://git.denx.de/u-boot-fsl-qoriq.git

for you to fetch changes up to 1c83df6f3f95055ed1c8fb40d1d0604863eab78b:

   armv8: ls2080a: Increase env sector size for qspi boot (2017-08-09 
09:57:33 -0700)

----------------------------------------------------------------
Alison Wang (1):
       dm: arm: ls1021a: Move to driver model for USB

Hou Zhiqiang (4):
       armv8/fsl-lsch2: correct the config description of DSPI clock divider
       fsl-lsch2: csu: remove multiple calling function
       PCI: layerscape: Fix assigning wrong address to LS2088A pcie cfg1 
space
       fsl-lsch2: csu: correct the workaround A-010315

Qianyu Gong (1):
       armv8: ls1046ardb: update core frequency to 1800MHZ

Rajesh Bhagat (1):
       config: ls1012aqds: Enable USB EHCI support for ls1012aqds

Santan Kumar (5):
       board/ls2080ardb: Disable SD-related GPIO programming
       board:ls2080ardb: Update execution of config_board_mux
       board: ls2080ardb: Add fsl_fdt_fixup_flash
       driver: net: fsl-mc: fsl_mc_ldpaa_exit exit earlier if dpl applied
       armv8: ls2080a: Increase env sector size for qspi boot

Yang Li (1):
       mmc: fsl_esdhc: not always setting esdhc fdt status to okay

York Sun (1):
       driver: mmc: fsl_esdhc: Fix compiling warning

  arch/arm/cpu/armv8/fsl-layerscape/Kconfig          |  2 +-
  .../include/asm/arch-fsl-layerscape/immap_lsch2.h  |  1 +
  board/freescale/common/ns_access.c                 | 20 +++---
  board/freescale/ls1021aiot/ls1021aiot.c            |  4 --
  board/freescale/ls1021atwr/ls1021atwr.c            |  1 -
  board/freescale/ls1046aqds/ls1046aqds.c            |  4 --
  board/freescale/ls1046ardb/ls1046ardb.c            |  4 --
  board/freescale/ls1046ardb/ls1046ardb_rcw_emmc.cfg |  2 +-
  board/freescale/ls1046ardb/ls1046ardb_rcw_sd.cfg   |  2 +-
  board/freescale/ls2080ardb/ls2080ardb.c            | 71 
+++++++++++++---------
  configs/ls1021aqds_nand_defconfig                  |  1 +
  configs/ls1021aqds_nor_SECURE_BOOT_defconfig       |  1 +
  configs/ls1021aqds_qspi_defconfig                  |  1 +
  configs/ls1021aqds_sdcard_ifc_defconfig            |  1 +
  configs/ls1021aqds_sdcard_qspi_defconfig           |  1 +
  configs/ls1021atwr_nor_SECURE_BOOT_defconfig       |  1 +
  configs/ls1021atwr_nor_defconfig                   |  1 +
  configs/ls1021atwr_nor_lpuart_defconfig            |  1 +
  configs/ls1021atwr_qspi_defconfig                  |  1 +
  .../ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig    |  1 +
  configs/ls1021atwr_sdcard_ifc_defconfig            |  1 +
  configs/ls1021atwr_sdcard_qspi_defconfig           |  1 +
  drivers/mmc/fsl_esdhc.c                            |  4 +-
  drivers/net/fsl-mc/mc.c                            | 11 +++-
  drivers/pci/pcie_layerscape.c                      |  3 +
  include/configs/ls1012aqds.h                       |  2 +
  include/configs/ls2080a_common.h                   |  2 +-
  include/fsl_csu.h                                  |  2 +-
  include/usb/ehci-ci.h                              |  2 +-
  29 files changed, 88 insertions(+), 61 deletions(-)

Thanks.

York

Comments

Tom Rini Aug. 11, 2017, 2:19 a.m. UTC | #1
On Thu, Aug 10, 2017 at 03:34:49PM +0000, York Sun wrote:

> Tom,
> 
> The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:
> 
>    common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04 
> 20:38:39 -0400)
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 1c83df6f3f95055ed1c8fb40d1d0604863eab78b:
> 
>    armv8: ls2080a: Increase env sector size for qspi boot (2017-08-09 
> 09:57:33 -0700)
> 

This seems to lead to a number of PowerPC boards failing, can you please
throw this at travis-ci and fix the fallout?  See
https://travis-ci.org/trini/u-boot/builds/263245350, thanks!
York Sun Aug. 11, 2017, 2:35 a.m. UTC | #2
On 08/10/2017 07:18 PM, Tom Rini wrote:
> On Thu, Aug 10, 2017 at 03:34:49PM +0000, York Sun wrote:
> 
>> Tom,
>>
>> The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:
>>
>>     common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04
>> 20:38:39 -0400)
>>
>> are available in the git repository at:
>>
>>     git://git.denx.de/u-boot-fsl-qoriq.git
>>
>> for you to fetch changes up to 1c83df6f3f95055ed1c8fb40d1d0604863eab78b:
>>
>>     armv8: ls2080a: Increase env sector size for qspi boot (2017-08-09
>> 09:57:33 -0700)
>>
> 
> This seems to lead to a number of PowerPC boards failing, can you please
> throw this at travis-ci and fix the fallout?  See
> https://travis-ci.org/trini/u-boot/builds/263245350, thanks!
> 

I made sure the compiling was OK before request a pull. See 
https://travis-ci.org/yorksun/u-boot/builds/262844095.

Your travis build is still on-going. I will check a little bit later.

York
Tom Rini Aug. 11, 2017, 11:13 a.m. UTC | #3
On Fri, Aug 11, 2017 at 02:35:24AM +0000, York Sun wrote:

> On 08/10/2017 07:18 PM, Tom Rini wrote:
> > On Thu, Aug 10, 2017 at 03:34:49PM +0000, York Sun wrote:
> > 
> >> Tom,
> >>
> >> The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:
> >>
> >>     common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04
> >> 20:38:39 -0400)
> >>
> >> are available in the git repository at:
> >>
> >>     git://git.denx.de/u-boot-fsl-qoriq.git
> >>
> >> for you to fetch changes up to 1c83df6f3f95055ed1c8fb40d1d0604863eab78b:
> >>
> >>     armv8: ls2080a: Increase env sector size for qspi boot (2017-08-09
> >> 09:57:33 -0700)
> >>
> > 
> > This seems to lead to a number of PowerPC boards failing, can you please
> > throw this at travis-ci and fix the fallout?  See
> > https://travis-ci.org/trini/u-boot/builds/263245350, thanks!
> > 
> 
> I made sure the compiling was OK before request a pull. See 
> https://travis-ci.org/yorksun/u-boot/builds/262844095.
> 
> Your travis build is still on-going. I will check a little bit later.

I had re-started some of the failing jobs on the off-chance it was
something else going wrong.  I'm re-trying just the QorIQ PR right now,
thanks!
Tom Rini Aug. 11, 2017, 2:35 p.m. UTC | #4
On Fri, Aug 11, 2017 at 02:35:24AM +0000, York Sun wrote:
> On 08/10/2017 07:18 PM, Tom Rini wrote:
> > On Thu, Aug 10, 2017 at 03:34:49PM +0000, York Sun wrote:
> > 
> >> Tom,
> >>
> >> The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:
> >>
> >>     common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04
> >> 20:38:39 -0400)
> >>
> >> are available in the git repository at:
> >>
> >>     git://git.denx.de/u-boot-fsl-qoriq.git
> >>
> >> for you to fetch changes up to 1c83df6f3f95055ed1c8fb40d1d0604863eab78b:
> >>
> >>     armv8: ls2080a: Increase env sector size for qspi boot (2017-08-09
> >> 09:57:33 -0700)
> >>
> > 
> > This seems to lead to a number of PowerPC boards failing, can you please
> > throw this at travis-ci and fix the fallout?  See
> > https://travis-ci.org/trini/u-boot/builds/263245350, thanks!
> > 
> 
> I made sure the compiling was OK before request a pull. See 
> https://travis-ci.org/yorksun/u-boot/builds/262844095.

OK, confirmed, sorry for the noise!
York Sun Aug. 11, 2017, 2:47 p.m. UTC | #5
On 08/11/2017 07:34 AM, Tom Rini wrote:
> On Fri, Aug 11, 2017 at 02:35:24AM +0000, York Sun wrote:
>> On 08/10/2017 07:18 PM, Tom Rini wrote:
>>> On Thu, Aug 10, 2017 at 03:34:49PM +0000, York Sun wrote:
>>>
>>>> Tom,
>>>>
>>>> The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:
>>>>
>>>>      common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04
>>>> 20:38:39 -0400)
>>>>
>>>> are available in the git repository at:
>>>>
>>>>      git://git.denx.de/u-boot-fsl-qoriq.git
>>>>
>>>> for you to fetch changes up to 1c83df6f3f95055ed1c8fb40d1d0604863eab78b:
>>>>
>>>>      armv8: ls2080a: Increase env sector size for qspi boot (2017-08-09
>>>> 09:57:33 -0700)
>>>>
>>>
>>> This seems to lead to a number of PowerPC boards failing, can you please
>>> throw this at travis-ci and fix the fallout?  See
>>> https://travis-ci.org/trini/u-boot/builds/263245350, thanks!
>>>
>>
>> I made sure the compiling was OK before request a pull. See
>> https://travis-ci.org/yorksun/u-boot/builds/262844095.
> 
> OK, confirmed, sorry for the noise!
> 

Glad it passed.

York
Tom Rini Aug. 11, 2017, 2:51 p.m. UTC | #6
On Thu, Aug 10, 2017 at 03:34:49PM +0000, York Sun wrote:

> Tom,
> 
> The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:
> 
>    common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04 
> 20:38:39 -0400)
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 1c83df6f3f95055ed1c8fb40d1d0604863eab78b:
> 
>    armv8: ls2080a: Increase env sector size for qspi boot (2017-08-09 
> 09:57:33 -0700)
> 

Applied to u-boot/master, thanks!