diff options
author | Michal Simek <michal.simek@amd.com> | 2022-08-09 16:32:51 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2022-09-13 11:32:48 +0200 |
commit | 79f0151389396f310bd6441d444e2c2a54b6039c (patch) | |
tree | 60bd2768059bea923579e5d91275e5dac8a90d31 /configs | |
parent | 64c71d1c7333cfda99873372874a706becdbcf39 (diff) | |
download | u-boot-79f0151389396f310bd6441d444e2c2a54b6039c.tar.gz u-boot-79f0151389396f310bd6441d444e2c2a54b6039c.tar.bz2 u-boot-79f0151389396f310bd6441d444e2c2a54b6039c.zip |
xilinx: zynq: Enable mkeficapsule tools compilation
Zynq can use efi capsule infrastructure that's why enable it by default.
For capsule generation for zynq you can use:
pushd spl
../tools/mkeficapsule -g "1ba29a15-9969-40aa-b424-e86121618664" boot.bin \
--index 1 ../capsule1.bin
popd
./tools/mkeficapsule -g "1a5178f0-87d3-4f36-ac63-3b31a23be305" u-boot.img \
--index 2 capsule2.bin
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/a8194ecfa7932f2d8ada5ee508b2a026c782f15e.1660055571.git.michal.simek@amd.com
Diffstat (limited to 'configs')
-rw-r--r-- | configs/xilinx_zynq_virt_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynq_virt_defconfig b/configs/xilinx_zynq_virt_defconfig index 7beb5915fc..e6f8e221a5 100644 --- a/configs/xilinx_zynq_virt_defconfig +++ b/configs/xilinx_zynq_virt_defconfig @@ -149,3 +149,4 @@ CONFIG_DISPLAY=y CONFIG_SPL_GZIP=y CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y +CONFIG_TOOLS_MKEFICAPSULE=y |