Please pull u-boot-dm

Hi Tom,
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/9563
The following changes since commit f200a4bcecf1be6d8b546f0eb6af6403c93d80dd:
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2021-10-21 07:52:15 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-21oct21
for you to fetch changes up to f231566475c545de476a3bf5f596c246c52511aa:
env: Move non-cli env functions to env/common.c (2021-10-21 12:50:48 -0600)
---------------------------------------------------------------- Refactoring of env_get_char() etc. Update buildman to use gcc-11.1.0 Use in-container toolchain for nokia_rx51 CI test
---------------------------------------------------------------- Heinrich Schuchardt (1): sandbox: provide /chosen/boot-hartid property
Marek Behún (13): env: Fix documentation for env_get_f() env: Drop env_get_char_spec() and old, unused .get_char() implementations examples: api: glue: Remove comment that does not apply anymore env: Change env_match() to static and remove from header env: Inline env_get_char() into its only user env: Use string pointer instead of indexes in env_get_f() env: Use better name for variable in env_get_f() env: Don't match empty variable name in env_match() env: Early return from env_get_f() on NULL name env: Make return value of env_get_f() behave like sprintf() on success env: Use memcpy() instead of ad-hoc code to copy variable value env: Simplify env_match() and inline into env_get_f() env: Move non-cli env functions to env/common.c
Pierre-Clément Tosi (1): dm: Fix util.h's broken include guard
Tom Rini (2): CI: Switch running the nokia_rx51 test with in-container toolchain buildman: Add gcc-11.1.0 to the directory list
.azure-pipelines.yml | 3 +- .gitlab-ci.yml | 3 +- arch/sandbox/lib/Makefile | 2 +- arch/sandbox/lib/fdt_fixup.c | 25 +++++++++ cmd/nvedit.c | 188 -------------------------------------------------------------------- env/common.c | 180 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ env/eeprom.c | 18 ------- env/env.c | 13 ----- env/nowhere.c | 5 +- env/nvram.c | 14 ----- examples/api/glue.c | 5 -- include/dm/util.h | 4 +- include/env.h | 24 +-------- tools/buildman/toolchain.py | 2 +- 14 files changed, 215 insertions(+), 271 deletions(-) create mode 100644 arch/sandbox/lib/fdt_fixup.c
Regards, Simon

On Thu, Oct 21, 2021 at 07:36:44PM -0600, Simon Glass wrote:
Hi Tom,
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/9563
The following changes since commit f200a4bcecf1be6d8b546f0eb6af6403c93d80dd:
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2021-10-21 07:52:15 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-21oct21
for you to fetch changes up to f231566475c545de476a3bf5f596c246c52511aa:
env: Move non-cli env functions to env/common.c (2021-10-21 12:50:48 -0600)
Applied to u-boot/master, thanks!
participants (2)
-
Simon Glass
-
Tom Rini