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

Simon Glass sjg at chromium.org
Mon Sep 19 05:09:39 CEST 2016


Hi Tom,

This includes some refactoring to improve the dtoc code.


The following changes since commit 9a6535e05f17acf03e891266a650cb6029124743:

  Merge branch 'master' of git://git.denx.de/u-boot-uniphier
(2016-09-18 14:05:30 -0400)

are available in the git repository at:

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

for you to fetch changes up to 8f224b3734d042884a8981a14db64c48e87b87a2:

  dtoc: Add methods for reading data from properties (2016-09-18 21:04:39 -0600)

----------------------------------------------------------------
Simon Glass (19):
      patman: Adjust command.Output() to raise an error by default
      dtoc: Move the struct import into the correct order
      dtoc: Move the fdt library selection into fdt_select
      dtoc: Rename fdt.py to fdt_normal.py
      dtoc: Create a base class for Fdt
      dtoc: Move BytesToValue() and GetEmpty() into PropBase
      dtoc: Move Widen() and GetPhandle() into the base class
      dtoc: Move a few more common functions into fdt.py
      patman: Add a tools library for using temporary files
      patman: Add a library to handle logging and progress
      dtoc: Allow the device tree to be compiled from source
      dtoc: Drop the convert_dash parameter to GetProps()
      dtoc: Prepare for supporting changing of device trees
      dtoc: Move to using bytearray
      dtoc: Support deleting device tree properties
      dtoc: Support packing the device tree
      dtoc: Support finding the offset of a property
      dtoc: Correct quotes in fdt_util
      dtoc: Add methods for reading data from properties

Stefan Brüns (2):
      sandbox: document support of block device emulation
      sandbox: Add "host size" hostfs command for fs test

 board/sandbox/README.sandbox |  19 +++++++
 cmd/host.c                   |   8 +++
 lib/libfdt/libfdt.swig       |  24 +++++++++
 tools/buildman/control.py    |   2 +-
 tools/dtoc/dtoc.py           |  38 +++++---------
 tools/dtoc/fdt.py            | 219
+++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------
 tools/dtoc/fdt_fallback.py   | 138
+++++++++++++++++++-----------------------------
 tools/dtoc/fdt_normal.py     | 228
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 tools/dtoc/fdt_select.py     |  26 ++++++++++
 tools/dtoc/fdt_util.py       | 126 ++++++++++++++++++++++----------------------
 tools/patman/checkpatch.py   |   3 +-
 tools/patman/command.py      |   5 +-
 tools/patman/gitutil.py      |   3 +-
 tools/patman/tools.py        | 120 ++++++++++++++++++++++++++++++++++++++++++
 tools/patman/tout.py         | 166
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 15 files changed, 882 insertions(+), 243 deletions(-)
 create mode 100644 tools/dtoc/fdt_normal.py
 create mode 100644 tools/dtoc/fdt_select.py
 create mode 100644 tools/patman/tools.py
 create mode 100644 tools/patman/tout.py

Regards,
Simon


More information about the U-Boot mailing list