Please pull u-boot-dm
Simon Glass
sjg at chromium.org
Thu Nov 2 23:54:31 CET 2023
Hi Tom,
Just various bugfixes, apart from the TI one
https://source.denx.de/u-boot/custodians/u-boot-dm/-/commit/3227baad05481e37d75aeae7c7c1467fd6903f7d
https://dev.azure.com/simon0972/u-boot/_build/results?buildId=54&view=results
(not finished yet)
The following changes since commit 07fe79c93c5caba181f37844ca95fbda4db3f613:
Merge tag 'i2cfixes-for-v2024-01-rc2' of
https://source.denx.de/u-boot/custodians/u-boot-i2c (2023-11-02
10:12:33 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-2nov23
for you to fetch changes up to 3227baad05481e37d75aeae7c7c1467fd6903f7d:
u_boot_pylib: Ensure subprocess is closed down (2023-11-02 09:38:54 -0600)
----------------------------------------------------------------
Heinrich Schuchardt (1):
sandbox: eliminate unused functions from binaries
Maxim Cournoyer (1):
patman: Add a 'keep_change_id' setting
Milan P. Stanić (1):
cros_ec: spi: disable annoying key echo on console
Neha Malcom Francis (1):
binman: openssl: x509: ti_secure_rom: Add support for bootcore_opts
Simon Glass (9):
binman: Reset missing bintools after testing
binman: Don't add compression attribute for uncompressed files
binman: Ensure attributes always come last in the metadata
binman: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4
binman: Rename TYPE_STAGE to TYPE_LEGACY_STAGE
binman: Move stage header into a CBFS attribute
buildman: Include symbols in the read-only data section
buildman: Support upstream branch name containing /
u_boot_pylib: Ensure subprocess is closed down
arch/sandbox/config.mk | 4 +-
arch/sandbox/cpu/u-boot.lds | 2 +-
cmd/cbfs.c | 2 +-
drivers/misc/cros_ec_spi.c | 2 +-
include/cbfs.h | 2 +-
tools/binman/btool/openssl.py | 6 ++-
tools/binman/cbfs_util.py | 125
+++++++++++++++++++++++++-------------------
tools/binman/cbfs_util_test.py | 23 ++++----
tools/binman/control.py | 2 +
tools/binman/entries.rst | 1 +
tools/binman/etype/ti_secure_rom.py | 11 +++-
tools/binman/etype/x509_cert.py | 3 +-
tools/binman/ftest.py | 10 ++--
tools/binman/test/297_ti_secure_rom.dts | 1 +
tools/buildman/builder.py | 6 ++-
tools/patman/__main__.py | 2 +
tools/patman/control.py | 12 +++--
tools/patman/gitutil.py | 5 +-
tools/patman/patchstream.py | 17 ++++--
tools/patman/patman.rst | 11 ++--
tools/patman/test_checkpatch.py | 16 ++++++
tools/u_boot_pylib/command.py | 4 +-
22 files changed, 168 insertions(+), 99 deletions(-)
Regards,
Simon
More information about the U-Boot
mailing list