u-boot/doc/develop/uefi
AKASHI Takahiro d9612f4426 tools: mkeficapsule: allow for specifying GUID explicitly
The existing options, "--fit" and "--raw," are only used to put a proper
GUID in a capsule header, where GUID identifies a particular FMP (Firmware
Management Protocol) driver which then would handle the firmware binary in
a capsule. In fact, mkeficapsule does the exact same job in creating
a capsule file whatever the firmware binary type is.

To prepare for the future extension, the command syntax will be a bit
modified to allow users to specify arbitrary GUID for their own FMP driver.
OLD:
   [--fit <image> | --raw <image>] <capsule file>
NEW:
   [--fit | --raw | --guid <guid-string>] <image> <capsule file>

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
2022-02-11 20:07:55 +01:00
..
index.rst doc: Move UEFI under develop/ 2021-03-26 17:03:10 +13:00
iscsi.rst doc: Move UEFI under develop/ 2021-03-26 17:03:10 +13:00
u-boot_on_efi.rst x86: Allow booting a kernel from the EFI app 2021-12-31 06:45:01 +01:00
uefi.rst tools: mkeficapsule: allow for specifying GUID explicitly 2022-02-11 20:07:55 +01:00