]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi_loader: Add headers for EDK2 StandAloneMM communication
authorSughosh Ganu <sughosh.ganu@linaro.org>
Sun, 17 May 2020 19:25:43 +0000 (22:25 +0300)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 17 May 2020 19:59:53 +0000 (21:59 +0200)
commit23a397d2e2fb136e9b352b6aa0627262314e44a2
treebaca2ae5966077cbefb27d69e285456a7c203d69
parent714497e327e7304a2b67d5f780f415c6e1c300d0
efi_loader: Add headers for EDK2 StandAloneMM communication

In Arm devices OP-TEE has the ability to run StandAloneMM (from EDK2)
in a separate partition and handle UEFI variables.
A following patch introduces this functionality.

Add the headers needed for OP-TEE <--> StandAloneMM communication

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/mm_communication.h [new file with mode: 0644]