aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2-6/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2-0/+6
2024-05-07common.h: Remove this file and all referencesTom Rini2-6/+0
2024-05-03binman: Fix typo in mkimage etype descriptionMarek Vasut1-1/+1
2024-05-03tools: typo arguemntsHeinrich Schuchardt1-1/+1
2024-04-28binman: Add nxp_imx8mimage etypeMarek Vasut1-0/+74
2024-04-17tools: copyfile: use 64k instead of 512 bufferAhelenia Ziemiańska1-2/+4
2024-04-12image-host: Fix error value paths and emit error messages to stderr.Hugo Cornelis1-5/+5
2024-04-11tools: binman: ti_board_cfg: improve error messageMichael Walle1-1/+1
2024-04-11binman: ti-secure: Enable debug extension for combined bootManorit Chawdhry1-0/+7
2024-04-10trace: use dynamic string buffer in make_flamegraph()Vincent Stehlé1-19/+39
2024-04-10tools: open FIT image read-onlyAhelenia Ziemiańska1-1/+1
2024-03-25Merge tag 'v2024.04-rc5' into nextWIP/25Mar2024-nextTom Rini1-4/+4
2024-03-21patman: Properly document the patchwork_url settingDouglas Anderson1-4/+4
2024-03-15CI: Move to latest container imageTom Rini1-1/+1
2024-03-14CI: Cherry-pick reset support for m68k for QEMUTom Rini1-0/+1
2024-03-14CI: Update to using clang-17Tom Rini1-2/+2
2024-03-14Dockerfile: install xilinx-bootgen packageHeinrich Schuchardt1-0/+1
2024-03-14Dockerfile: build fiptoolHeinrich Schuchardt1-0/+10
2024-03-04tools: imx9_image: Reword warning message.Mathieu Othacehe1-1/+1
2024-03-01dtoc: avoid invalid escape sequence '\s'Heinrich Schuchardt1-4/+4
2024-02-27CI: Move to latest container imageTom Rini1-1/+1
2024-02-27Dockerfile: Build coreboot from sourceTom Rini1-0/+11
2024-02-08tools: mkimage: Add support for i.MXRT FlexSPI HeaderJesse Taube3-19/+120
2024-01-29tools: buildman: fix non-existing SafeConfigParser in Python 3.12+Quentin Schulz1-1/+1
2024-01-24docker: Add tools/buildman/requirements.txt to the cacheTom Rini1-2/+4
2024-01-18image-host: refactor and protect for very long filenamesHugo Cornelis1-10/+32
2024-01-18tools: binman: ti_board_cfg: Check for linting problemsNeha Malcom Francis6-2/+46
2024-01-18CI: Move to latest Ubuntu "Jammy" tagTom Rini1-1/+1
2024-01-17docker: build QEMU v8.2.0Heinrich Schuchardt1-1/+3
2024-01-17Merge tag 'xilinx-for-v2024.04-rc1-v2' of https://source.denx.de/u-boot/custo...Tom Rini2-21/+199
2024-01-13doc: fix three-dash references in reStructuredTextGrzegorz Szymaszek1-1/+1
2024-01-11tools: fix build without LIBCRYPTO supportPaul-Erwan Rio4-3/+9
2024-01-11tools: kwbimage: Allow disabling build on non-mvebu platformsAlexander Dahl2-1/+8
2024-01-10tools: zynqmpimage: print partition namesBrandon Maier2-0/+97
2024-01-10tools: zynqmpimage: add partition extractingBrandon Maier2-19/+96
2024-01-10tools: zynqmpimage: print all partition sizesBrandon Maier1-0/+6
2024-01-10tools: zynqmpimage: show info on partition 0Brandon Maier1-3/+1
2024-01-08mach-imx: Add i.MX93 binman support.Mathieu Othacehe1-0/+31
2024-01-05fw_env: autodetect NAND erase size and env sectorsWIP/2024-01-05-fw_env-fixesAnthony Loiseau2-2/+12
2024-01-05fw_env: keep calling read() until whole flash block is readRafał Miłecki1-19/+15
2024-01-05fw_env: rename variables holding env data contentRafał Miłecki1-21/+18
2024-01-05fw_env: fix reading NVMEM device's "compatible" valueRafał Miłecki1-4/+14
2024-01-04Merge patch series "ATF and OP-TEE Firewalling for K3 devices."WIP/04Jan2024-nextTom Rini7-4/+192
2024-01-04binman: ftest: Add test for ti-secure firewall nodeManorit Chawdhry3-0/+79
2024-01-04binman: ti-secure: Add support for firewalling entitiesManorit Chawdhry3-3/+112
2024-01-04dtoc: Change dst to self in debug messageManorit Chawdhry1-1/+1
2023-12-31fdtgrep: Allow propagating properties up to supernodesSimon Glass1-1/+17
2023-12-31fdtgrep: Move property checking into a functionSimon Glass1-13/+35
2023-12-31fdtgrep: Simplify code to inverting the matchSimon Glass1-8/+2