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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8a18d1ce5920bc0cfcf320747163cf13806b568;p=linux-firmware 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 235c660..eb49c8c 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 0000000..a677dfd 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 0000000..ddeef74 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 a677dfd..0000000 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 0000000..394ef45 --- /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 ddeef74..0000000 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 0000000..2c48446 --- /dev/null +++ b/vpu_p.bin @@ -0,0 +1 @@ +mediatek/mt8173/vpu_p.bin \ No newline at end of file