summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-01-06patman: import gitutil module where it is neededMaxim Cournoyer2-5/+6
2023-01-06patman: replace deprecated SafeConfigParser with ConfigParserMaxim Cournoyer1-14/+14
2023-01-06patman: fix pep8 warnings in settings moduleMaxim Cournoyer1-17/+21
2023-01-06patman: document default 'send' commandMaxim Cournoyer1-1/+2
2023-01-06patman: document how to run test suite via pytestMaxim Cournoyer1-0/+6
2023-01-06patman: hide the 'test' command unless test data is availableMaxim Cournoyer2-3/+10
2023-01-06patman: add pytest configuration fileMaxim Cournoyer1-0/+2
2023-01-06patman: rename main script to __main__.pyMaxim Cournoyer3-2/+2
2023-01-06patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'Maxim Cournoyer1-1/+1
2023-01-06patman: locate test data files via __file__ and pathlibMaxim Cournoyer1-2/+6
2023-01-06patman: cosmetic: Fix PEP 8 warnings for the gitutil module.Maxim Cournoyer1-41/+65
2023-01-06patman: locate README.rst via importlibMaxim Cournoyer1-5/+3
2023-01-06patman: fix installation of README.rst data fileMaxim Cournoyer1-1/+1
2023-01-06patman: remove extraneous importsMaxim Cournoyer1-4/+1
2023-01-06patman: Switch to setuptoolsSean Anderson1-1/+1
2022-12-23kbuild: Remove checking for adhoc CONFIG symbolsTom Rini1-30/+2
2022-12-23checkpatch.pl: Update CONFIG logic in U-Boot sectionTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_X86_MRC_ADDR to CFGTom Rini1-1/+1
2022-12-22env: Rework ENV_IS_EMBEDDED and related logic slightlyTom Rini2-10/+5
2022-12-08u-boot-initial-env: rework make targetMax Krummenacher3-0/+49
2022-12-08tools: mkimage: add new image type "fdt_legacy"Marc Kleine-Budde1-2/+9
2022-12-08tools: mkimage: don't print error message "Success" in case of failureMarc Kleine-Budde1-2/+2
2022-12-08tools: fdtgrep: Fix handle leakMikhail Ilin1-2/+6
2022-12-08tools: mkimage: Fix nullptr at strchr()Mikhail Ilin1-15/+20
2022-12-08tool: ifwitool: Fix buffer overflowMikhail Ilin1-25/+19
2022-12-08tool: ifwitool: The function localtime() can return NULL.Mikhail Ilin1-0/+2
2022-12-08tools: env: fw_env: Fix unused-result warningJaehoon Chung1-1/+9
2022-12-06CI: Update to gcc-12.2Tom Rini1-31/+34
2022-12-06buildman: Fetch 12.2.0 toolchains by defaultTom Rini1-1/+1
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-3/+3
2022-11-23tools: mkenvimage: Drop duplicate crc header includeMarek Vasut1-1/+0
2022-11-23binman: Add documentation for the command line argsSimon Glass1-1/+299
2022-11-23buildman: Add --allow-missing flag to allow missing blobsTom Rini7-4/+193
2022-11-23buildman: Reinstate removal of temp output dir in testsSimon Glass1-1/+1
2022-11-23buildman: Ensure config_fname is initedSimon Glass1-0/+1
2022-11-23binman: Add a separate section about environment variablesSimon Glass1-0/+30
2022-11-23buildman: Detect binman reporting missing blobsSimon Glass1-1/+5
2022-11-23buildman: Drop mention of old architecturesSimon Glass2-19/+1
2022-11-23buildman: Update the default settings fileSimon Glass2-0/+5
2022-11-23buildman: Update the arc toolchainSimon Glass1-1/+4
2022-11-23buildman: Drop mention of MAKEALLSimon Glass1-110/+0
2022-11-23buildman: Convert documentation to rSTSimon Glass5-1353/+1411
2022-11-23binman: Use an exit code when blobs are missingSimon Glass4-4/+51
2022-11-23Revert "binman: btool: gzip: fix packer name so that binary can be found"Quentin Schulz1-1/+1
2022-11-23binman: bintool: remove btool_ prefix from btool namesQuentin Schulz2-2/+3
2022-10-31mkeficapsule: Add support for setting OEM flags in capsule headerSughosh Ganu1-3/+19
2022-10-31mkeficapsule: Add support for generating empty capsulesSughosh Ganu2-7/+97
2022-10-31test: dm: Add test cases for FWU Metadata uclassSughosh Ganu1-1/+3
2022-10-31binman: Support writing symbols into ELF filesSimon Glass8-12/+151
2022-10-31binman: Handle writing ELF symbols in the Entry classSimon Glass8-34/+21