mbox series

pull request: linux-firmware: move MT8173 VPU FW to subfolder

Message ID 20200226052603.22768-1-gtk_ruiwang@mediatek.com
State New
Headers show
Series pull request: linux-firmware: move MT8173 VPU FW to subfolder | expand

Pull-request

https://github.com/ruiwang-mtk/linux_fw_vpu.git

Message

gtk_ruiwang Feb. 26, 2020, 5:26 a.m. UTC
Hi linux-firmware maintainers,

The following changes since commit efcfa03ae6100dfe523ebf612e03c3a90fc4c794:

  linux-firmware: Update firmware file for Intel Bluetooth AX201 (2020-02-24 07:43:42 -0500)

are available in the Git repository at:

  https://github.com/ruiwang-mtk/linux_fw_vpu.git

for you to fetch changes up to a8a18d1ce5920bc0cfcf320747163cf13806b568:

  mediatek: move MT8173 VPU FW to subfolder (2020-02-26 13:08:15 +0800)

----------------------------------------------------------------
gtk_ruiwang (1):
      mediatek: move MT8173 VPU FW to subfolder

 WHENCE                    |   6 ++++--
 mediatek/mt8173/vpu_d.bin | Bin 0 -> 2977184 bytes
 mediatek/mt8173/vpu_p.bin | Bin 0 -> 131180 bytes
 vpu_d.bin                 | Bin 2977184 -> 25 bytes
 vpu_p.bin                 | Bin 131180 -> 25 bytes
 5 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 mediatek/mt8173/vpu_d.bin
 create mode 100644 mediatek/mt8173/vpu_p.bin
 mode change 100644 => 120000 vpu_d.bin
 mode change 100644 => 120000 vpu_p.bin

Comments

Josh Boyer March 2, 2020, 1:04 p.m. UTC | #1
On Wed, Feb 26, 2020 at 12:26 AM <gtk_ruiwang@mediatek.com> wrote:
>
> Hi linux-firmware maintainers,
>
> The following changes since commit efcfa03ae6100dfe523ebf612e03c3a90fc4c794:
>
>   linux-firmware: Update firmware file for Intel Bluetooth AX201 (2020-02-24 07:43:42 -0500)
>
> are available in the Git repository at:
>
>   https://github.com/ruiwang-mtk/linux_fw_vpu.git
>
> for you to fetch changes up to a8a18d1ce5920bc0cfcf320747163cf13806b568:
>
>   mediatek: move MT8173 VPU FW to subfolder (2020-02-26 13:08:15 +0800)
>
> ----------------------------------------------------------------
> gtk_ruiwang (1):
>       mediatek: move MT8173 VPU FW to subfolder
>
>  WHENCE                    |   6 ++++--
>  mediatek/mt8173/vpu_d.bin | Bin 0 -> 2977184 bytes
>  mediatek/mt8173/vpu_p.bin | Bin 0 -> 131180 bytes
>  vpu_d.bin                 | Bin 2977184 -> 25 bytes
>  vpu_p.bin                 | Bin 131180 -> 25 bytes
>  5 files changed, 4 insertions(+), 2 deletions(-)
>  create mode 100644 mediatek/mt8173/vpu_d.bin
>  create mode 100644 mediatek/mt8173/vpu_p.bin
>  mode change 100644 => 120000 vpu_d.bin
>  mode change 100644 => 120000 vpu_p.bin

Pulled and pushed out.  I removed the local symlinks as the makefile
will create them on installation now.

josh