index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
buildman
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools: buildman: fix non-existing SafeConfigParser in Python 3.12+
Quentin Schulz
2024-01-29
1
-1
/
+1
*
tools: binman: ti_board_cfg: Check for linting problems
Neha Malcom Francis
2024-01-18
1
-0
/
+1
*
buildman: type cotaining
Heinrich Schuchardt
2023-12-31
1
-1
/
+1
*
tools: Move python tools to version 0.0.6
Simon Glass
2023-12-13
1
-2
/
+2
*
doc: Update documentation URL
Simon Glass
2023-12-13
1
-1
/
+1
*
buildman: Use oldconfig when adjusting the config
Simon Glass
2023-11-07
3
-2
/
+10
*
buildman: Include symbols in the read-only data section
Simon Glass
2023-11-02
1
-1
/
+5
*
Merge branch 'next'
Tom Rini
2023-10-02
5
-10
/
+25
|
\
|
*
buildman: Start the clock when the build starts
Simon Glass
2023-09-23
1
-1
/
+2
|
*
buildman: Show progress when regenerating the board.cfg file
Simon Glass
2023-09-23
2
-4
/
+14
|
*
buildman: Keep all common output files
Simon Glass
2023-09-23
1
-4
/
+8
|
*
CI: Update to gcc-13.2.0
Tom Rini
2023-08-26
1
-1
/
+1
*
|
buildman: Fix full help for Python 3.8
Simon Glass
2023-09-23
1
-2
/
+8
|
/
*
buildman: Drop warning about orphaned defconfigs
Simon Glass
2023-08-05
2
-14
/
+2
*
buildman: Exit after reading toolchain
Simon Glass
2023-08-05
1
-0
/
+3
*
buildman: Specify the output directory in tests
Simon Glass
2023-07-25
1
-8
/
+11
*
buildman: Enable test coverage
Simon Glass
2023-07-24
2
-1
/
+16
*
buildman: Add an option to check maintainers and targets
Simon Glass
2023-07-24
3
-5
/
+16
*
buildman: Use -D for --debug
Simon Glass
2023-07-24
2
-7
/
+7
*
buildman: Add a way to print the architecture for a board
Simon Glass
2023-07-24
3
-0
/
+33
*
buildman: Move copy_files() out ot BuilderThread class
Simon Glass
2023-07-24
1
-23
/
+24
*
buildman: Tidy up some comments in builderthread
Simon Glass
2023-07-24
1
-30
/
+36
*
buildman: Tidy up reporting of a toolchain error
Simon Glass
2023-07-24
2
-8
/
+5
*
buildman: Avoid passing result into _read_done_file()
Simon Glass
2023-07-24
1
-8
/
+11
*
buildman: Create a function to handle config and build
Simon Glass
2023-07-24
1
-36
/
+61
*
buildman: Move checkout code to a separate function
Simon Glass
2023-07-24
1
-9
/
+21
*
buildman: Move code to decide output dirs
Simon Glass
2023-07-24
1
-9
/
+25
*
buildman: Move code to remove old outputs
Simon Glass
2023-07-24
1
-9
/
+19
*
buildman: Move reading of the done file into a function
Simon Glass
2023-07-24
1
-24
/
+42
*
buildman: Move bulid code into its own function
Simon Glass
2023-07-24
1
-10
/
+30
*
buildman: Move reconfigure code into its own function
Simon Glass
2023-07-24
1
-11
/
+30
*
buildman: Convert config_out to string IO
Simon Glass
2023-07-24
1
-4
/
+5
*
buildman: Move more things into _build_args()
Simon Glass
2023-07-24
1
-21
/
+34
*
buildman: Move setting of toolchain arguments to _build_args()
Simon Glass
2023-07-24
1
-4
/
+5
*
buildman: Start a function to set up the make arguments
Simon Glass
2023-07-24
1
-15
/
+23
*
buildman: Drop unnecessary assignment of config_out
Simon Glass
2023-07-24
1
-1
/
+0
*
buildman: Correct invalid use of out_dir variable
Simon Glass
2023-07-24
1
-2
/
+2
*
buildman: Export _get_output_dir() to avoid warnings
Simon Glass
2023-07-24
3
-6
/
+6
*
buildman: Correct most pylint warnings in builderthread
Simon Glass
2023-07-24
1
-44
/
+51
*
buildman: Convert camel case in builderthread.py
Simon Glass
2023-07-24
2
-29
/
+29
*
buildman: Split parser creation in two
Simon Glass
2023-07-24
1
-11
/
+33
*
buildman: Convert camel case in builder.py
Simon Glass
2023-07-24
5
-146
/
+145
*
buildman: Convert camel case in bsettings.py
Simon Glass
2023-07-24
6
-24
/
+24
*
buildman: Convert to argparse
Simon Glass
2023-07-24
4
-146
/
+148
*
buildman: Add a test for --boards
Simon Glass
2023-07-24
3
-2
/
+14
*
buildman: Correct most pylint warnings in cmdline
Simon Glass
2023-07-24
1
-4
/
+11
*
buildman: Convert camel case in cmdline.py
Simon Glass
2023-07-24
3
-3
/
+3
*
buildman: Create a function to get number of built commits
Simon Glass
2023-07-24
1
-9
/
+25
*
buildman: Use get_alow_missing() directly to avoid var
Simon Glass
2023-07-24
1
-5
/
+4
*
buildman: Move getting the adjust_cfg into run_builder()
Simon Glass
2023-07-24
1
-11
/
+27
[next]