Attention is currently required from: Paul Menzel, Yu-Ping Wu. Hello Hung-Te Lin, build bot (Jenkins), Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60833
to look at the new patch set (#5).
Change subject: soc/mediatek/mt8186: fix incorrect devapc settings ......................................................................
soc/mediatek/mt8186: fix incorrect devapc settings
We need to protect debugsys for firmware image without serial console. Original settings for protecting debugsys is wrong which will cause some hardware modules failed to set their registers correctly.
We move the setting from MM_AO_APC to INFRA_AO_APC because the setting of debugsys is defined in INFRA_AO_APC and set the debugsys index to correct value of 94.
BUG=b:213125558 TEST=all modules work normally using image without serial console.
Signed-off-by: Runyang Chen runyang.chen@mediatek.corp-partner.google.com Change-Id: Ibce626386ac1f8de42f8717c4ad9ba403640b3ec --- M src/soc/mediatek/mt8186/devapc.c M src/soc/mediatek/mt8186/include/soc/devapc.h 2 files changed, 9 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/60833/5