aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-08-25expo: Tidy up the expo.py tool and usageSimon Glass
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini
2023-08-16board: stm32mp1: add splash screen with stmicroelectronics logoPatrick Delaunay
2023-08-08crc32: Drop duplicates crc header includesIlya Lukin
2023-08-05buildman: Drop warning about orphaned defconfigsSimon Glass
2023-08-05buildman: Exit after reading toolchainSimon Glass
2023-08-05binman: ftest: Add test for xilinx-bootgen etypeLukas Funke
2023-08-05binman: etype: Add xilinx-bootgen etypeLukas Funke
2023-08-05binman: btool: Add Xilinx Bootgen btoolLukas Funke
2023-08-05binman: Renumber 291 and 292 test filesSimon Glass
2023-08-03tools: mtk_image: use uint32_t for ghf header magic and versionWeijie Gao
2023-08-02binman: Add a temporary hack for duplicate phandlesSimon Glass
2023-08-02binman: Support templates containing phandlesSimon Glass
2023-08-02binman: Remove templates after useSimon Glass
2023-08-02fdt: Allow copying phandles into templatesSimon Glass
2023-08-02dtoc: Add some debugging when copying nodesSimon Glass
2023-08-02dtoc: Make properties dirty when purging themSimon Glass
2023-08-02binman: Produce a template-file after processingSimon Glass
2023-08-02binman: Show filename in missing blob help messageJonas Karlman
2023-08-02binman: Fix blank line usage for invalid images warning textJonas Karlman
2023-08-02binman: Override CheckOptional in fit entryJonas Karlman
2023-08-02binman: Report missing external blobs using error levelJonas Karlman
2023-08-02binman: Update missing optional external blob warning textJonas Karlman
2023-08-02binman: Update tee-os missing blob help textJonas Karlman
2023-08-02binman: elf: Check for ELF_TOOLS availability and remove extra semicolonLukas Funke
2023-07-28boards: siemens: iot2050: Unify PG1 and PG2/M.2 configurations againJan Kiszka
2023-07-28iot2050: Use binman in signing scriptJan Kiszka
2023-07-25buildman: Specify the output directory in testsSimon Glass
2023-07-24buildman: Enable test coverageSimon Glass
2023-07-24buildman: Add an option to check maintainers and targetsSimon Glass
2023-07-24buildman: Use -D for --debugSimon Glass
2023-07-24buildman: Add a way to print the architecture for a boardSimon Glass
2023-07-24buildman: Move copy_files() out ot BuilderThread classSimon Glass
2023-07-24buildman: Tidy up some comments in builderthreadSimon Glass
2023-07-24buildman: Tidy up reporting of a toolchain errorSimon Glass
2023-07-24buildman: Avoid passing result into _read_done_file()Simon Glass
2023-07-24buildman: Create a function to handle config and buildSimon Glass
2023-07-24buildman: Move checkout code to a separate functionSimon Glass
2023-07-24buildman: Move code to decide output dirsSimon Glass
2023-07-24buildman: Move code to remove old outputsSimon Glass
2023-07-24buildman: Move reading of the done file into a functionSimon Glass
2023-07-24buildman: Move bulid code into its own functionSimon Glass
2023-07-24buildman: Move reconfigure code into its own functionSimon Glass
2023-07-24buildman: Convert config_out to string IOSimon Glass
2023-07-24buildman: Move more things into _build_args()Simon Glass
2023-07-24buildman: Move setting of toolchain arguments to _build_args()Simon Glass
2023-07-24buildman: Start a function to set up the make argumentsSimon Glass
2023-07-24buildman: Drop unnecessary assignment of config_outSimon Glass
2023-07-24buildman: Correct invalid use of out_dir variableSimon Glass
2023-07-24buildman: Export _get_output_dir() to avoid warningsSimon Glass