diff options
author | Erin Lo <erin.lo@mediatek.com> | 2019-04-18 16:02:12 +0800 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2019-07-17 23:18:07 +0000 |
commit | 9da6d88a2b0f553b724e70d80a78d7e78f074f5b (patch) | |
tree | 650101fe33bfd8a20adba8a559953879dae9ab83 /soc/mediatek/mt8183 | |
parent | d7600dd8718a076f0f9a89e53968b484254624dc (diff) | |
download | blobs-9da6d88a2b0f553b724e70d80a78d7e78f074f5b.tar.gz |
soc/mediatek/mt8183: Add SSPM binary
mt8183 need sspm.bin to boot up SSPM to support MCDI
Change-Id: I9b57360bb0f54beb77dd7af1778480e99e4a1ac0
Signed-off-by: Erin Lo <erin.lo@mediatek.com>
Diffstat (limited to 'soc/mediatek/mt8183')
-rw-r--r-- | soc/mediatek/mt8183/license.txt | 9 | ||||
-rw-r--r-- | soc/mediatek/mt8183/sspm.bin | bin | 0 -> 26300 bytes | |||
-rw-r--r-- | soc/mediatek/mt8183/sspm_release_notes.txt | 3 |
3 files changed, 12 insertions, 0 deletions
diff --git a/soc/mediatek/mt8183/license.txt b/soc/mediatek/mt8183/license.txt new file mode 100644 index 0000000..6886c61 --- /dev/null +++ b/soc/mediatek/mt8183/license.txt @@ -0,0 +1,9 @@ +MediaTek Inc. grants permission to use and redistribute aforementioned firmware +files for the use with devices containing MediaTek chipsets, but not as part of +the Linux kernel or in any other form which would require these files themselves +to be covered by the terms of the GNU General Public License or the GNU Lesser +General Public License. + +These firmware files are distributed in the hope that they will be useful, but +are provided WITHOUT ANY WARRANTY, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTY +OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. diff --git a/soc/mediatek/mt8183/sspm.bin b/soc/mediatek/mt8183/sspm.bin Binary files differnew file mode 100644 index 0000000..4401da4 --- /dev/null +++ b/soc/mediatek/mt8183/sspm.bin diff --git a/soc/mediatek/mt8183/sspm_release_notes.txt b/soc/mediatek/mt8183/sspm_release_notes.txt new file mode 100644 index 0000000..11e5d60 --- /dev/null +++ b/soc/mediatek/mt8183/sspm_release_notes.txt @@ -0,0 +1,3 @@ +=============== sspm release 201907============= +1. support basic environment +2. support SSPM_IDLE and SPM_COMMON |