summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-07-26tools: relocate-rela: Fix ELF decoding on big-endian hostsSamuel Holland1-57/+68
2022-07-25k3_gen_x509_cert: Make SWRV configurable for anti-rollback protectionYogesh Siraswar1-2/+9
2022-07-21treewide: Fix Marek's name and change my e-mail addressMarek Behún2-2/+2
2022-07-14Merge tag 'mips-pull-2022-07-13' of https://source.denx.de/u-boot/custodians/...Tom Rini2-0/+206
2022-07-14tools: mtk_image: add support for MT7621 NAND imagesWeijie Gao2-0/+206
2022-07-13mkimage: Add long optionsSean Anderson1-2/+43
2022-07-11Merge branch 'next'Tom Rini31-184/+920
2022-07-08Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini24-132/+274
2022-07-08fw_env: add fallback to Linux's NVMEM based accessRafał Miłecki1-3/+67
2022-07-01image: fit: Use stack allocation macroJoel Stanley1-2/+1
2022-06-28spl: binman: Check at runtime if binman symbols were filled inAlper Nebi Yasak13-36/+53
2022-06-28spl: binman: Split binman symbols support from enabling binmanAlper Nebi Yasak4-3/+6
2022-06-28dm: core: Support accessing core tagsSimon Glass1-0/+4
2022-06-28dm: core: Switch the testbus driver to use a new structSimon Glass1-1/+1
2022-06-28patman: Fix defaults not propagating to subparsersSean Anderson1-1/+6
2022-06-28patman: test_util: Print test stdout/stderr within test summariesAlper Nebi Yasak2-4/+112
2022-06-28patman: test_util: Customize unittest test results for more infoAlper Nebi Yasak1-0/+46
2022-06-28patman: test_util: Use unittest text runner to print test resultsAlper Nebi Yasak6-61/+38
2022-06-28patman: test_util: Handle nonexistent tests while loading testsAlper Nebi Yasak1-16/+5
2022-06-28patman: test_util: Fix printing results for failed testsAlper Nebi Yasak1-1/+1
2022-06-28dtoc: Update fdt tests to use test_utilSimon Glass1-17/+10
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini2-37/+535
2022-06-24tools: zynqmp_psu_init_minimize: Move helper functions below header includesStefan Herbrechtsmeier1-0/+8
2022-06-24tools: zynqmp_psu_init_minimize: Use CR instead of LFStefan Herbrechtsmeier1-1/+1
2022-06-24tools: zynqmp_psu_init_minimize: Remove low level uart settingsStefan Herbrechtsmeier1-0/+17
2022-06-24tools: relocate-rela: Add support for 32bit Microblaze relocationMichal Simek1-0/+166
2022-06-24tools: relocate-rela: Add support for elf32 decodingMichal Simek1-2/+139
2022-06-24tools: relocate-rela: Check that relocation works only for EM_AARCH64Michal Simek1-0/+5
2022-06-24tools: relocate-rela: Extract elf64 reloc to special functionMichal Simek1-43/+53
2022-06-24tools: relocate-rela: Read rela start/end directly from ELFMichal Simek1-14/+167
2022-06-24tools: relocate-rela: Use global variablesMichal Simek1-1/+3
2022-06-24tools: relocate-rela: Open binary u-boot file laterMichal Simek1-7/+7
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull1-4/+5
2022-06-20Merge branch 'master' into nextTom Rini2-1/+2
2022-06-16tools: binman: install btoolPeng Fan1-1/+1
2022-06-14dtoc: Update test_src_scan.py for new tegra compatiblesTom Rini1-0/+1
2022-06-07mkimage: Support signing 'auto' FITsSean Anderson3-8/+39
2022-05-08tools: mkimage: set OPENSSL_API_COMPATHeinrich Schuchardt1-0/+3
2022-05-08mkimage: Document misc optionsSean Anderson1-4/+11
2022-05-06tools: mkimage: Avoid ENODATA in host toolsMark Kettenis1-1/+1
2022-05-05tools/imagetool: Fix segfault when tparams->verify_header is NULLNicolas Heemeryck1-17/+23
2022-04-25nds32: Remove the architectureTom Rini4-9/+2
2022-04-25binman: don't import deprecated distutils packageHeinrich Schuchardt1-7/+0
2022-04-25binman: Refuse to replace sections for nowAlper Nebi Yasak3-0/+35
2022-04-25binman: Test replacing non-section entries in FIT subsectionsAlper Nebi Yasak1-0/+38
2022-04-25binman: Create FIT subentries in the FIT section, not its parentAlper Nebi Yasak3-1/+110
2022-04-25binman: Remove '/images/' fragment from FIT subentry pathsAlper Nebi Yasak2-5/+15
2022-04-25binman: Don't reset offset/size if image doesn't allow repackingAlper Nebi Yasak2-1/+22
2022-04-25binman: Collect bintools for images when replacing entriesAlper Nebi Yasak4-0/+115
2022-04-25binman: Fix unique names having '/.' for images read from filesAlper Nebi Yasak4-1/+104