mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 05:08:24 +00:00
doc: qemu: arm64: Fix the documentation of capsule update
Since the EDK2 GenerateCapsule script is out of date and it doesn't generate the supported version capsule file, the document should refer the mkeficapsule in tools. Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>
This commit is contained in:
parent
5cd4a355e0
commit
6ae303b62b
1 changed files with 2 additions and 9 deletions
|
@ -39,16 +39,9 @@ In addition, the following config needs to be disabled(QEMU ARM specific)::
|
||||||
|
|
||||||
CONFIG_TFABOOT
|
CONFIG_TFABOOT
|
||||||
|
|
||||||
The capsule file can be generated by using the GenerateCapsule.py
|
The capsule file can be generated by using the tools/mkeficapsule::
|
||||||
script in EDKII::
|
|
||||||
|
|
||||||
$ ./BaseTools/BinWrappers/PosixLike/GenerateCapsule -e -o \
|
$ mkeficapsule --raw <u-boot.bin> --index 1 <capsule_file_name>
|
||||||
<capsule_file_name> --fw-version <val> --lsv <val> --guid \
|
|
||||||
e2bb9c06-70e9-4b14-97a3-5a7913176e3f --verbose --update-image-index \
|
|
||||||
<val> --verbose <u-boot.bin>
|
|
||||||
|
|
||||||
The above is a wrapper script(GenerateCapsule) which eventually calls
|
|
||||||
the actual GenerateCapsule.py script.
|
|
||||||
|
|
||||||
As per the UEFI specification, the capsule file needs to be placed on
|
As per the UEFI specification, the capsule file needs to be placed on
|
||||||
the EFI System Partition, under the \EFI\UpdateCapsule directory. The
|
the EFI System Partition, under the \EFI\UpdateCapsule directory. The
|
||||||
|
|
Loading…
Add table
Reference in a new issue