Please pull u-boot-dm
Simon Glass
sjg at chromium.org
Sun Nov 14 01:38:39 CET 2021
Hi Tom,
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/9840
The following changes since commit a51673eb75de328d3471b742e593f04b166591c4:
configs: Resync with savedefconfig (2021-11-12 23:37:42 +0000)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-13nov21
for you to fetch changes up to 89cc0520d7962358ca85464836112217c5b8eca2:
binman: Fix replace subcommand help and comments (2021-11-13 14:29:25 -0700)
----------------------------------------------------------------
env tidy-ups
test fixes
binman fixes and ELF enhancements
----------------------------------------------------------------
Heinrich Schuchardt (2):
test/dm: fix watchdog test
sandbox: fix sandbox_wdt_expire_now()
Jan Kiszka (2):
bootstage: Differentiate boot progress kconfig entries
binman: Fix replace subcommand help and comments
Marek Behún (3):
env: Don't set ready flag if import failed in env_set_default()
env: Fix env_get() when returning empty string using env_get_f()
env: Simplify env_get_default()
Simon Glass (6):
patman: Use a ValueError exception if tools.Run() fails
binman: Report an error if test files fail to compile
binman: Support reading the offset of an ELF-file symbol
binman: Tidy up comments on _DoTestFile()
binman: Support updating the dtb in an ELF file
Makefile: Correct TPL rule for OF_REAL
Makefile | 2 +-
boot/Kconfig | 2 +-
drivers/watchdog/sandbox_wdt.c | 1 +
env/common.c | 51
++++++++++++++++++++++++++++-----------------------
test/dm/Makefile | 4 +++-
tools/binman/binman.rst | 36
++++++++++++++++++++++++++++++++++++
tools/binman/cmdline.py | 6 ++++--
tools/binman/control.py | 15 +++++++++++++--
tools/binman/elf.py | 74
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
tools/binman/elf_test.py | 45
+++++++++++++++++++++++++++++++++++++++++++--
tools/binman/ftest.py | 88
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
tools/binman/test/Makefile | 13 ++++++++++++-
tools/binman/test/bss_data.c | 2 +-
tools/binman/test/embed_data.c | 16 ++++++++++++++++
tools/binman/test/embed_data.lds | 23 +++++++++++++++++++++++
tools/binman/test/u_boot_binman_embed.c | 13 +++++++++++++
tools/binman/test/u_boot_binman_embed.lds | 29 +++++++++++++++++++++++++++++
tools/binman/test/u_boot_binman_embed_sm.c | 13 +++++++++++++
tools/patman/tools.py | 2 +-
19 files changed, 396 insertions(+), 39 deletions(-)
create mode 100644 tools/binman/test/embed_data.c
create mode 100644 tools/binman/test/embed_data.lds
create mode 100644 tools/binman/test/u_boot_binman_embed.c
create mode 100644 tools/binman/test/u_boot_binman_embed.lds
create mode 100644 tools/binman/test/u_boot_binman_embed_sm.c
Regards,
SImon
More information about the U-Boot
mailing list