aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-04-28tools: Fall back to importlib_resources on Python 3.6Jan Kiszka3-3/+15
2023-04-28patman: fix class TestFunctionalHeinrich Schuchardt1-2/+2
2023-04-28binman: Use expanduser instead of HOMESimon Glass1-1/+1
2023-04-28binman: Use unsigned long over typedef ulongAndrew Davis3-6/+0
2023-04-25tools: env: update lock path in READMEJohn Keeping1-1/+1
2023-04-23patman: Declare the future Series memorySimon Glass1-0/+3
2023-04-20tools: prelink-riscv: Unmap the ELF image when doneBin Meng1-0/+2
2023-04-20tools: prelink-riscv: Cosmetic style fixesBin Meng1-6/+6
2023-04-13tools: kwboot: Add support for parsing SATA images with non-512 block sizePali Rohár1-1/+34
2023-04-13tools: kwbimage: Add support for SATA images with non-512 byte block sizePali Rohár1-27/+71
2023-04-13tools: kwbimage: Simplify align codePali Rohár1-24/+24
2023-04-13tools: imagetool: Extend print_header() by params argumentPali Rohár30-29/+41
2023-04-06tools: avoid implicit fallthrough in fdt_add_pubkeyHeinrich Schuchardt1-2/+2
2023-04-06tools: env: use /run to store lockfileTim Lee1-3/+3
2023-04-04Dockerfile: add mkbootimg toolWIP/2023-04-04-android-image-v3-v4-supportSafae Ouajih1-0/+4
2023-04-04CI: Move to clang-16WIP/2023-04-04-update-to-clang-16Tom Rini1-2/+2
2023-04-04Dockerfile: Populate a pip cacheTom Rini1-0/+11
2023-04-03Merge branch 'next'Tom Rini152-935/+3082
2023-03-31buildman: Correct overwriting of settings fileSimon Glass1-1/+1
2023-03-29arm: dts: iot2050: Optionally embed OTP programming data into imageJan Kiszka1-0/+8
2023-03-29iot2050: Add script for signing artifactsJan Kiszka1-0/+51
2023-03-29tools: Add script for converting public key into device tree includeJan Kiszka1-0/+64
2023-03-29iot2050: Update firmware layoutJan Kiszka1-7/+1
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-21Dockerfile: Update to latest "Jammy" tagTom Rini1-1/+1
2023-03-21Dockerfile: 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...WIP/16Mar2023-nextTom 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-14buildman: Fix CROSS_COMPILE output for sandboxSimon Glass1-2/+3
2023-03-14Revert "buildman: Correct CROSS_COMPILE output for sandbox"Simon Glass1-1/+2
2023-03-14tools: add fdt_add_pubkeyRoman Kopytin3-0/+142
2023-03-14binman: add tests for sign optionIvan Mikhaylov7-6/+227
2023-03-14binman: add sign option for binmanIvan Mikhaylov4-1/+61
2023-03-14binman: 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-08binman: Support generation of x509 certificatesSimon Glass7-0/+333
2023-03-08binman: Support updating section contentsSimon Glass10-15/+287
2023-03-08binman: Handle missing bintools correctly in fitSimon Glass2-1/+11
2023-03-08binman: Allow preserving the output dir when replacingSimon Glass3-7/+20
2023-03-08buildman: Correct CROSS_COMPILE output for sandboxSimon Glass1-2/+1