Please pull u-boot-dm

Hi Tom,
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/21781 https://dev.azure.com/simon0972/u-boot/_build/results?buildId=65&view=re...
The following changes since commit f4e163ece454bcf949a9b2005de3b70392ca05d1:
Merge branch 'qcom-main' of https://gitlab.denx.de/u-boot/custodians/u-boot-snapdragon (2024-07-26 07:49:36 -0600)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-26jul24
for you to fetch changes up to e8effc385496d76a6cbaf9683dfede96ac634f72:
buildman: Show board list with -x (2024-07-26 08:01:06 -0600)
---------------------------------------------------------------- buildman minor fix qconfig refactoring patman fix for Python 3.12
---------------------------------------------------------------- Andrew Goodbody (1): sandbox: Fix LTO to work with STACKPROTECTOR
Brandon Maier (1): tools: patman: fix `pip install` with Python 3.12
Simon Glass (25): qconfig: Fix pylint error in read_database() qconfig: Drop the try_expand() function qconfig: Make KconfigScanner a function qconfig: Tidy up some pylint warnings qconfig: Correct format string in do_imply_config() qconfig: Rename the doc link qconfig: Move arg parsing into a separate function qconfig: Move arg checking a little higher qconfig: Move arg checking to the top of main() qconfig: Move getting the colour to where it is needed qconfig: Move checking directory to the top qconfig: Move converting config args to the top qconfig: Move testing into a separate function qconfig: Add a return value to do_scan_source() qconfig: Move imply into a separate function qconfig: Add a return value to do_find_config() qconfig: Move all move_config code into move_config() qconfig: Move commit code into a separate function qconfig: Move progress output into the class qconfig: Move the last two operations into their own functions qconfig: Use the Color object in Progress qconfig: Drop col argument from Slots() qconfig: Move operation check into parse_args() binman: Update cbfstool buildman: Show board list with -x
scripts/gen_ll_addressable_symbols.sh | 5 +- tools/binman/btool/cbfstool.py | 3 +- tools/buildman/control.py | 3 +- tools/patman/setup.py | 1 - tools/qconfig.py | 387 +++++++++++++++++++++++++++++++++++++++-------------------------- 5 files changed, 237 insertions(+), 162 deletions(-)

On Fri, Jul 26, 2024 at 08:54:50AM -0600, Simon Glass wrote:
Hi Tom,
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/21781 https://dev.azure.com/simon0972/u-boot/_build/results?buildId=65&view=re...
The following changes since commit f4e163ece454bcf949a9b2005de3b70392ca05d1:
Merge branch 'qcom-main' of https://gitlab.denx.de/u-boot/custodians/u-boot-snapdragon (2024-07-26 07:49:36 -0600)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-26jul24
for you to fetch changes up to e8effc385496d76a6cbaf9683dfede96ac634f72:
buildman: Show board list with -x (2024-07-26 08:01:06 -0600)
Applied to u-boot/master, thanks!
participants (2)
-
Simon Glass
-
Tom Rini