Please pull u-boot-dm
Simon Glass
sjg at chromium.org
Wed Aug 10 00:51:19 CEST 2022
Hi Tom,
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/13097
The following changes since commit 3dd4e916324efc825a7ee8e412f5cf1ded839021:
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
(2022-08-09 08:16:14 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-9aug22
for you to fetch changes up to 6dbca84cc9420a327ccb67719afac976237a9490:
boot: allow bootmeth-distro without CONFIG_NET (2022-08-09 11:55:41 -0600)
----------------------------------------------------------------
dtoc fixes with pylint, tests
move to setuptools for fdt module
----------------------------------------------------------------
John Keeping (1):
boot: allow bootmeth-distro without CONFIG_NET
Simon Glass (7):
dtoc: Tidy up fdt_tests RunTestCoverage() args
dtoc: Tidy up fdt_tests RunTests()
dtoc: Fix fdt test coverage
dtoc: Move main program into its own function
test_fdt: Convert to use argparse
dtoc: Correct remaining pylint problems in test_fdt
fdt: Move to setuptools
boot/Kconfig | 8 +-
boot/Makefile | 3 +-
boot/pxe_utils.c | 3 +-
cmd/Kconfig | 4 +-
include/command.h | 2 +-
scripts/dtc/README | 106 +++++++++++++++++
scripts/dtc/pylibfdt/Makefile | 5 +-
scripts/dtc/pylibfdt/setup.py | 60 ++++++++--
scripts/pylint.base | 2 +-
tools/dtoc/test_fdt.py | 326
+++++++++++++++++++++++++++++----------------------
10 files changed, 358 insertions(+), 161 deletions(-)
create mode 100644 scripts/dtc/README
Regards,
Simon
More information about the U-Boot
mailing list