Android Wear 7.0.0 Release 0.6
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: guilbert.lee <guilbert.lee@lge.com>
Signed-off-by: Devin Kim <dojip.kim@lge.com>
1 file changed