Yidi Lin has submitted this change. ( https://review.coreboot.org/c/blobs/+/86248?usp=email )
(
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: soc/mediatek/mt8186: Update SSPM firmware from v2.0.1 to v2.0.2 ......................................................................
soc/mediatek/mt8186: Update SSPM firmware from v2.0.1 to v2.0.2
- Fix error handler for infra timeout in SSPM. The error handler for infra timeout in SSPM was not handled properly, causing the ISR to get stuck. As a result, tasks without ISR would not continue to operate. - Enable SSPM debug configs
BRANCH=corsola BUG=b:360756645, b:374015969 TEST=get "MediaTek SSPM firmware: version 2.0.2" by strings sspm.bin | grep version
Change-Id: Id9491ecf7dde823f5ec034ae92d4b4bcfcdc6905 Signed-off-by: jason-ch chen jason-ch.chen@mediatek.corp-partner.google.com --- M soc/mediatek/mt8186/sspm.bin M soc/mediatek/mt8186/sspm.bin.md5 M soc/mediatek/mt8186/sspm_release_notes.txt 3 files changed, 5 insertions(+), 1 deletion(-)
Approvals: Yidi Lin: Looks good to me, approved Yu-Ping Wu: Verified; Looks good to me, approved
diff --git a/soc/mediatek/mt8186/sspm.bin b/soc/mediatek/mt8186/sspm.bin index f72c1f1..89cad15 100644 --- a/soc/mediatek/mt8186/sspm.bin +++ b/soc/mediatek/mt8186/sspm.bin Binary files differ diff --git a/soc/mediatek/mt8186/sspm.bin.md5 b/soc/mediatek/mt8186/sspm.bin.md5 index 23130ca..534a51b 100644 --- a/soc/mediatek/mt8186/sspm.bin.md5 +++ b/soc/mediatek/mt8186/sspm.bin.md5 @@ -1 +1 @@ -634e532d6acb98e4b1807944233b8f81 *sspm.bin +c39ba49caff7a4d94c547c391d8ef25b *sspm.bin diff --git a/soc/mediatek/mt8186/sspm_release_notes.txt b/soc/mediatek/mt8186/sspm_release_notes.txt index 244c06f..864728e 100644 --- a/soc/mediatek/mt8186/sspm_release_notes.txt +++ b/soc/mediatek/mt8186/sspm_release_notes.txt @@ -1,5 +1,9 @@ ** Build from MediaTek Internal **
+# v2.0.2 +1. Fix error handler for infra timeout in SSPM. +2. Enable SSPM debug configs. + # v2.0.1 1. Fix PMIC MT6315 regulator issue.