Skip to content
Snippets Groups Projects
Commit 3fe2cf53 authored by guilbert.lee's avatar guilbert.lee Committed by Devin Kim
Browse files

ARM: swordfish: Enable CONFIG_MSM_TZ_LOG


LK allocates QSEE log buffer and shares the address of buffer with TZ.
Linux reserves the QSEE log buffer and inform new memory allocated
to TZ when CONFIG_MSM_TZ_LOG is defined

When CONFIG_MSM_TZ_LOG is not defined on linux kernel, linux kernel
doesn't reserve (carve out) the log buffer and uses the memory allocated
by LK for its own purpose. But, TZ doesn't know linux kernel
use the memory (where log buffer is supposed to locate) and
output QSEE logs and this causes corruption of linux pages located
at the buffer.

Bug: 33764682
Change-Id: Iddcb5f31e48274853f9631482b4088e770db855b
Signed-off-by: default avatarguilbert.lee <guilbert.lee@lge.com>
Signed-off-by: default avatarDevin Kim <dojip.kim@lge.com>
parent 22188f2f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment