From: gtk_ruiwang Date: Wed, 26 Feb 2020 03:02:00 +0000 (+0800) Subject: mediatek: move MT8173 VPU FW to subfolder X-Git-Tag: 20200316~13^2 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Flinux-firmware.git;a=commitdiff_plain;h=a8a18d1ce5920bc0cfcf320747163cf13806b568;hp=efcfa03ae6100dfe523ebf612e03c3a90fc4c794 mediatek: move MT8173 VPU FW to subfolder Currently vpu_d.bin and vpu_p.bin are at the root of linux-firmware git tree, it's not appropriate so we move them to subfolder mediatek/mt8173 and create a symbolic link to be compatible with older kernels Release Version: 1.1.4 Signed-off-by: Rui Wang --- diff --git a/WHENCE b/WHENCE index 235c660f..eb49c8c1 100644 --- a/WHENCE +++ b/WHENCE @@ -4450,8 +4450,10 @@ Licence: Redistributable. See LICENCE.Marvell for details. Driver: mtk-vpu - Mediatek VPU video processing unit driver -File: vpu_d.bin -File: vpu_p.bin +File: mediatek/mt8173/vpu_d.bin +File: mediatek/mt8173/vpu_p.bin +Link: vpu_d.bin -> mediatek/mt8173/vpu_d.bin +Link: vpu_p.bin -> mediatek/mt8173/vpu_p.bin Licence: Redistributable. diff --git a/mediatek/mt8173/vpu_d.bin b/mediatek/mt8173/vpu_d.bin new file mode 100644 index 00000000..a677dfd4 Binary files /dev/null and b/mediatek/mt8173/vpu_d.bin differ diff --git a/mediatek/mt8173/vpu_p.bin b/mediatek/mt8173/vpu_p.bin new file mode 100644 index 00000000..ddeef747 Binary files /dev/null and b/mediatek/mt8173/vpu_p.bin differ diff --git a/vpu_d.bin b/vpu_d.bin deleted file mode 100644 index a677dfd4..00000000 Binary files a/vpu_d.bin and /dev/null differ diff --git a/vpu_d.bin b/vpu_d.bin new file mode 120000 index 00000000..394ef45a --- /dev/null +++ b/vpu_d.bin @@ -0,0 +1 @@ +mediatek/mt8173/vpu_d.bin \ No newline at end of file diff --git a/vpu_p.bin b/vpu_p.bin deleted file mode 100644 index ddeef747..00000000 Binary files a/vpu_p.bin and /dev/null differ diff --git a/vpu_p.bin b/vpu_p.bin new file mode 120000 index 00000000..2c484461 --- /dev/null +++ b/vpu_p.bin @@ -0,0 +1 @@ +mediatek/mt8173/vpu_p.bin \ No newline at end of file