mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +00:00
d9612f4426
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> |
||
---|---|---|
.. | ||
devicetree | ||
driver-model | ||
package | ||
uefi | ||
bloblist.rst | ||
checkpatch.rst | ||
ci_testing.rst | ||
coccinelle.rst | ||
commands.rst | ||
config_binding.rst | ||
crash_dumps.rst | ||
distro.rst | ||
environment.rst | ||
global_data.rst | ||
index.rst | ||
logging.rst | ||
makefiles.rst | ||
menus.rst | ||
moveconfig.rst | ||
printf.rst | ||
py_testing.rst | ||
python_cq.rst | ||
testing.rst | ||
tests_sandbox.rst | ||
tests_writing.rst | ||
trace.rst | ||
version.rst |