Please pull u-boot-dm

Hi Tom,
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/18014 (usual azure branch but I cannot get the link)
The following changes since commit 65b9b3462bec2966911658836983819ab4e4823e:
Merge branch 'next_pinctrl_sync' of https://source.denx.de/u-boot/custodians/u-boot-sh (2023-10-02 15:19:02 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-4oct23
for you to fetch changes up to 4840b71bb009711564e20f9695b92950c3f73e42:
qconfig: Update the documentation (2023-10-04 09:25:22 -0600)
---------------------------------------------------------------- moveconfig: enhance output; rename to qconfig
---------------------------------------------------------------- Simon Glass (28): dm: core: Adjust dump-sorting to get stats only when needed moveconfig: Drop -H option moveconfig: Avoid deprecation warning for setDaemon moveconfig: Correct ordering of asteval import moveconfig: Drop unused cleanup options moveconfig: Drop CONFIG-moving code moveconfig: Drop check_defconfig() and update_dotconfig() moveconfig: Drop suspicious boards moveconfig: Correct some regular-expression strings moveconfig: Correct parameter-type warnings moveconfig: Use f strings where possible moveconfig: Correct unused variables moveconfig: Correct non-snake variables names moveconfig: Correct use of members not declared in __init__() moveconfig: Correct list-comprehension warnings moveconfig: Use an encoding with open() moveconfig: Fix misc pylint warnings moveconfig: Only show output when there is a reason moveconfig: Reduce the amount of output moveconfig: Avoid showing progress at the end moveconfig: Use u_boot_pylib for terminal colour moveconfig: Show failures in progress moveconfig: Show a summary at the end moveconfig: Drop the initial output moveconfig: Move summaries to the end moveconfig: Rename the tool to qconfig qconfig: Rename the database file qconfig: Update the documentation
.gitignore | 4 +- doc/develop/index.rst | 2 +- doc/develop/{moveconfig.rst => qconfig.rst} | 160 ++++--------- drivers/core/dump.c | 3 +- tools/{moveconfig.py => qconfig.py} | 894 ++++++++++++++++++------------------------------------------------------ 5 files changed, 273 insertions(+), 790 deletions(-) rename doc/develop/{moveconfig.rst => qconfig.rst} (59%) rename tools/{moveconfig.py => qconfig.py} (65%)
Regards, Simon

On Wed, Oct 04, 2023 at 12:00:32PM -0600, Simon Glass wrote:
Hi Tom,
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/18014 (usual azure branch but I cannot get the link)
The following changes since commit 65b9b3462bec2966911658836983819ab4e4823e:
Merge branch 'next_pinctrl_sync' of https://source.denx.de/u-boot/custodians/u-boot-sh (2023-10-02 15:19:02 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-4oct23
for you to fetch changes up to 4840b71bb009711564e20f9695b92950c3f73e42:
qconfig: Update the documentation (2023-10-04 09:25:22 -0600)
Applied to u-boot/master, thanks!
participants (2)
-
Simon Glass
-
Tom Rini