aboutsummaryrefslogtreecommitdiff
path: root/tools/mkeficapsule.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-26tools: mkeficapsule: remove duplicated codeAKASHI Takahiro1-2/+0
2022-02-11tools: mkeficapsule: allow for specifying GUID explicitlyAKASHI Takahiro1-23/+62
2022-02-11tools: mkeficapsule: add firmware image signingAKASHI Takahiro1-34/+347
2022-02-05tools: mkeficapsule: dont use malloc.hHeinrich Schuchardt1-1/+0
2022-01-29tools: mkeficapsule: rework the code a little bitAKASHI Takahiro1-72/+167
2022-01-29tools: mkeficapsule: output messages to stderr instead of stdoutAKASHI Takahiro1-13/+14
2021-10-25Revert "Revert "mkeficapsule: Remove dtb related options""AKASHI Takahiro1-222/+7
2021-09-18Revert "mkeficapsule: Remove dtb related options"Simon Glass1-7/+222
2021-07-18mkeficapsule: Remove dtb related optionsIlias Apalodimas1-222/+7
2021-04-10tools/mkeficapsule: improve online helpHeinrich Schuchardt1-8/+8
2021-03-16mkeficapsule: Correct printf() stringsSimon Glass1-7/+7
2021-02-26tools/mkeficapsule.c: fix DEBUG buildKlaus Heinrich Kiwi1-1/+1
2021-01-23mkeficapsule: Miscellaneous fixes in the utilitySughosh Ganu1-15/+23
2021-01-23tools: mkeficapsule: fill reserved members of structureAKASHI Takahiro1-0/+3
2020-12-31mkeficapsule: Add support for embedding public key in a dtbSughosh Ganu1-12/+221
2020-12-03test/py: efi_capsule: test for FIT image capsuleAKASHI Takahiro1-1/+2
2020-12-03tools: add mkeficapsule command for UEFI capsule updateAKASHI Takahiro1-0/+236