[U-Boot] Please pull u-boot-dm

Simon Glass sjg at chromium.org
Tue Jan 16 14:56:13 UTC 2018


Hi Tom,

Here are the patches left over from last time, along with the two to
fix the 'old dtc' problem you identified. Let me know if there are any
problems.

I'm still a bit conflicted about the move from fdt at 1, kernel at 1 to
fdt-1 and kernel-1 in the FIT format. I've been thinking whether we
should just disable the DT warning. But I gather that everyone else is
happy about it, so I suppose we should go ahead.


The following changes since commit 8e9801c283c0e5a7ccd5c04f5ba09003d01f1591:

  Merge git://git.denx.de/u-boot-imx (2018-01-15 16:44:18 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-dm.git

for you to fetch changes up to ed772fe79bf4419320e997de94b3f93dbbe0838a:

  test: Set the DTC environment variable (2018-01-15 18:29:21 -0700)

----------------------------------------------------------------
Andre Przywara (7):
      doc: FIT image: fix incorrect description of DT node unit address
      doc: FIT image: fix incorrect examples of DT node unit address
      doc: fix incorrect usage of DT node unit address
      fix incorrect usage of DT node unit address in comments
      sunxi: arm64: correct usage of DT node address in FIT generation
      tools: fix incorrect usage of DT node unit address
      armv8: secure firmware: fix incorrect unit address in node name

Simon Glass (8):
      test: Run binman tests
      test: Run patman tests
      test: Run buildman tests
      test: Run dtoc tests
      travis.yml: Run tests for tools
      binman: Run code coverage tests
      dtoc: Allow DTC environment variable to provide path to dtc
      test: Set the DTC environment variable

 .travis.yml                                        |  15 ++++
 .../arm/cpu/armv8/fsl-layerscape/doc/README.falcon |  16 ++--
 arch/arm/cpu/armv8/sec_firmware.c                  |   2 +-
 board/sunxi/mksunxi_fit_atf.sh                     |  16 ++--
 common/image-fit.c                                 |  16 ++--
 common/image-sig.c                                 |   2 +-
 doc/README.uniphier                                |  36 ++++----
 doc/chromium/chromebook_jerry.its                  |  16 ++--
 doc/chromium/nyan-big.its                          |  16 ++--
 doc/uImage.FIT/beaglebone_vboot.txt                |  84 ++++++++---------
 doc/uImage.FIT/command_syntax_extensions.txt       |  42 ++++-----
 doc/uImage.FIT/howto.txt                           |  52 +++++------
 doc/uImage.FIT/kernel.its                          |  28 +++---
 doc/uImage.FIT/kernel_fdt.its                      |  20 ++---
 doc/uImage.FIT/multi-with-fpga.its                 |  28 +++---
 doc/uImage.FIT/multi-with-loadables.its            |  40 ++++-----
 doc/uImage.FIT/multi.its                           |  54 +++++------
 doc/uImage.FIT/multi_spl.its                       |  14 +--
 doc/uImage.FIT/overlay-fdt-boot.txt                |  78 ++++++++--------
 doc/uImage.FIT/sign-configs.its                    |  18 ++--
 doc/uImage.FIT/sign-images.its                     |  16 ++--
 doc/uImage.FIT/signature.txt                       | 100 ++++++++++-----------
 doc/uImage.FIT/source_file_format.txt              |  26 +++---
 doc/uImage.FIT/update3.its                         |  12 +--
 doc/uImage.FIT/update_uboot.its                    |   4 +-
 doc/uImage.FIT/x86-fit-boot.txt                    |  10 +--
 include/image.h                                    |  26 +++---
 test/run                                           |  15 ++++
 tools/binman/README                                |   4 +
 tools/dtoc/fdt_util.py                             |   3 +-
 tools/fit_image.c                                  |  24 ++---
 tools/image-host.c                                 |  10 +--
 32 files changed, 439 insertions(+), 404 deletions(-)

Regards,
Simon


More information about the U-Boot mailing list