* mediatek: rename MT8188 SCP firmware
@ 2026-01-14 1:40 Moudy Ho
2026-01-14 1:40 ` [PATCH] " Moudy Ho
2026-01-14 4:04 ` Dmitry Baryshkov
0 siblings, 2 replies; 4+ messages in thread
From: Moudy Ho @ 2026-01-14 1:40 UTC (permalink / raw)
To: linux-firmware
Cc: linux-mediatek, nfraprado, Jason-ch.Chen,
angelogioacchino.delregno, Macpaul.Lin
The following changes since commit 486ac8f9adb4d77b951b55179985c6b3c20b6957:
Merge branch 'robot/pr-0-1768198342' into 'main' (2026-01-12 07:14:40 +0000)
are available in the Git repository at:
https://github.com/MoudyHo/linux_fw_scp v27748.04
for you to fetch changes up to a27572bc81d5073e8288c1b8a78903a8ae20478b:
mediatek: rename MT8188 SCP firmware (2026-01-14 09:09:25 +0800)
----------------------------------------------------------------
Moudy Ho (1):
mediatek: rename MT8188 SCP firmware
WHENCE | 3 ++-
mediatek/mt8188/{scp.img => scp_c0.img} | Bin
2 files changed, 2 insertions(+), 1 deletion(-)
rename mediatek/mt8188/{scp.img => scp_c0.img} (100%)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] mediatek: rename MT8188 SCP firmware
2026-01-14 1:40 mediatek: rename MT8188 SCP firmware Moudy Ho
@ 2026-01-14 1:40 ` Moudy Ho
2026-01-14 4:04 ` Dmitry Baryshkov
1 sibling, 0 replies; 4+ messages in thread
From: Moudy Ho @ 2026-01-14 1:40 UTC (permalink / raw)
To: linux-firmware
Cc: linux-mediatek, nfraprado, Jason-ch.Chen,
angelogioacchino.delregno, Macpaul.Lin, Moudy Ho
The MT8188 device tree (DTS) is configured for dual core SCP, and the
driver by default attempts to load "scp_c0.img" as the core 0 firmware.
To conform with upstream naming conventions, this patch renames the
existing firmware file "scp.img" to "scp_c0.img" to ensure proper firmware
loading for dual core SCP.
Signed-off-by: Moudy Ho <moudy.ho@mediatek.com>
---
WHENCE | 3 ++-
mediatek/mt8188/{scp.img => scp_c0.img} | Bin
2 files changed, 2 insertions(+), 1 deletion(-)
rename mediatek/mt8188/{scp.img => scp_c0.img} (100%)
diff --git a/WHENCE b/WHENCE
index 4a211c48..088e3afe 100644
--- a/WHENCE
+++ b/WHENCE
@@ -6057,7 +6057,8 @@ File: mediatek/mt8192/scp.img
Version: v2.0.20536
File: mediatek/mt8195/scp.img
Version: v2.0.21961
-File: mediatek/mt8188/scp.img
+File: mediatek/mt8188/scp_c0.img
+Link: mediatek/mt8188/scp.img -> mediatek/mt8188/scp_c0.img
Version: v2.0.27748
File: mediatek/mt8189/scp.img
Version: v1.0.0
diff --git a/mediatek/mt8188/scp.img b/mediatek/mt8188/scp_c0.img
similarity index 100%
rename from mediatek/mt8188/scp.img
rename to mediatek/mt8188/scp_c0.img
--
2.45.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: mediatek: rename MT8188 SCP firmware
2026-01-14 1:40 mediatek: rename MT8188 SCP firmware Moudy Ho
2026-01-14 1:40 ` [PATCH] " Moudy Ho
@ 2026-01-14 4:04 ` Dmitry Baryshkov
2026-01-14 7:09 ` Moudy Ho (何宗原)
1 sibling, 1 reply; 4+ messages in thread
From: Dmitry Baryshkov @ 2026-01-14 4:04 UTC (permalink / raw)
To: Moudy Ho
Cc: linux-firmware, linux-mediatek, nfraprado, Jason-ch.Chen,
angelogioacchino.delregno, Macpaul.Lin
On Wed, Jan 14, 2026 at 09:40:42AM +0800, Moudy Ho wrote:
> The following changes since commit 486ac8f9adb4d77b951b55179985c6b3c20b6957:
>
> Merge branch 'robot/pr-0-1768198342' into 'main' (2026-01-12 07:14:40 +0000)
>
> are available in the Git repository at:
>
> https://github.com/MoudyHo/linux_fw_scp v27748.04
>
> for you to fetch changes up to a27572bc81d5073e8288c1b8a78903a8ae20478b:
>
> mediatek: rename MT8188 SCP firmware (2026-01-14 09:09:25 +0800)
>
> ----------------------------------------------------------------
> Moudy Ho (1):
> mediatek: rename MT8188 SCP firmware
>
> WHENCE | 3 ++-
> mediatek/mt8188/{scp.img => scp_c0.img} | Bin
> 2 files changed, 2 insertions(+), 1 deletion(-)
> rename mediatek/mt8188/{scp.img => scp_c0.img} (100%)
E: target mediatek/mt8188/mediatek/mt8188/scp_c0.img of link mediatek/mt8188/scp.img in WHENCE does not exist
--
With best wishes
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: mediatek: rename MT8188 SCP firmware
2026-01-14 4:04 ` Dmitry Baryshkov
@ 2026-01-14 7:09 ` Moudy Ho (何宗原)
0 siblings, 0 replies; 4+ messages in thread
From: Moudy Ho (何宗原) @ 2026-01-14 7:09 UTC (permalink / raw)
To: dmitry.baryshkov@oss.qualcomm.com
Cc: linux-mediatek@lists.infradead.org, AngeloGioacchino Del Regno,
Macpaul Lin (林智斌),
Jason-ch Chen (陳建豪),
linux-firmware@kernel.org, Nicolas Prado
On Wed, 2026-01-14 at 06:04 +0200, Dmitry Baryshkov wrote:
>
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
>
>
> On Wed, Jan 14, 2026 at 09:40:42AM +0800, Moudy Ho wrote:
> > The following changes since commit
> > 486ac8f9adb4d77b951b55179985c6b3c20b6957:
> >
> > Merge branch 'robot/pr-0-1768198342' into 'main' (2026-01-12
> > 07:14:40 +0000)
> >
> > are available in the Git repository at:
> >
> >
> > https://urldefense.com/v3/__https://github.com/MoudyHo/linux_fw_scp__;!!CTRNKA9wMg0ARbw!llBDH6Q-jrfUMGIsttKSxEa4ZKQFetFOCYwh-8yx57GIObCl50z6iGCQ2CuWoiOdwJyJUY5373VVtP1kyQ77EEH9T40l9bYDlw$
> > v27748.04
> >
> > for you to fetch changes up to
> > a27572bc81d5073e8288c1b8a78903a8ae20478b:
> >
> > mediatek: rename MT8188 SCP firmware (2026-01-14 09:09:25 +0800)
> >
> > ----------------------------------------------------------------
> > Moudy Ho (1):
> > mediatek: rename MT8188 SCP firmware
> >
> > WHENCE | 3 ++-
> > mediatek/mt8188/{scp.img => scp_c0.img} | Bin
> > 2 files changed, 2 insertions(+), 1 deletion(-)
> > rename mediatek/mt8188/{scp.img => scp_c0.img} (100%)
>
> E: target mediatek/mt8188/mediatek/mt8188/scp_c0.img of link
> mediatek/mt8188/scp.img in WHENCE does not exist
>
> --
> With best wishes
> Dmitry
Hi Dmitry,
Apologies for not performing the check beforehand. The target path of
the link will be corrected in the next version.
Thanks for your patience.
Sincerely,
Moudy Ho
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-01-14 7:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-14 1:40 mediatek: rename MT8188 SCP firmware Moudy Ho
2026-01-14 1:40 ` [PATCH] " Moudy Ho
2026-01-14 4:04 ` Dmitry Baryshkov
2026-01-14 7:09 ` Moudy Ho (何宗原)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox