Attention is currently required from: Hung-Te Lin, Liju-Clr Chen, johnson wang, Yu-Ping Wu.
Rex-BC Chen has uploaded a new patch set (#3) to the change originally created by johnson wang. ( https://review.coreboot.org/c/coreboot/+/69688 )
Change subject: soc/mediatek/mt8188: Enable and initialize EINT ......................................................................
soc/mediatek/mt8188: Enable and initialize EINT
Issue: Device can't wake up using power key.
Root cause and solution: EINT event mask register is used to mask EINT wakeup sources. All wakeup sources are masked by default. So we add a driver here to unmask all wakeup sources.
BUG=none TEST=wake the device up by power key on MT8188 EVB.
Signed-off-by: Johnson Wang johnson.wang@mediatek.com Change-Id: I94b20909b0b8d77f75c41bc745f892baded7a54b --- M src/soc/mediatek/mt8188/Makefile.inc M src/soc/mediatek/mt8188/bootblock.c 2 files changed, 24 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/69688/3