Skip to content

Commit 10a740e

Browse files
soc/mediatek/mt8188: Add SSPM firmware v1.88.00
Add sspm.bin to support suspend/resume. TEST=build pass BUG=b:233720142 Signed-off-by: Bo-Chen Chen <[email protected]> Change-Id: Ib10b9a9446ce7c057182e5ae0c087c4685db7f3f
1 parent db990c6 commit 10a740e

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed

soc/mediatek/mt8188/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Firmware list
22
- mcupm.bin
3+
- sspm.bin
34

45
--------------------------------------------------------------------------------
56
# MCUPM introduction
@@ -19,3 +20,24 @@ No return value.
1920
`$ strings mcupm.bin | grep "MCUPM firmware"`
2021

2122
--------------------------------------------------------------------------------
23+
# SSPM introduction
24+
SSPM is "Secure System Power Manager" that provides power control in secure domain.
25+
SSPM provides power related features, e.g. CPU DVFS, thermal control, to offload
26+
application processor for security reason.
27+
28+
SSPM firmware is loaded into SSPM SRAM at system initialization.
29+
30+
## Who uses it
31+
Coreboot will load sspm.bin to SSPM SRAM at ramstage.
32+
33+
## How to load `sspm.bin`
34+
Use CBFS to load `sspm.bin`.
35+
No need to pass other parameters to SSPM.
36+
37+
## Return value
38+
No return value.
39+
40+
## Version
41+
`$ strings sspm.bin | grep "SSPM firmware"`
42+
43+
--------------------------------------------------------------------------------

soc/mediatek/mt8188/sspm.bin

134 KB
Binary file not shown.

soc/mediatek/mt8188/sspm.bin.md5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
94ffbfa7722185a133aea8d4c7f09386 *sspm.bin
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
** Build from MediaTek Internal **
2+
3+
# 1.88.00
4+
1. Add sspm.bin v1.88.00.

0 commit comments

Comments
 (0)