All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [Resend] Please pull u-boot-fsl-qoriq master
@ 2017-03-16 20:31 york sun
  2017-03-17 12:09 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: york sun @ 2017-03-16 20:31 UTC (permalink / raw)
  To: u-boot

Tom,

The following changes since commit 8537ddd769f460d7fb7a62a3dcc9669049702e51:

   Prepare v2017.03 (2017-03-13 13:54:16 -0400)

are available in the git repository at:

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

for you to fetch changes up to 9b6639fa85bddd90df4c371f25a89c791a6ee6ef:

   LS1021ATWR: Modify u-boot size for sd secure boot (2017-03-14 
08:44:03 -0700)

----------------------------------------------------------------
Hou Zhiqiang (1):
       armv8/ls104xa: remove the DDR interactive debugging info from SPL

Priyanka Jain (3):
       armv8: fsl-layerscape: Updates DCFG register map
       armv8: fsl-lsch3: Update VID support
       armv8: fsl-layerscape: Add vid support for LS2080AQDS

Tang Yuantian (1):
       armv8: fsl-lsch2: add workaround for erratum A-010635

Vinitha Pillai (1):
       LS1021ATWR: Modify u-boot size for sd secure boot

York Sun (11):
       armv8: Add global variable resv_ram
       armv8: ls2080a: Move CONFIG_FSL_MC_ENET to Kconfig
       armv8: ls2080a: Move CONFIG_SYS_MC_RSV_MEM_ALIGN to Kconfig
       efi: Add a hook to allow adding memory mapping
       armv8: layerscape: Rewrite memory reservation
       driver: net: fsl-mc: Update calculation of MC RAM
       armv8: layerscape: Update MMU mapping with actual DDR size
       armv8: layerscape: Fix the sequence of changing MMU table
       armv8: ls2080a: Drop early MMU for SPL build
       armv8: mmu: Add a function to change mapping attributes
       armv8: layerscape: Update early MMU for DDR after initialization

  arch/arm/cpu/armv8/cache_v8.c                      |  72 ++++-
  arch/arm/cpu/armv8/fsl-layerscape/Kconfig          |  26 ++
  arch/arm/cpu/armv8/fsl-layerscape/cpu.c            | 331 
+++++++++++++++++++--
  arch/arm/cpu/armv8/fsl-layerscape/soc.c            |   2 -
  arch/arm/cpu/armv8/fsl-layerscape/spl.c            |   3 -
  arch/arm/include/asm/arch-fsl-layerscape/config.h  |   4 +-
  arch/arm/include/asm/arch-fsl-layerscape/cpu.h     |  12 +-
  .../include/asm/arch-fsl-layerscape/immap_lsch3.h  |  69 +++--
  arch/arm/include/asm/arch-fsl-layerscape/mmu.h     |   2 +-
  arch/arm/include/asm/armv8/mmu.h                   |   5 +
  arch/arm/include/asm/fsl_secure_boot.h             |   4 +-
  arch/arm/include/asm/global_data.h                 |   7 +
  arch/arm/include/asm/system.h                      |   1 +
  board/freescale/common/vid.c                       | 174 ++++++++++-
  board/freescale/ls1012afrdm/ls1012afrdm.c          |  34 +--
  board/freescale/ls1012aqds/ls1012aqds.c            |  34 +--
  board/freescale/ls1012ardb/ls1012ardb.c            |  34 +--
  board/freescale/ls1043aqds/ddr.c                   |  29 --
  board/freescale/ls1043aqds/ls1043aqds.c            |   5 +
  board/freescale/ls1043ardb/ddr.c                   |  29 --
  board/freescale/ls1043ardb/ls1043ardb.c            |   7 -
  board/freescale/ls1046aqds/ddr.c                   |  29 --
  board/freescale/ls1046aqds/ls1046aqds.c            |   5 +
  board/freescale/ls1046ardb/ddr.c                   |  29 --
  board/freescale/ls1046ardb/ls1046ardb.c            |   7 -
  board/freescale/ls2080a/ddr.c                      |  55 ----
  board/freescale/ls2080a/ls2080a.c                  |  17 +-
  board/freescale/ls2080aqds/ddr.c                   |  55 ----
  board/freescale/ls2080aqds/ls2080aqds.c            |  26 +-
  board/freescale/ls2080ardb/ddr.c                   |  55 ----
  board/freescale/ls2080ardb/ls2080ardb.c            |  26 +-
  cmd/bdinfo.c                                       |   4 +
  common/board_f.c                                   |  32 +-
  drivers/net/fsl-mc/mc.c                            |  75 +----
  include/configs/ls1021atwr.h                       |   4 +-
  include/configs/ls1043aqds.h                       |   2 +
  include/configs/ls1043ardb.h                       |   2 +
  include/configs/ls1046aqds.h                       |   2 +
  include/configs/ls1046ardb.h                       |   2 +
  include/configs/ls2080a_common.h                   |   2 -
  lib/efi_loader/efi_memory.c                        |  14 +-
  scripts/config_whitelist.txt                       |   2 -
  42 files changed, 750 insertions(+), 579 deletions(-)

Thanks.

York

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] [Resend] Please pull u-boot-fsl-qoriq master
  2017-03-16 20:31 [U-Boot] [Resend] Please pull u-boot-fsl-qoriq master york sun
@ 2017-03-17 12:09 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2017-03-17 12:09 UTC (permalink / raw)
  To: u-boot

On Thu, Mar 16, 2017 at 08:31:43PM +0000, york sun wrote:

> Tom,
> 
> The following changes since commit 8537ddd769f460d7fb7a62a3dcc9669049702e51:
> 
>    Prepare v2017.03 (2017-03-13 13:54:16 -0400)
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-fsl-qoriq.git
> 
> for you to fetch changes up to 9b6639fa85bddd90df4c371f25a89c791a6ee6ef:
> 
>    LS1021ATWR: Modify u-boot size for sd secure boot (2017-03-14 
> 08:44:03 -0700)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170317/1d4b5f10/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-17 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-16 20:31 [U-Boot] [Resend] Please pull u-boot-fsl-qoriq master york sun
2017-03-17 12:09 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.