commit | 3a37386f18c82f7270e892dbd51e3f00cf5d8a19 | [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 | 6ae303b62b7c1d858e16a12b5ba86a41fcfa2d0f [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>