summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-03-24tools: kwboot: Document information about NOR XIPPali Rohár1-1/+3
2023-03-24tools: kwboot: Workaround A38x BootROM bug for images with a gapPali Rohár1-0/+23
2023-03-24tools: kwboot: Fix sending very small imagesPali Rohár1-0/+2
2023-03-24tools: kwboot: Fix inserting UART data checksum without -B optionPali Rohár1-0/+2
2023-03-24tools: kwboot: Fix invalid UART kwbimage v1 headerszPali Rohár1-0/+11
2023-03-24tools: kwbimage: Fix invalid UART kwbimage v1 headerszPali Rohár1-0/+10
2023-03-22proftool: Remove unused variables in make_flame_treeTom Rini1-14/+1
2023-03-22imx8image: Remove unused cont_img_count variableTom Rini1-5/+0
2023-03-22Dockerfile: Update to latest "Jammy" tagTom Rini1-1/+1
2023-03-22Dockerfile: Add m68k-softmmu to qemuTom Rini1-1/+1
2023-03-16Merge tag 'xilinx-for-v2023.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini1-16/+36
2023-03-16Merge tag 'dm-next-12mar23a' of git://git.denx.de/u-boot-dm into nextTom Rini12-2/+474
2023-03-15buildman: Fix CROSS_COMPILE output for sandboxSimon Glass1-2/+3
2023-03-15Revert "buildman: Correct CROSS_COMPILE output for sandbox"Simon Glass1-1/+2
2023-03-15tools: add fdt_add_pubkeyRoman Kopytin3-0/+142
2023-03-15binman: add tests for sign optionIvan Mikhaylov7-6/+227
2023-03-15binman: add sign option for binmanIvan Mikhaylov4-1/+61
2023-03-15binman: add documentation for binman sign optionIvan Mikhaylov1-0/+47
2023-03-14Merge tag 'v2023.04-rc4' into nextTom Rini9-5/+120
2023-03-13tools: relocate-rela: add support for handling 32-bit big endian filesOvidiu Panait1-16/+16
2023-03-13tools: relocate-rela: introduce elf16_to_cpu() and elf32_to_cpu()Ovidiu Panait1-0/+20
2023-03-13tools: relocate-rela: adjust le64_to_cpu -> le32_to_cpu in decode_elf32()Ovidiu Panait1-3/+3
2023-03-09binman: Support generation of x509 certificatesSimon Glass7-0/+333
2023-03-09binman: Support updating section contentsSimon Glass10-15/+287
2023-03-09binman: Handle missing bintools correctly in fitSimon Glass2-1/+11
2023-03-09binman: Allow preserving the output dir when replacingSimon Glass3-7/+20
2023-03-09buildman: Correct CROSS_COMPILE output for sandboxSimon Glass1-2/+1
2023-03-09patman: Check patches in parallelSimon Glass1-20/+26
2023-03-09patman: Run get_maintainer.pl in parallelSimon Glass2-3/+32
2023-03-09patman: Refactor MakeCcFile() into two functionsSimon Glass1-24/+57
2023-03-09patman: Drop an incorrect comment about git amSimon Glass1-1/+1
2023-03-08doc: Add notes on how to install patman and binmanSimon Glass2-0/+25
2023-03-08binman: Add support for building a binmanu PyPi packageSimon Glass1-0/+29
2023-03-08binman: Use importlib to find the helpSimon Glass1-3/+3
2023-03-08binman: Hide the 'test' command unless test code is availableSimon Glass1-13/+21
2023-03-08binman: Move the main code into a functionSimon Glass1-4/+8
2023-03-08dtoc: Add support for building a dtoc PyPi packageSimon Glass2-0/+41
2023-03-08dtoc: Use pathlib to find the test directorySimon Glass1-2/+4
2023-03-08dtoc: Move the main code into a functionSimon Glass1-48/+52
2023-03-08dtoc: Hide the test options unless test code is availableSimon Glass1-6/+13
2023-03-08buildman: Add support for building a buildman PyPi packageSimon Glass1-0/+29
2023-03-08buildman: Use importlib to find the helpSimon Glass1-3/+3
2023-03-08buildman: Fix use of a type as a variableSimon Glass1-2/+2
2023-03-08buildman: Hide the test options unless test code is availableSimon Glass1-4/+10
2023-03-08buildman: Move the main code into a functionSimon Glass1-11/+16
2023-03-08patman: Add support for building a patman PyPi packageSimon Glass1-0/+29
2023-03-08patman: Avoid importing test_checkpatch before it is neededSimon Glass1-1/+1
2023-03-08patman: Add support for building a u_boot_tools PyPi packageSimon Glass3-0/+376
2023-03-08patman: Move library functions into a library directorySimon Glass85-150/+180
2023-03-08Remove concurrencytestSimon Glass5-221/+2