commit | 1d5afdfd5e5d496754446823a352c522220c59d3 | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <masami.hiramatsu@linaro.org> | Fri Jun 04 18:45:31 2021 +0900 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 06 14:11:50 2021 -0400 |
tree | 0bddd0b1b8c2f37679fd2d5d7cd1b70c9e310a13 | |
parent | 3f238ee6f38d88cc4c77c52d05c4340f5ce67a11 [diff] |
configs: synquacer: Enable EFI capsule update support Enable EFI capsule update support. With the EFI capsule update, you can update U-Boot, TF-A and OP-TEE. TF-A and OP-TEE are usually combined as a FIP binary, but if the binary is bigger than 480KB, you have to modify FIP header, split the OP-TEE and stores the OP-TEE binary in the different place. This configuration supports both cases. Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>