From d114fee353d780613323543ca8110ba24a64576d Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Mon, 15 Jul 2024 15:25:00 +0300 Subject: [PATCH] qcom: move signed x1e80100 signed firmware to the SoC subdir The ZAP shader is signed and is specific for the particular SoC. As such it should be put the corresponding subdir rather than the topdir. Move it to the subdir (like all other zap.mbn files). Cc: Akhil P Oommen Cc: Bjorn Andersson Cc: linux-arm-msm@vger.kernel.org Signed-off-by: Dmitry Baryshkov --- WHENCE | 2 +- qcom/{ => x1e80100}/gen70500_zap.mbn | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename qcom/{ => x1e80100}/gen70500_zap.mbn (100%) diff --git a/WHENCE b/WHENCE index 4a3a8a84..368a8e90 100644 --- a/WHENCE +++ b/WHENCE @@ -6012,7 +6012,7 @@ File: qcom/leia_pm4_470.fw File: qcom/sc8280xp/LENOVO/21BX/qcdxkmsuc8280.mbn File: qcom/gen70500_gmu.bin File: qcom/gen70500_sqe.fw -File: qcom/gen70500_zap.mbn +File: qcom/x1e80100/gen70500_zap.mbn Licence: Redistributable. See LICENSE.qcom and qcom/NOTICE.txt for details diff --git a/qcom/gen70500_zap.mbn b/qcom/x1e80100/gen70500_zap.mbn similarity index 100% rename from qcom/gen70500_zap.mbn rename to qcom/x1e80100/gen70500_zap.mbn