]> Git Repo - u-boot.git/history - tools/buildman/builderthread.py
buildman: Allow skipping the dtc build
[u-boot.git] / tools / buildman / builderthread.py
2024-09-26 Simon Glassbuildman: Allow skipping the dtc build
2024-09-26 Simon Glassbuildman: Retry the build for current source
2024-09-05 Tom RiniMerge patch series "provide names for emmc hardware...
2024-08-01 Tom RiniMerge patch series "clk: mediatek: add OPs to support...
2024-07-20 Tom RiniSubtree merge tag 'v6.10-dts' of devicetree-rebasing...
2024-07-18 Tom RiniMerge patch series "Respin bootstd cros patch into...
2024-07-16 Tom RiniMerge patch series "Fix fdtfile for j722s and am62p"
2024-07-16 Tom RiniMerge patch series "configs: phycore_am62x_a53: Add...
2024-07-16 Tom RiniMerge patch series "drivers: bootcount: Add support...
2024-07-12 Tom RiniMerge patch series "Add Turris 1.x board"
2024-07-12 Tom RiniMerge tag 'rpi-2024.10-rc1' of https://source.denx...
2024-07-11 Tom RiniMerge tag 'u-boot-dfu-20240711' of https://source.denx...
2024-07-08 Tom RiniMerge patch series "mediatek: cumulative trivial fix...
2024-07-08 Tom RiniRevert "buildman: Always use the full path in CROSS_COM...
2024-07-08 Tom RiniMerge branch 'next-clk-sync' of https://source.denx...
2024-07-04 Tom RiniMerge patch series "xtensa: Enable qemu-xtensa board"
2024-07-03 Tom RiniMerge patch series "cmd: avoid duplicate weak functions"
2024-07-03 Tom RiniMerge patch series "m68k: Implement a default flush_dca...
2024-07-03 Tom RiniMerge tag 'ubifixes-for-v2024-10-rc1' of https://source...
2024-07-03 Tom RiniMerge tag 'dm-pull-2jun24-take2' of https://source...
2024-07-03 Simon Glassbuildman: Always use the full path in CROSS_COMPILE
2024-07-03 Simon Glassbuildman: Add a flag to force mrproper on failure
2024-07-03 Simon Glassbuildman: Avoid rebuilding when --mrproper is used
2024-07-03 Simon Glassbuildman: Make mrproper an argument to run_commit()
2024-07-03 Simon Glassbuildman: Make mrproper an argument to _config_and_build()
2024-07-03 Simon Glassbuildman: Make mrproper an argument to _reconfigure()
2024-05-20 Tom RiniSubtree merge tag 'v6.9-dts' of devicetree-rebasing...
2024-04-01 Tom RiniSubtree merge tag 'v6.8-dts' of devicetree-rebasing...
2024-02-29 Tom RiniMerge commit '53633a893a06bd5a0c807287d9cc29337806eaf7...
2024-01-11 Tom RiniMerge patch series "net fixes prior lwip"
2024-01-09 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2024-01-08 Tom RiniMerge branch 'next'
2024-01-03 Tom RiniMerge tag 'v2024.01-rc6' into next
2023-12-19 Tom RiniMerge patch series "Fix J7200 kernel boot when using...
2023-12-19 Tom RiniMerge patch series "Add support for MediaTek MT8365...
2023-12-18 Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-12-18 Tom RiniMerge tag 'v2024.01-rc5' into next
2023-12-09 Tom RiniMerge patch series "cmd: bdinfo: Optionally use getopt...
2023-12-05 Tom RiniMerge tag 'v2024.01-rc4' into next
2023-11-30 Tom RiniMerge branch 'staging' of https://source.denx.de/u...
2023-11-29 Tom RiniMerge patch series "cmd: add scmi command"
2023-11-29 Tom RiniMerge patch series "fs: fat: calculate FAT type based...
2023-11-28 Tom RiniMerge patch series "Import "string" I/O functions from...
2023-11-28 Tom RiniMerge patch series "sysinfo: Expand sysinfo with some...
2023-11-27 Tom RiniMerge patch series "ufs: Add a PCI UFS controller support"
2023-11-20 Tom RiniMerge tag 'v2024.01-rc3' into next
2023-11-16 Tom RiniMerge patch series "nand: Add sandbox tests"
2023-11-07 Tom RiniMerge branch '2023-11-07-assorted-big-cleanups' into...
2023-11-07 Simon Glassbuildman: Use oldconfig when adjusting the config
2023-10-04 Tom RiniMerge tag 'u-boot-stm32-20231004' of https://source...
2023-10-02 Tom RiniMerge branch 'next'
2023-09-24 Tom RiniMerge tag 'dm-next-23sep23' of https://source.denx...
2023-09-23 Simon Glassbuildman: Keep all common output files
2023-08-18 Tom RiniMerge tag 'tegra-for-2023.10-rc1' of https://source...
2023-07-27 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot-usb
2023-07-24 Tom RiniMerge tag 'dm-pull-24jul23' of https://source.denx...
2023-07-24 Simon Glassbuildman: Move copy_files() out ot BuilderThread class
2023-07-24 Simon Glassbuildman: Tidy up some comments in builderthread
2023-07-24 Simon Glassbuildman: Tidy up reporting of a toolchain error
2023-07-24 Simon Glassbuildman: Avoid passing result into _read_done_file()
2023-07-24 Simon Glassbuildman: Create a function to handle config and build
2023-07-24 Simon Glassbuildman: Move checkout code to a separate function
2023-07-24 Simon Glassbuildman: Move code to decide output dirs
2023-07-24 Simon Glassbuildman: Move code to remove old outputs
2023-07-24 Simon Glassbuildman: Move reading of the done file into a function
2023-07-24 Simon Glassbuildman: Move bulid code into its own function
2023-07-24 Simon Glassbuildman: Move reconfigure code into its own function
2023-07-24 Simon Glassbuildman: Convert config_out to string IO
2023-07-24 Simon Glassbuildman: Move more things into _build_args()
2023-07-24 Simon Glassbuildman: Move setting of toolchain arguments to _build...
2023-07-24 Simon Glassbuildman: Start a function to set up the make arguments
2023-07-24 Simon Glassbuildman: Drop unnecessary assignment of config_out
2023-07-24 Simon Glassbuildman: Correct invalid use of out_dir variable
2023-07-24 Simon Glassbuildman: Export _get_output_dir() to avoid warnings
2023-07-24 Simon Glassbuildman: Correct most pylint warnings in builderthread
2023-07-24 Simon Glassbuildman: Convert camel case in builderthread.py
2023-07-24 Simon Glassbuildman: Convert camel case in builder.py
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-04-04 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot-usb
2023-04-03 Tom RiniMerge branch 'next'
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-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 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
2022-12-08 Tom RiniMerge tag 'u-boot-at91-fixes-2023.01-b' of https:/...
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: Detect binman reporting missing blobs
2022-08-09 Tom RiniMerge tag 'u-boot-amlogic-20220809' of https://source...
2022-08-05 Tom RiniMerge branch '2022-08-05-buildman-integrate-boardscfg'
2022-08-05 Simon Glassbuildman: Avoid using board as a variable
next
This page took 0.993689 seconds and 107 git commands to generate.