OP-TEE / optee_linuxdriver

Normal world linux driver **deprecated**
GNU General Public License v2.0
66 stars 73 forks source link

fvp: change shared memory region #41

Closed jenswi-linaro closed 8 years ago

jenswi-linaro commented 8 years ago

Changes shared memory range used on FVP since the old shared memory region now conflicts with something else.

Tested-by: Jens Wiklander jens.wiklander@linaro.org (FVP) Signed-off-by: Jens Wiklander jens.wiklander@linaro.org

jenswi-linaro commented 8 years ago

Depends on https://github.com/OP-TEE/optee_os/pull/635

jenswi-linaro commented 8 years ago

This change is needed by more recent kernels as a recent kernel refuses to reserve the old shared memory range which then leads to random failures due to memory corruption.

jforissier commented 8 years ago

Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>

jenswi-linaro commented 8 years ago

Rebased and tag applied.