Pull request, u-boot-tegra/master

Tom Warren tomcwarren3959 at gmail.com
Fri Oct 15 21:50:17 CEST 2021


 Tom,

Please pull u-boot-tegra/master into U-Boot/master. Thanks.

The following changes since commit 10cd8efe1a7eacd63907ba95bd8442bc2cdce461:

  Merge branch '2021-10-12-assorted-fixes-and-updates' (2021-10-13 10:14:35
-0400)

are available in the git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-tegra.git master

for you to fetch changes up to a0ba216ed420a8953f57f777256f310370b95338:

  ARM: tegra: Copy memory-region-names property (2021-10-13 14:18:30 -0700)

----------------------------------------------------------------
Thierry Reding (9):
      fdtdec: Allow using fdtdec_get_carveout() in loops
      fdtdec: Support retrieving the name of a carveout
      fdtdec: Support compatible string list for reserved memory
      fdtdec: Reorder fdtdec_set_carveout() parameters for consistency
      fdtdec: Support reserved-memory flags
      ARM: tegra: Support multiple reserved memory regions
      ARM: tegra: Support EMC frequency tables on Tegra210
      ARM: tegra: Refactor DT update helpers
      ARM: tegra: Copy memory-region-names property

 arch/arm/cpu/armv8/fsl-layerscape/soc.c |   3 +-
 arch/arm/include/asm/arch-tegra/board.h |  10 +++
 arch/arm/mach-tegra/dt-setup.c          | 147
++++++++++++++++++++++++++++++++
 arch/riscv/lib/fdt_fixup.c              |   2 +-
 board/nvidia/p2371-2180/p2371-2180.c    |  94 ++------------------
 board/nvidia/p2771-0000/p2771-0000.c    |  98 ++-------------------
 board/nvidia/p3450-0000/p3450-0000.c    |  96 ++-------------------
 include/configs/tegra210-common.h       |   2 +-
 include/fdtdec.h                        |  39 ++++++---
 lib/fdtdec.c                            |  99 ++++++++++++++++++---
 lib/fdtdec_test.c                       |   7 +-
 lib/optee/optee.c                       |   4 +-
 test/dm/fdtdec.c                        |  28 +++---
 13 files changed, 321 insertions(+), 308 deletions(-)


More information about the U-Boot mailing list