summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* binman: Support writing symbols for ucode etypesSimon Glass2023-05-113-4/+4
* buildman: Pass -Werror to the host compiler tooSimon Glass2023-05-031-0/+1
* tools: fix TestFdtUtil()Heinrich Schuchardt2023-05-031-2/+2
* tools: Fall back to importlib_resources on Python 3.6Jan Kiszka2023-04-283-3/+15
* patman: fix class TestFunctionalHeinrich Schuchardt2023-04-281-2/+2
* binman: Use expanduser instead of HOMESimon Glass2023-04-281-1/+1
* binman: Use unsigned long over typedef ulongAndrew Davis2023-04-283-6/+0
* tools: env: update lock path in READMEJohn Keeping2023-04-251-1/+1
* patman: Declare the future Series memorySimon Glass2023-04-231-0/+3
* tools: prelink-riscv: Unmap the ELF image when doneBin Meng2023-04-201-0/+2
* tools: prelink-riscv: Cosmetic style fixesBin Meng2023-04-201-6/+6
* tools: kwboot: Add support for parsing SATA images with non-512 block sizePali Rohár2023-04-131-1/+34
* tools: kwbimage: Add support for SATA images with non-512 byte block sizePali Rohár2023-04-131-27/+71
* tools: kwbimage: Simplify align codePali Rohár2023-04-131-24/+24
* tools: imagetool: Extend print_header() by params argumentPali Rohár2023-04-1330-29/+41
* tools: avoid implicit fallthrough in fdt_add_pubkeyHeinrich Schuchardt2023-04-061-2/+2
* tools: env: use /run to store lockfileTim Lee2023-04-061-3/+3
* Dockerfile: add mkbootimg toolSafae Ouajih2023-04-041-0/+4
* CI: Move to clang-16Tom Rini2023-04-041-2/+2
* Dockerfile: Populate a pip cacheTom Rini2023-04-041-0/+11
* Merge branch 'next'Tom Rini2023-04-03152-935/+3082
|\
| * arm: dts: iot2050: Optionally embed OTP programming data into imageJan Kiszka2023-03-291-0/+8
| * iot2050: Add script for signing artifactsJan Kiszka2023-03-291-0/+51
| * tools: Add script for converting public key into device tree includeJan Kiszka2023-03-291-0/+64
| * iot2050: Update firmware layoutJan Kiszka2023-03-291-7/+1
| * tools: kwboot: Document information about NOR XIPPali Rohár2023-03-241-1/+3
| * tools: kwboot: Workaround A38x BootROM bug for images with a gapPali Rohár2023-03-241-0/+23
| * tools: kwboot: Fix sending very small imagesPali Rohár2023-03-241-0/+2
| * tools: kwboot: Fix inserting UART data checksum without -B optionPali Rohár2023-03-241-0/+2
| * tools: kwboot: Fix invalid UART kwbimage v1 headerszPali Rohár2023-03-241-0/+11
| * tools: kwbimage: Fix invalid UART kwbimage v1 headerszPali Rohár2023-03-241-0/+10
| * proftool: Remove unused variables in make_flame_treeTom Rini2023-03-221-14/+1
| * imx8image: Remove unused cont_img_count variableTom Rini2023-03-221-5/+0
| * Dockerfile: Update to latest "Jammy" tagTom Rini2023-03-211-1/+1
| * Dockerfile: Add m68k-softmmu to qemuTom Rini2023-03-211-1/+1
| * Merge tag 'xilinx-for-v2023.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini2023-03-161-16/+36
| |\
| | * tools: relocate-rela: add support for handling 32-bit big endian filesOvidiu Panait2023-03-131-16/+16
| | * tools: relocate-rela: introduce elf16_to_cpu() and elf32_to_cpu()Ovidiu Panait2023-03-131-0/+20
| | * tools: relocate-rela: adjust le64_to_cpu -> le32_to_cpu in decode_elf32()Ovidiu Panait2023-03-131-3/+3
| * | Merge tag 'dm-next-12mar23a' of git://git.denx.de/u-boot-dm into nextTom Rini2023-03-1612-2/+474
| |\ \
| | * | buildman: Fix CROSS_COMPILE output for sandboxSimon Glass2023-03-141-2/+3
| | * | Revert "buildman: Correct CROSS_COMPILE output for sandbox"Simon Glass2023-03-141-1/+2
| | * | tools: add fdt_add_pubkeyRoman Kopytin2023-03-143-0/+142
| | * | binman: add tests for sign optionIvan Mikhaylov2023-03-147-6/+227
| | * | binman: add sign option for binmanIvan Mikhaylov2023-03-144-1/+61
| | * | binman: add documentation for binman sign optionIvan Mikhaylov2023-03-141-0/+47
| * | | Merge tag 'v2023.04-rc4' into nextTom Rini2023-03-149-5/+120
| |\ \ \ | | |/ / | |/| |
| * | | binman: Support generation of x509 certificatesSimon Glass2023-03-087-0/+333
| * | | binman: Support updating section contentsSimon Glass2023-03-0810-15/+287
| * | | binman: Handle missing bintools correctly in fitSimon Glass2023-03-082-1/+11