]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit23b0b5f3932b56ec077d091e617ec5e1b4a6a9ef
tree701bff8bc917f6ff5afa910004c3a457a95f14d9
parent8a59d2e2c6a1a6864ba1c4e9078ec70aee329a27
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]