tools: add mkeficapsule command for UEFI capsule update
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Mon, 30 Nov 2020 09:12:15 +0000 (18:12 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 3 Dec 2020 20:22:50 +0000 (21:22 +0100)
commitfab430be2f48a61eea470468ec57b0454707e2b4
tree701bff8bc917f6ff5afa910004c3a457a95f14d9
parent7f35cedfd9f7fe5537e09d9e64ac89dd4f61c515
tools: add mkeficapsule command for UEFI capsule update

This is a utility mainly for test purpose.
  mkeficapsule -f: create a test capsule file for FIT image firmware

Having said that, you will be able to customize the code to fit
your specific requirements for your platform.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
tools/Makefile
tools/mkeficapsule.c [new file with mode: 0644]