summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-08-05buildman: Drop warning about orphaned defconfigsSimon Glass2-14/+2
2023-08-05buildman: Exit after reading toolchainSimon Glass1-0/+3
2023-08-05binman: ftest: Add test for xilinx-bootgen etypeLukas Funke3-0/+123
2023-08-05binman: etype: Add xilinx-bootgen etypeLukas Funke2-0/+300
2023-08-05binman: btool: Add Xilinx Bootgen btoolLukas Funke2-1/+138
2023-08-05binman: Renumber 291 and 292 test filesSimon Glass3-2/+2
2023-08-03tools: mtk_image: use uint32_t for ghf header magic and versionWeijie Gao2-7/+9
2023-08-02binman: Add a temporary hack for duplicate phandlesSimon Glass3-4/+15
2023-08-02binman: Support templates containing phandlesSimon Glass5-0/+165
2023-08-02binman: Remove templates after useSimon Glass3-4/+25
2023-08-02fdt: Allow copying phandles into templatesSimon Glass2-13/+36
2023-08-02dtoc: Add some debugging when copying nodesSimon Glass2-1/+7
2023-08-02dtoc: Make properties dirty when purging themSimon Glass3-5/+18
2023-08-02binman: Produce a template-file after processingSimon Glass3-2/+25
2023-08-02binman: Show filename in missing blob help messageJonas Karlman2-3/+12
2023-08-02binman: Fix blank line usage for invalid images warning textJonas Karlman1-6/+7
2023-08-02binman: Override CheckOptional in fit entryJonas Karlman3-0/+15
2023-08-02binman: Report missing external blobs using error levelJonas Karlman1-9/+9
2023-08-02binman: Update missing optional external blob warning textJonas Karlman2-2/+2
2023-08-02binman: Update tee-os missing blob help textJonas Karlman1-1/+1
2023-08-02binman: elf: Check for ELF_TOOLS availability and remove extra semicolonLukas Funke2-6/+20
2023-07-28boards: siemens: iot2050: Unify PG1 and PG2/M.2 configurations againJan Kiszka1-2/+4
2023-07-28iot2050: Use binman in signing scriptJan Kiszka1-7/+2
2023-07-25buildman: Specify the output directory in testsSimon Glass1-8/+11
2023-07-24buildman: Enable test coverageSimon Glass3-4/+23
2023-07-24buildman: Add an option to check maintainers and targetsSimon Glass3-5/+16
2023-07-24buildman: Use -D for --debugSimon Glass2-7/+7
2023-07-24buildman: Add a way to print the architecture for a boardSimon Glass3-0/+33
2023-07-24buildman: Move copy_files() out ot BuilderThread classSimon Glass1-23/+24
2023-07-24buildman: Tidy up some comments in builderthreadSimon Glass1-30/+36
2023-07-24buildman: Tidy up reporting of a toolchain errorSimon Glass2-8/+5
2023-07-24buildman: Avoid passing result into _read_done_file()Simon Glass1-8/+11
2023-07-24buildman: Create a function to handle config and buildSimon Glass1-36/+61
2023-07-24buildman: Move checkout code to a separate functionSimon Glass1-9/+21
2023-07-24buildman: Move code to decide output dirsSimon Glass1-9/+25
2023-07-24buildman: Move code to remove old outputsSimon Glass1-9/+19
2023-07-24buildman: Move reading of the done file into a functionSimon Glass1-24/+42
2023-07-24buildman: Move bulid code into its own functionSimon Glass1-10/+30
2023-07-24buildman: Move reconfigure code into its own functionSimon Glass1-11/+30
2023-07-24buildman: Convert config_out to string IOSimon Glass1-4/+5
2023-07-24buildman: Move more things into _build_args()Simon Glass1-21/+34
2023-07-24buildman: Move setting of toolchain arguments to _build_args()Simon Glass1-4/+5
2023-07-24buildman: Start a function to set up the make argumentsSimon Glass1-15/+23
2023-07-24buildman: Drop unnecessary assignment of config_outSimon Glass1-1/+0
2023-07-24buildman: Correct invalid use of out_dir variableSimon Glass1-2/+2
2023-07-24buildman: Export _get_output_dir() to avoid warningsSimon Glass3-6/+6
2023-07-24buildman: Correct most pylint warnings in builderthreadSimon Glass1-44/+51
2023-07-24buildman: Convert camel case in builderthread.pySimon Glass2-29/+29
2023-07-24buildman: Split parser creation in twoSimon Glass1-11/+33
2023-07-24buildman: Convert camel case in builder.pySimon Glass5-146/+145