mbox series

pull request: linux-firmware: Create Mediatek MT8192 SCP firmware

Message ID 20220408062722.26813-1-yunfei.dong@mediatek.com
State New
Headers show
Series pull request: linux-firmware: Create Mediatek MT8192 SCP firmware | expand

Pull-request

https://github.com/yunfeidongmediatek/linux_fw_scp_8192 v1

Message

Yunfei Dong April 8, 2022, 6:27 a.m. UTC
The following changes since commit 681281e49fb6778831370e5d94e6e1d97f0752d6:

  amdgpu: update PSP 13.0.8 firmware (2022-03-18 07:35:54 -0400)

are available in the Git repository at:

  https://github.com/yunfeidongmediatek/linux_fw_scp_8192 v1

for you to fetch changes up to 3ac2fc85bc7dfcebdb92b5b5808b0268cdfb772d:

  mediatek: Add mt8192 SCP firmware (2022-04-08 10:59:44 +0800)

----------------------------------------------------------------
Yunfei Dong (1):
      mediatek: Add mt8192 SCP firmware

 mediatek/mt8192/scp.img | Bin 0 -> 309436 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 mediatek/mt8192/scp.img

Comments

Josh Boyer April 11, 2022, 11:17 a.m. UTC | #1
On Fri, Apr 8, 2022 at 2:27 AM Yunfei Dong <yunfei.dong@mediatek.com> wrote:
>
> The following changes since commit 681281e49fb6778831370e5d94e6e1d97f0752d6:
>
>   amdgpu: update PSP 13.0.8 firmware (2022-03-18 07:35:54 -0400)
>
> are available in the Git repository at:
>
>   https://github.com/yunfeidongmediatek/linux_fw_scp_8192 v1
>
> for you to fetch changes up to 3ac2fc85bc7dfcebdb92b5b5808b0268cdfb772d:
>
>   mediatek: Add mt8192 SCP firmware (2022-04-08 10:59:44 +0800)
>
> ----------------------------------------------------------------
> Yunfei Dong (1):
>       mediatek: Add mt8192 SCP firmware
>
>  mediatek/mt8192/scp.img | Bin 0 -> 309436 bytes
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  create mode 100644 mediatek/mt8192/scp.img

This needs an entry added to the WHENCE file

[jwboyer@vader linux-firmware]$ ./check_whence.py
E: mediatek/mt8192/scp.img not listed in WHENCE

Can you fix this and let me know when it's ready to pull?

josh
Yunfei Dong April 11, 2022, 12:07 p.m. UTC | #2
Hi Josh,

Thanks for your remind.
On Mon, 2022-04-11 at 07:17 -0400, Josh Boyer wrote:
> On Fri, Apr 8, 2022 at 2:27 AM Yunfei Dong <yunfei.dong@mediatek.com>
> wrote:
> > 
> > The following changes since commit
> > 681281e49fb6778831370e5d94e6e1d97f0752d6:
> > 
> >   amdgpu: update PSP 13.0.8 firmware (2022-03-18 07:35:54 -0400)
> > 
> > are available in the Git repository at:
> > 
> >   https://github.com/yunfeidongmediatek/linux_fw_scp_8192 v1
> > 
> > for you to fetch changes up to
> > 3ac2fc85bc7dfcebdb92b5b5808b0268cdfb772d:
> > 
> >   mediatek: Add mt8192 SCP firmware (2022-04-08 10:59:44 +0800)
> > 
> > ----------------------------------------------------------------
> > Yunfei Dong (1):
> >       mediatek: Add mt8192 SCP firmware
> > 
> >  mediatek/mt8192/scp.img | Bin 0 -> 309436 bytes
> >  1 file changed, 0 insertions(+), 0 deletions(-)
> >  create mode 100644 mediatek/mt8192/scp.img
> 
> This needs an entry added to the WHENCE file
> 
> [jwboyer@vader linux-firmware]$ ./check_whence.py
> E: mediatek/mt8192/scp.img not listed in WHENCE
> 
> Can you fix this and let me know when it's ready to pull?
> 
> josh
Fix it in the latest v1 branch.

Best Regards,
Yunfei Dong