]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(msm8916): flush dcache after writing msm8916_entry_point
authorStephan Gerhold <stephan@gerhold.net>
Sat, 17 Sep 2022 16:21:20 +0000 (18:21 +0200)
committerManish V Badarkhe <manish.badarkhe@arm.com>
Tue, 9 May 2023 19:44:37 +0000 (21:44 +0200)
commit01ba69cd9b833047653186858a6929e6c9379989
treebf9be4357fbcfe63a8576cce08a32d41dcf2267e
parent3fb7e40a21b1570a8ce1cd1708134fa7a05d94fb
fix(msm8916): flush dcache after writing msm8916_entry_point

msm8916_entry_point is read with caches off (and even from two
different physical addresses when read through the "boot remapper"),
so it should be flushed to RAM after writing it.

Change-Id: I5c8193954bb28043b0a46fb2038f629bd8796c74
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
plat/qti/msm8916/msm8916_pm.c