Yidi Lin has uploaded a new patch set (#10) to the change originally created by tinghan shen. ( https://review.coreboot.org/c/coreboot/+/47786 )
Change subject: soc/mediatek/mt8192: Init SSPM ......................................................................
soc/mediatek/mt8192: Init SSPM
SSPM is "Secure System Power Manager" that provides power control in secure domain. The initialization flow is to load SSPM firmware to its SRAM space and then enable.
Signed-off-by: TingHan.Shen tinghan.shen@mediatek.com Change-Id: Ia834852af50e9e7e1b1222ed1e2be20e43139c62 --- M src/soc/mediatek/mt8192/Makefile.inc M src/soc/mediatek/mt8192/include/soc/addressmap.h A src/soc/mediatek/mt8192/include/soc/sspm.h M src/soc/mediatek/mt8192/soc.c A src/soc/mediatek/mt8192/sspm.c 5 files changed, 42 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/47786/10