]> git.baikalelectronics.ru Git - uboot.git/commit
mkeficapsule: Remove raw and FIT GUID types
authorSughosh Ganu <sughosh.ganu@linaro.org>
Fri, 15 Apr 2022 05:59:40 +0000 (11:29 +0530)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 15 Apr 2022 08:43:18 +0000 (10:43 +0200)
commit45c2baef3ced39054d408ba5e6dc8713ce08ac40
tree7bdec5274ca4f0014f910c7c022846adafb6faee
parentc689b53adfc4d7bd2ecc7c418c8486e514a42319
mkeficapsule: Remove raw and FIT GUID types

While building a capsule, the GUID value of that specific image is to
be passed through the --guid command option to the mkeficapsule
tool instead of using one of --raw or --fit options, where the GUID
value passed through the command line option is the image GUID.

This renders the EFI_FIRMWARE_IMAGE_TYPE_UBOOT_FIT_GUID and
EFI_FIRMWARE_IMAGE_TYPE_UBOOT_RAW_GUID values superfluous. Remove the
--raw and --fit command line options as well. Also modify the
mkeficapsule man page to reflect this change.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
doc/mkeficapsule.1
tools/eficapsule.h
tools/mkeficapsule.c