Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Roger Lu, Roger Lu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/46389
to look at the new patch set (#13).
Change subject: mediatek/mt8192: add spmfw loader ......................................................................
mediatek/mt8192: add spmfw loader
To support mt8192 power saving during suspend to RAM, this patch loads spmfw to support SPM suspend. SPM needs its own firmware to do these power saving in the right timing under correct conditions. After linux PM suspends, SPM is able to turn off more power saving for the SoC such as DRAM self-refresh mode and turning off 26M crystal.
BUG=b:159079649 TEST=Asurada boots up to shell
Signed-off-by: Roger Lu roger.lu@mediatek.com Change-Id: I6478b98f426d2f3e0ee919d37d21d909ae8a6371 --- M src/mainboard/google/asurada/mainboard.c M src/soc/mediatek/common/mtcmos.c M src/soc/mediatek/mt8192/Makefile.inc M src/soc/mediatek/mt8192/include/soc/spm.h A src/soc/mediatek/mt8192/spm.c 5 files changed, 1,551 insertions(+), 32 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/46389/13