buildman: Move output-file setup into one place
[platform/kernel/u-boot.git] / tools / buildman /
2023-07-24 Simon Glassbuildman: Move output-file setup into one place
2023-07-24 Simon Glassbulldman: Set up output_dir earlier
2023-07-24 Simon Glassbulidman: Move toolchain handling to a function
2023-07-24 Simon Glassbuildman: Move Boards-object code into a function
2023-07-24 Simon Glassbulidman: Move more code to determine_series()
2023-07-24 Simon Glassbuildman: Move board-selection code into a function
2023-07-24 Simon Glassbuildman: Add tests for excluding things
2023-07-24 Simon Glassbuildman: Move dry-run handling higher in do_buildman()
2023-07-24 Simon Glassbuildman: Drop use of builder in show_actions()
2023-07-24 Simon Glassbuildman: Add a test for the -A option
2023-07-24 Simon Glassbuildman: Move fetch-arch code into a separate function
2023-07-24 Simon Glassbuildman: Move series calculations into a separate...
2023-07-24 Simon Glassbuildman: Move full-help processing to main
2023-07-24 Simon Glassbuildman: Fix most pylint warnings in control
2023-07-24 Simon Glassbuildman: Convert camel case in control.py
2023-07-24 Simon Glassbuildman: Tidy up pylint warnings in main
2023-07-24 Simon Glassbuildman: Provide an argument to the -R option
2023-07-24 Simon Glassbuildman: Add an option to check maintainers
2023-07-24 Simon Glassbuildman: Correct logic for missing maintainers
2023-07-24 Simon Glassbuildman: Sort the maintainer warnings
2023-07-24 Simon Glassbuildman: Just display a single line for missing mainta...
2023-07-24 Simon Glassbuildman: Correct operation of MAINTAINERS N:
2023-07-24 Simon Glassbuildman: Detect boards with no CONFIG_TARGET defined
2023-07-24 Simon Glassbuildman: Detect boards with multiple CONFIG_TARGETs...
2023-07-24 Simon Glassbuildman: Refactor target handling in Boards.scan()
2023-07-24 Simon Glassbuildman: Warn about dangling maintainer entries
2023-07-24 Simon Glassbuildman: Tidy up common code in parse_file()
2023-07-24 Simon Glassbuildman: Add a partial test for ensure_board_list()
2023-07-24 Simon Glassbuildman: Add a test for Boards.output_is_new()
2023-07-24 Simon Glassbuildman: Add a test for Boards.scan_defconfigs()
2023-07-24 Simon Glassbuildman: Avoid globals in leaf functions
2023-07-24 Simon Glassbuildman: Drop dead code to handle :CONFIG_ construct
2023-07-24 Simon Glassbuildman: Rename the ARM boards
2023-07-24 Simon Glassbuildman: Exit with the return code consistently
2023-07-24 Simon Glassbuildman: Allow --debug to enable debugging
2023-07-24 Simon Glassbuildman: Fix verboose typo and add comment
2023-07-24 Tom RiniMerge branch '2023-07-22-TI-binman-and-K3-improvements'
2023-07-21 Tom Rinibuildman: Create a requirements.txt file
2023-07-21 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-07-21 Tom RiniMerge tag 'dm-pull-20jul23' of https://source.denx...
2023-07-21 Tom RiniMerge branch '2023-07-20-assorted-CI-updates'
2023-07-20 Tom RiniCI: Update to gcc-13.1.0
2023-07-20 Alexey Brodkinbuildman: Switch ARC toolchain to the upstream version
2023-05-08 Tom RiniMerge branch 'master' into next
2023-05-07 Tom RiniMerge branch 'for-2023.07-2' of https://source.denx...
2023-05-05 Tom RiniMerge tag 'video-for-v2023.07-rc2' of https://source...
2023-05-04 Tom RiniMerge branch '2023-05-03-assorted-updates-and-fixes'
2023-05-03 Simon Glassbuildman: Pass -Werror to the host compiler too
2023-05-01 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-05-01 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-04-29 Tom RiniMerge branch 'for-2023.07' of https://source.denx.de...
2023-04-28 Tom RiniMerge tag 'dm-pull-28apr23' of https://source.denx...
2023-04-28 Jan Kiszkatools: Fall back to importlib_resources on Python 3.6
2023-04-04 Tom RiniMerge tag 'u-boot-imx-next-20230404' of https://gitlab...
2023-04-04 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot-usb
2023-04-03 Tom RiniMerge branch 'next'
2023-04-03 Tom RiniMerge tag 'u-boot-imx-20230403' of https://source.denx...
2023-03-31 Tom RiniMerge tag 'dm-pull-31mar23' of https://source.denx...
2023-03-30 Simon Glassbuildman: Correct overwriting of settings file
2023-03-27 Tom RiniMerge branch 'master' into next
2023-03-16 Tom RiniMerge tag 'xilinx-for-v2023.07-rc1' of https://source...
2023-03-16 Tom RiniMerge tag 'fsl-qoriq-next-2023-3-14' of https://source...
2023-03-16 Tom RiniMerge tag 'dm-next-12mar23a' of git://git.denx.de/u...
2023-03-14 Simon Glassbuildman: Fix CROSS_COMPILE output for sandbox
2023-03-14 Simon GlassRevert "buildman: Correct CROSS_COMPILE output for...
2023-03-14 Tom RiniMerge tag 'v2023.04-rc4' into next
2023-03-09 Tom RiniMerge tag 'dm-next-9mar23' of https://source.denx.de...
2023-03-08 Simon Glassbuildman: Correct CROSS_COMPILE output for sandbox
2023-03-08 Simon Glassbuildman: Add support for building a buildman PyPi...
2023-03-08 Simon Glassbuildman: Use importlib to find the help
2023-03-08 Simon Glassbuildman: Fix use of a type as a variable
2023-03-08 Simon Glassbuildman: Hide the test options unless test code is...
2023-03-08 Simon Glassbuildman: Move the main code into a function
2023-03-08 Simon Glasspatman: Move library functions into a library directory
2023-03-08 Simon Glassbuildman: Add a flag for reproducible builds
2023-03-08 Simon Glassbuildman: Support disabling LTO
2023-03-08 Simon Glassbuildman: Write out the build command used
2023-03-08 Simon Glassbuildman: Add a note about the out-env file
2023-02-12 Tom RiniMerge branch 'for-2023.04' of https://source.denx.de...
2023-02-10 Tom RiniMerge tag 'efi-2023-04-rc2' of https://source.denx...
2023-02-10 Heinrich Schuchardtbuildman: invalid reference to README
2023-01-09 Tom RiniMerge branch 'next'
2023-01-06 Tom RiniMerge tag 'u-boot-at91-2023.04-a' of https://source...
2022-12-21 Tom RiniMerge tag 'v2023.01-rc4' into next
2022-12-08 Tom RiniMerge tag 'u-boot-at91-fixes-2023.01-b' of https:/...
2022-12-06 Tom RiniMerge branch '2022-12-06-update-to-gcc-12-clang-14...
2022-12-06 Tom Rinibuildman: Fetch 12.2.0 toolchains by default
2022-11-23 Tom RiniMerge tag 'u-boot-amlogic-20221122' of https://source...
2022-11-23 Tom RiniMerge tag 'dm-pull-22nov22' of https://source.denx...
2022-11-22 Tom Rinibuildman: Add --allow-missing flag to allow missing...
2022-11-22 Simon Glassbuildman: Reinstate removal of temp output dir in tests
2022-11-22 Simon Glassbuildman: Ensure config_fname is inited
2022-11-22 Simon Glassbuildman: Detect binman reporting missing blobs
2022-11-22 Simon Glassbuildman: Drop mention of old architectures
2022-11-22 Simon Glassbuildman: Update the default settings file
2022-11-22 Simon Glassbuildman: Update the arc toolchain
2022-11-22 Simon Glassbuildman: Drop mention of MAKEALL
2022-11-22 Simon Glassbuildman: Convert documentation to rST
2022-11-02 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2022-10-31 Tom RiniMerge branch '2022-10-31-broadcom-updates'
next