- ab1f015 tools: Drop xway-swap-bytes tool by Simon Glass · 1 year, 10 months ago
- 2dcacf2 Drop ubsha1 tool by Simon Glass · 1 year, 10 months ago
- 1ba95bd imx: Rename CONFIG_MXS to CFG_MXS by Simon Glass · 1 year, 10 months ago
- 4c4eb7c moveconfig: Add an option to compare Kconfig against source by Simon Glass · 1 year, 10 months ago
- 5777b1e tools: default_image: Accept images with padding by Pali Rohár · 1 year, 10 months ago
- f0c8a56 tools: default_image: Verify header size by Pali Rohár · 1 year, 10 months ago
- 6275a24 tools: imagetool: Skip autodetection of gpimage type by Pali Rohár · 1 year, 10 months ago
- d88ac09 tools: imagetool: Show error message when detecting image type failed by Pali Rohár · 1 year, 10 months ago
- 0c08209 tools: imagetool: Fix error message when verify_header is undefined by Pali Rohár · 1 year, 10 months ago
- 2fd8155 tools: logos: Add TI logo files by Nikhil M Jain · 1 year, 10 months ago
- 7ed5b72 tools: imx8image: Fix handle leak by Mikhail Ilin · 2 years ago
- 2827721 tools: imx8mimage: Fix handle leak by Mikhail Ilin · 2 years ago
- bec242f tools: imximage: Fix check array index by Mikhail Ilin · 2 years ago
- 13878dd mkimage: fit: Support signed configurations in 'auto' FITs by Massimo Pegorer · 1 year, 11 months ago
- 1826c55 ifwitool: Fix member access by Simon Glass · 1 year, 10 months ago
- 6490d4b binman: Fix a test-coverage regression by Simon Glass · 1 year, 10 months ago
- e257402 binman: Add 'min-size' entry property by Samuel Holland · 1 year, 10 months ago
- 490f73c binman: Add support for selecting firmware to use with split-elf by Jonas Karlman · 1 year, 10 months ago
- d2c7d90 binman: Add special subnodes to the nodes generated by split-elf by Jonas Karlman · 1 year, 10 months ago
- c59ea89 binman: Add support for align argument to mkimage tool by Jonas Karlman · 1 year, 10 months ago
- 4023964 patman: symlink top level .checkpatch.conf by Maxim Cournoyer · 1 year, 11 months ago
- 6a407e1 Revert "patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'" by Maxim Cournoyer · 1 year, 11 months ago
- 49e9c00 binman: Support positioning an entry by and ELF symbol by Simon Glass · 1 year, 11 months ago
- e8cea0e dtoc: Add a way to read a phandle with params by Simon Glass · 1 year, 11 months ago
- e0035c9 binman: Provide general support for updating ELF symbols by Simon Glass · 1 year, 11 months ago
- f1ee03b binman: Support overlapping entries by Simon Glass · 1 year, 11 months ago
- d374606 binman: Add a function to check for special section nodes by Simon Glass · 1 year, 11 months ago
- a4948b2 binman: Add a null entry by Simon Glass · 1 year, 11 months ago
- 0299765 binman: Clarify use of False when obtaining data by Simon Glass · 1 year, 11 months ago
- 7447a9d binman: Add a test for an inner section with a size by Simon Glass · 1 year, 11 months ago
- 63328f1 binman: Support optional external blobs by Simon Glass · 1 year, 11 months ago
- ad5cfe1 binman: Support new op-tee binary format by Simon Glass · 1 year, 11 months ago
- 6e657f6 binman: Add a way to check for a valid ELF file by Simon Glass · 1 year, 11 months ago
- 1e9e61c binman: Support optional entries by Simon Glass · 1 year, 11 months ago
- 18ed996 binman: Use a reference for binman symbols docs by Simon Glass · 1 year, 11 months ago
- da6a908 binman: Update entry docs by Simon Glass · 1 year, 11 months ago
- 820d361 binman: Tidy up comment in fit _gen_node by Simon Glass · 1 year, 11 months ago
- de24416 binman: Allow writing section contents to a file by Simon Glass · 1 year, 11 months ago
- d8f88d8 trace: Update trace-format generator for newer version by Simon Glass · 2 years ago
- ec86a63 trace: Adjust flags in proftool by Simon Glass · 2 years ago
- 3541407 mkimage: Add a few more messages for FIT failures by Simon Glass · 2 years ago
- 9fa6851 rockchip: mkimage: Add rv1126 support by Jagan Teki · 2 years ago
- f33096e rockchip: mkimage: make RC4 key const by John Keeping · 2 years ago
- ac6c333 CI/Docker: Update to jammy-20221130 tag by Tom Rini · 1 year, 11 months ago
- c2c98ea Dockerfile: add package texinfo by Heinrich Schuchardt · 1 year, 11 months ago
- 3ef23e9 patman: add '--get-maintainer-script' argument by Maxim Cournoyer · 2 years ago
- cb8d3b1 patman: additionally honor a local .patman config file by Maxim Cournoyer · 2 years ago
- 64a690f patman: fail early in Setup when provided config file does not exist by Maxim Cournoyer · 2 years ago
- da6f7cf patman: set the default config_fname argument value to None by Maxim Cournoyer · 2 years ago
- a81a41f patman: import gitutil module where it is needed by Maxim Cournoyer · 2 years ago
- cc38d35 patman: replace deprecated SafeConfigParser with ConfigParser by Maxim Cournoyer · 2 years ago
- 97f4d76 patman: fix pep8 warnings in settings module by Maxim Cournoyer · 2 years ago
- 6a3f71c patman: document default 'send' command by Maxim Cournoyer · 2 years ago
- c9f6554 patman: document how to run test suite via pytest by Maxim Cournoyer · 2 years ago
- cda0012 patman: hide the 'test' command unless test data is available by Maxim Cournoyer · 2 years ago
- 0e54e70 patman: add pytest configuration file by Maxim Cournoyer · 2 years ago
- def31ed patman: rename main script to __main__.py by Maxim Cournoyer · 2 years ago
- 2f3abd6 patman: invoke the checkpatch.pl script with '--u-boot' and '--strict' by Maxim Cournoyer · 2 years ago
- 0331edb patman: locate test data files via __file__ and pathlib by Maxim Cournoyer · 2 years ago
- 9a196fb patman: cosmetic: Fix PEP 8 warnings for the gitutil module. by Maxim Cournoyer · 2 years ago
- 124acc9 patman: locate README.rst via importlib by Maxim Cournoyer · 2 years ago
- 1484c1a patman: fix installation of README.rst data file by Maxim Cournoyer · 2 years ago
- fcf2e85 patman: remove extraneous imports by Maxim Cournoyer · 2 years ago
- 6c12497 patman: Switch to setuptools by Sean Anderson · 2 years ago
- c1b64aa kbuild: Remove checking for adhoc CONFIG symbols by Tom Rini · 2 years ago
- 14f8ef6 checkpatch.pl: Update CONFIG logic in U-Boot section by Tom Rini · 2 years ago
- aefad5d global: Migrate CONFIG_X86_MRC_ADDR to CFG by Tom Rini · 2 years ago
- 4714ab2 env: Rework ENV_IS_EMBEDDED and related logic slightly by Tom Rini · 2 years ago
- 5e4d55c u-boot-initial-env: rework make target by Max Krummenacher · 2 years ago
- 0aa1da6 tools: mkimage: add new image type "fdt_legacy" by Marc Kleine-Budde · 2 years ago
- adc99e1 tools: mkimage: don't print error message "Success" in case of failure by Marc Kleine-Budde · 2 years ago
- acea4f5 tools: fdtgrep: Fix handle leak by Mikhail Ilin · 2 years ago
- fc0453d tools: mkimage: Fix nullptr at strchr() by Mikhail Ilin · 2 years ago
- fd1f4e1 tool: ifwitool: Fix buffer overflow by Mikhail Ilin · 2 years ago
- 2d11b46 tool: ifwitool: The function localtime() can return NULL. by Mikhail Ilin · 2 years ago
- 18ca449 tools: env: fw_env: Fix unused-result warning by Jaehoon Chung · 2 years, 2 months ago
- 77d48f1 CI: Update to gcc-12.2 by Tom Rini · 2 years ago
- e0425e3 buildman: Fetch 12.2.0 toolchains by default by Tom Rini · 2 years ago
- 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
- d1c5106 tools: mkenvimage: Drop duplicate crc header include by Marek Vasut · 2 years, 1 month ago
- a20c041 binman: Add documentation for the command line args by Simon Glass · 2 years, 1 month ago
- 93ebd46 buildman: Add --allow-missing flag to allow missing blobs by Tom Rini · 2 years, 1 month ago
- 211c74b buildman: Reinstate removal of temp output dir in tests by Simon Glass · 2 years, 1 month ago
- ccc6906 buildman: Ensure config_fname is inited by Simon Glass · 2 years, 1 month ago
- a922347 binman: Add a separate section about environment variables by Simon Glass · 2 years, 1 month ago
- 199da41 buildman: Detect binman reporting missing blobs by Simon Glass · 2 years, 1 month ago
- e93918b buildman: Drop mention of old architectures by Simon Glass · 2 years, 1 month ago
- 8897c7d buildman: Update the default settings file by Simon Glass · 2 years, 1 month ago
- c325dbe buildman: Update the arc toolchain by Simon Glass · 2 years, 1 month ago
- 794beab buildman: Drop mention of MAKEALL by Simon Glass · 2 years, 1 month ago
- 79cc9be buildman: Convert documentation to rST by Simon Glass · 2 years, 1 month ago
- 6bce5dc binman: Use an exit code when blobs are missing by Simon Glass · 2 years, 1 month ago
- 2c70188 Revert "binman: btool: gzip: fix packer name so that binary can be found" by Quentin Schulz · 2 years, 1 month ago
- c33383c binman: bintool: remove btool_ prefix from btool names by Quentin Schulz · 2 years, 1 month ago
- c067638 mkeficapsule: Add support for setting OEM flags in capsule header by Sughosh Ganu · 2 years, 1 month ago
- b39405d mkeficapsule: Add support for generating empty capsules by Sughosh Ganu · 2 years, 1 month ago
- 77079e7 test: dm: Add test cases for FWU Metadata uclass by Sughosh Ganu · 2 years, 1 month ago
- 37f85de binman: Support writing symbols into ELF files by Simon Glass · 2 years, 1 month ago
- 6fc079e binman: Handle writing ELF symbols in the Entry class by Simon Glass · 2 years, 1 month ago
- 133f0f7 binman: Split out looking up a symbol into a function by Simon Glass · 2 years, 1 month ago