aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-01-11CI/Docker: Update to jammy-20221130 tagTom Rini
2023-01-11Dockerfile: add package texinfoHeinrich Schuchardt
2023-01-05patman: add '--get-maintainer-script' argumentMaxim Cournoyer
2023-01-05patman: additionally honor a local .patman config fileMaxim Cournoyer
2023-01-05patman: fail early in Setup when provided config file does not existMaxim Cournoyer
2023-01-05patman: set the default config_fname argument value to NoneMaxim Cournoyer
2023-01-05patman: import gitutil module where it is neededMaxim Cournoyer
2023-01-05patman: replace deprecated SafeConfigParser with ConfigParserMaxim Cournoyer
2023-01-05patman: fix pep8 warnings in settings moduleMaxim Cournoyer
2023-01-05patman: document default 'send' commandMaxim Cournoyer
2023-01-05patman: document how to run test suite via pytestMaxim Cournoyer
2023-01-05patman: hide the 'test' command unless test data is availableMaxim Cournoyer
2023-01-05patman: add pytest configuration fileMaxim Cournoyer
2023-01-05patman: rename main script to __main__.pyMaxim Cournoyer
2023-01-05patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'Maxim Cournoyer
2023-01-05patman: locate test data files via __file__ and pathlibMaxim Cournoyer
2023-01-05patman: cosmetic: Fix PEP 8 warnings for the gitutil module.Maxim Cournoyer
2023-01-05patman: locate README.rst via importlibMaxim Cournoyer
2023-01-05patman: fix installation of README.rst data fileMaxim Cournoyer
2023-01-05patman: remove extraneous importsMaxim Cournoyer
2023-01-05patman: Switch to setuptoolsSean Anderson
2022-12-23kbuild: Remove checking for adhoc CONFIG symbolsTom Rini
2022-12-23checkpatch.pl: Update CONFIG logic in U-Boot sectionTom Rini
2022-12-23global: Migrate CONFIG_X86_MRC_ADDR to CFGTom Rini
2022-12-22env: Rework ENV_IS_EMBEDDED and related logic slightlyTom Rini
2022-12-08u-boot-initial-env: rework make targetMax Krummenacher
2022-12-08tools: mkimage: add new image type "fdt_legacy"Marc Kleine-Budde
2022-12-08tools: mkimage: don't print error message "Success" in case of failureMarc Kleine-Budde
2022-12-08tools: fdtgrep: Fix handle leakMikhail Ilin
2022-12-08tools: mkimage: Fix nullptr at strchr()Mikhail Ilin
2022-12-08tool: ifwitool: Fix buffer overflowMikhail Ilin
2022-12-08tool: ifwitool: The function localtime() can return NULL.Mikhail Ilin
2022-12-08tools: env: fw_env: Fix unused-result warningJaehoon Chung
2022-12-06CI: Update to gcc-12.2Tom Rini
2022-12-06buildman: Fetch 12.2.0 toolchains by defaultTom Rini
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-11-23tools: mkenvimage: Drop duplicate crc header includeMarek Vasut
2022-11-22binman: Add documentation for the command line argsSimon Glass
2022-11-22buildman: Add --allow-missing flag to allow missing blobsTom Rini
2022-11-22buildman: Reinstate removal of temp output dir in testsSimon Glass
2022-11-22buildman: Ensure config_fname is initedSimon Glass
2022-11-22binman: Add a separate section about environment variablesSimon Glass
2022-11-22buildman: Detect binman reporting missing blobsSimon Glass
2022-11-22buildman: Drop mention of old architecturesSimon Glass
2022-11-22buildman: Update the default settings fileSimon Glass
2022-11-22buildman: Update the arc toolchainSimon Glass
2022-11-22buildman: Drop mention of MAKEALLSimon Glass
2022-11-22buildman: Convert documentation to rSTSimon Glass
2022-11-22binman: Use an exit code when blobs are missingSimon Glass
2022-11-22Revert "binman: btool: gzip: fix packer name so that binary can be found"Quentin Schulz