]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/OpteeLib: Fix compilation issues for ARM (32-bit)
authorSumit Garg <sumit.garg@linaro.org>
Fri, 2 Nov 2018 06:53:14 +0000 (12:23 +0530)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 5 Nov 2018 11:04:35 +0000 (12:04 +0100)
commite40f8efb8b06e023689120452e7ed5db199363de
treeb4d02bc8f751e1c0597484edc3a89e18e36feb1b
parent6cf3aeaeb1b242ff3bb076ba4c93248b5f387c7f
ArmPkg/OpteeLib: Fix compilation issues for ARM (32-bit)

Correct usage of EFI_PHYSICAL_ADDRESS (always 64-bit) vs. pointers
(depending on architecture).

Reported-by: Leif Lindholm <leif.lindholm@linaro.org>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
ArmPkg/Library/OpteeLib/Optee.c