]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(mt8188): add mmap entry for CPU idle SRAM
authorLiju-Clr Chen <liju-clr.chen@mediatek.com>
Fri, 11 Nov 2022 01:51:51 +0000 (09:51 +0800)
committerLiju-Clr Chen <liju-clr.chen@mediatek.com>
Mon, 14 Nov 2022 07:54:09 +0000 (15:54 +0800)
commit32071c0263899e0e7a4b7f2c754e6363547f33b1
tree6eafe8896089d3ac8066bb0847c1a54b42bfc7b4
parent210ebbb0a6a0520cb3a5930c4fefa94baee33462
fix(mt8188): add mmap entry for CPU idle SRAM

CPU PM driver accesses CPU idle SRAM during the system suspend
process. The region of CPU idle SRAM needs to be added as mmap entry.
Otherwise, the execption would occur.

BUG=b:244215539
TEST=Test of suspend resume passes.

Signed-off-by: Liju-Clr Chen <liju-clr.chen@mediatek.com>
Change-Id: I5838964fd9cb1b833e4006e2123febb4a4601003
plat/mediatek/mt8188/include/platform_def.h
plat/mediatek/mt8188/plat_mmap.c