Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 2e180fae authored by Gilad Broner's avatar Gilad Broner Committed by Gerrit - the friendly Code Review server
Browse files

media: mpq: sdmx: use 32 bit for physical address



As trustzone only supports 32 bit for physical addressing,
qseecom by its current design can also only pass 32 bit addresses.
This mandates the secure demux wrapper api code to convert addresses
from 64 bit and truncate those to 32 bits.
Truncation in this case is safe as memory is always allocated from
heaps intended to be used by TZ and therefore are actually 32 bit.
This change can be reverted in the future when TZ supports 64bit
physical addresses.
As the API changed, a matching version of secure demux application
is required on TZ side, so major version check was updated.

Change-Id: I7a6bce4b9968e19dffe9d2ac1f5785126400f5bc
Signed-off-by: default avatarGilad Broner <gbroner@codeaurora.org>
parent fb308883
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment