Please pull u-boot-dm

Simon Glass sjg at chromium.org
Thu Jan 13 19:05:27 CET 2022


Hi Tom,

Here is the bloblist stuff. Once this is in I'll send the next version of
standard passage.

https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/10606


The following changes since commit 743c562d0c5269740236864bdb0002e73ec3e614:

  Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2022-01-13
08:00:02 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-dm.git tags/dm-pull-13jan22

for you to fetch changes up to 6c9e3d1fc085977b5b38dfe610f65d1a7f48081b:

  bloblist: Relicense to allow BSD-3-Clause (2022-01-13 09:13:41 -0700)

----------------------------------------------------------------
bloblist prep for standard passage
switch order of pinctrl and power domain calls
various minor fixes

----------------------------------------------------------------
Andre Przywara (1):
      genboardscfg: limit to 240 jobs

Brian Norris (1):
      patman: Support absolute and ~user-relative alias files

Heinrich Schuchardt (1):
      sandbox: compatibility of os_get_filesize()

Michal Simek (1):
      dm: core: Switch order of pinctrl and power domain calls

Simon Glass (12):
      stddef: Avoid warning with clang with offsetof()
      fdt: Drop SPL_BUILD macro
      bloblist: Put the magic number first
      bloblist: Rename the SPL tag
      bloblist: Drop unused tags
      bloblist: Use explicit numbering for the tags
      bloblist: Use LOG_CATEGORY to simply logging
      bloblist: Use 'phase' consistently for bloblists
      bloblist: Refactor Kconfig to support alloc or fixed
      bloblist: Add functions to obtain base address and size
      bloblist: doc: Bring in the API documentation
      bloblist: Relicense to allow BSD-3-Clause

 arch/sandbox/cpu/os.c                 |  10 +-
 arch/x86/cpu/broadwell/cpu_from_spl.c |   4 +-
 common/Kconfig                        |  95 ++++++++++++++++--
 common/bloblist.c                     | 119 ++++++++++++++--------
 common/board_f.c                      |   2 +-
 common/spl/spl.c                      |   4 +-
 doc/develop/bloblist.rst              |   8 +-
 drivers/core/device.c                 |  16 +--
 drivers/serial/serial-uclass.c        |   3 +-
 include/bloblist.h                    | 184
+++++++++++++++++++++++++---------
 include/fdtdec.h                      |   6 --
 include/linux/stddef.h                |   8 +-
 include/os.h                          |   2 +-
 test/bloblist.c                       |  21 ++--
 tools/genboardscfg.py                 |   2 +-
 tools/patman/gitutil.py               |  11 +-
 16 files changed, 359 insertions(+), 136 deletions(-)


Regards,
Simon


More information about the U-Boot mailing list