summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-02-24Merge tag 'v2025.04-rc3' into nextTom Rini
2025-02-24Revert "Merge patch series "Add preload_check_sign tool""Tom Rini
2025-02-21buildman: Update tests for newer filelock moduleSimon Glass
2025-02-21Merge patch series "Add preload_check_sign tool"Tom Rini
2025-02-21binman: Authenticate the image when testing the preload signaturePaul HENRYS
2025-02-21tools: Add preload_check_sign to authenticate images with a pre-loadPaul HENRYS
2025-02-21image: Add an inline declaration of unmap_sysmem()Paul HENRYS
2025-02-21rsa: Add rsa_verify_openssl() to use openssl for host buildsPaul HENRYS
2025-02-21tools: Fix pylint 3.3.4 errorsSimon Glass
2025-02-21tools/patman: Don't call a non-existent suiteTom Rini
2025-02-21tools: binman: ti_board_cfg: Fix pylint error over 'br'Tom Rini
2025-02-21binman: Switch to setuptoolsTom Rini
2025-02-21dtoc: Switch to setuptoolsTom Rini
2025-02-18tools: Fix potential null-deref with result of strtok_rMaks Mishin
2025-02-18tools: use cryptographically safe RNGHeinrich Schuchardt
2025-02-17u_boot_pylib: Move gitutil into the librarySimon Glass
2025-02-14Merge patch series "Rework requirements.txt files"Tom Rini
2025-02-14Dockerfile: Update for having more requirements.txt filesTom Rini
2025-02-14python: Recreate test/py and tools/buildman requirements.txt filesTom Rini
2025-02-14python: Create requirements.txt files for each "project"Tom Rini
2025-02-11tools: proftool: Fix potential memory leaksMaks Mishin
2025-02-11tools: ublimage: Fix memory leak in parse_cfg_file()Maks Mishin
2025-02-11tools: fix NULL_AFTER_DEREF in image-host.cAnton Moryakov
2025-02-10tools: mkenvimage: List -V parameter in help textMarek Vasut
2025-02-03lib: Allow crc16 code to be droppedSimon Glass
2025-01-26tools: check result of lseekMaks Mishin
2025-01-25buildman: Record an error if a toolchain is missingSimon Glass
2025-01-25buildman: Drop unused OUTPUT_FILE constantSimon Glass
2025-01-22Merge patch series "upl: Prerequite patches for updated spec"Tom Rini
2025-01-22boot: Rename fit_image_get_data_and_size()Simon Glass
2025-01-22boot: Rename fit_image_get_data()Simon Glass
2025-01-22mkimage: Update map_to_sysmem() to match its prototypeSimon Glass
2025-01-18Merge patch series "add the support of sha256_hmac and sha256_hkdf"Tom Rini
2025-01-18lib: sha256: move common function to sha256_common.cPhilippe Reynes
2025-01-18tools: renesas_spkgimage.h: use linux/compiler_attributes.hPhilippe Reynes
2025-01-18tools: kwbimage.h: use linux/compiler_attributes.hPhilippe Reynes
2025-01-18qconfig.py: Update resync messageTom Rini
2025-01-05doc: develop: Fix typos and wording in binman/binman.rstLothar Rubusch
2024-12-31trace: proftool: dump-ftrace should write funcgraph times in ns not usJerome Forissier
2024-12-25Merge tag 'v2025.01-rc5' into nextTom Rini
2024-12-21docker: Update to latest "Jammy" tagTom Rini
2024-12-21docker: Prefer the kernelorg toolchains over "root"Tom Rini
2024-12-21docker: Ensure we use the cross toolchain for aarch64 on arm64Tom Rini
2024-12-21docker: Use ${TCVER} more widelyTom Rini
2024-12-21Docker/CI: Only test Xtensa on amd64 hostsTom Rini
2024-12-19binman: Regenerate tools/binman/entries.rstTom Rini
2024-12-19tools: binman: etype: fit: Append DTB directory to the list of input directoriesPaul HENRYS
2024-12-19tools: u_boot_pylib: Allow to append input directories to indirPaul HENRYS
2024-12-19tools: binman: etype: Allow to replace 'NAME' in node namesPaul HENRYS
2024-12-19tools: binman: Pass a list of input directory to EnsureCompiled()Paul HENRYS