mbox series

Please pull u-boot-dm next

Message ID CAFLszTiz8oT9tTA-w+qVnxy2=mjCya8RMXdbswS1GtoxV+hO8w@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-dm next | expand

Pull-request

git://git.denx.de/u-boot-dm.git tags/dm-next-1124

Message

Simon Glass Jan. 1, 2024, 5:31 p.m. UTC
Hi Tom,

This is for -next

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

https://dev.azure.com/simon0972/u-boot/_build/results?buildId=57&view=results


The following changes since commit 2b28c3b871cd5d55b19f0a86cef970139f8ab952:

  Merge patch series "Modernize U-Boot shell" (2023-12-28 14:38:25 -0500)

are available in the Git repository at:

  git://git.denx.de/u-boot-dm.git tags/dm-next-1124

for you to fetch changes up to e266d2731145681a55d862360f1b61690b0c6820:

  bloblist: Update documentation and header comment (2023-12-31 07:21:02 -0700)

----------------------------------------------------------------
support propagating supernode properties with bootph schema
align bloblist with v0.9 of Firmware Handoff spec

----------------------------------------------------------------
Heinrich Schuchardt (2):
      buildman: type cotaining
      binman: used-before-assignment in ftest.py

Simon Glass (22):
      x86: coral: Align bootph SPI-flash subnodes with parent
      fdtgrep: Tidy up a few type warnings and comments
      fdtgrep: Correct ordering of flags
      fdtgrep: Correct references to fdt_find_regions()
      fdtgrep: Tidy up comment for h_include()
      fdtgrep: Simplify code to inverting the match
      fdtgrep: Move property checking into a function
      sandbox: Correct SPL condition for building devicetree
      fdtgrep: Allow propagating properties up to supernodes
      Makefile: Use the fdtgrep -u flag
      bloblist: Update the tag numbering
      bloblist: Adjust API to align in powers of 2
      bloblist: Change the magic value
      bloblist: Set version to 1
      bloblist: Access record hdr_size and tag via a function
      bloblist: Drop spare value from bloblist record
      bloblist: Checksum the entire bloblist
      bloblist: Handle alignment with a void entry
      bloblist: Reduce blob-header size
      bloblist: Adjust the bloblist header
      bloblist: Add alignment to bloblist_new()
      bloblist: Update documentation and header comment

 arch/x86/dts/chromebook_coral.dts |   6 ++-
 arch/x86/lib/tables.c             |   3 +-
 common/bloblist.c                 | 205
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------
 doc/develop/bloblist.rst          |   4 +-
 include/bloblist.h                | 166
+++++++++++++++++++++++++++++++++++++++++++++---------------------------------
 scripts/Makefile.lib              |  13 ++++++-
 scripts/Makefile.spl              |   2 +-
 test/bloblist.c                   | 105
+++++++++++++++++++++++++++-----------------------
 tools/binman/ftest.py             |  20 +++++++---
 tools/buildman/boards.py          |   2 +-
 tools/fdtgrep.c                   | 123
++++++++++++++++++++++++++++++++++++++--------------------

Regards,
Simon

Comments

Tom Rini Jan. 2, 2024, 12:03 a.m. UTC | #1
On Mon, Jan 01, 2024 at 10:31:57AM -0700, Simon Glass wrote:

> Hi Tom,
> 
> This is for -next
> 
> https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/19131
> 
> https://dev.azure.com/simon0972/u-boot/_build/results?buildId=57&view=results
> 
> 
> The following changes since commit 2b28c3b871cd5d55b19f0a86cef970139f8ab952:
> 
>   Merge patch series "Modernize U-Boot shell" (2023-12-28 14:38:25 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-dm.git tags/dm-next-1124
> 
> for you to fetch changes up to e266d2731145681a55d862360f1b61690b0c6820:
> 
>   bloblist: Update documentation and header comment (2023-12-31 07:21:02 -0700)
> 

Applied to u-boot/next, thanks!