Skip to content

Commit

Permalink
package/linux-firmware: add support for ti vpdma
Browse files Browse the repository at this point in the history
Add a symlink to the expected location for vpdma-1ba in the root of the firmware directory.

Signed-off-by: Christian Stewart <christian@paral.in>
  • Loading branch information
paralin committed Jun 23, 2022
1 parent 6295ea9 commit 7af4c59
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
From 25e53eaf9e766713bed499cfff6f43855cd35e61 Mon Sep 17 00:00:00 2001
From: Christian Stewart <christian@paral.in>
Date: Tue, 10 May 2022 06:21:46 -0700
Subject: [PATCH] ti-tspa: add link to vpdma-1ba in root

Signed-off-by: Christian Stewart <christian@paral.in>
---
WHENCE | 1 +
1 file changed, 1 insertion(+)

diff --git a/WHENCE b/WHENCE
index eab2f22..6f08e79 100644
--- a/WHENCE
+++ b/WHENCE
@@ -3034,6 +3034,7 @@ Licence: Redistributable. See LICENCE.tda7706-firmware.txt for details.
Driver: ti-vpe - Texas Instruments V4L2 driver for Video Processing Engine

File: ti/vpdma-1b8.bin
+Link: vpdma-1b8.bin -> ti/vpdma-1b8.bin

Licence: Redistributable. See LICENCE.ti-tspa for details.

--
2.35.1

5 changes: 5 additions & 0 deletions package/linux-firmware/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ config BR2_PACKAGE_LINUX_FIRMWARE_ROCKCHIP_DPTX
help
Firmware files for RockChip dptx (DisplayPort).

config BR2_PACKAGE_LINUX_FIRMWARE_TI_VPDMA
bool "TI VPDMA"
help
Firmware files for TI Video Port Direct Memory Engine.

endmenu # Video

menu "Bluetooth firmware"
Expand Down
3 changes: 2 additions & 1 deletion package/linux-firmware/linux-firmware.hash
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ sha256 8542aeabf2761935122d693561e16766ce1bcc2b0d003204f9040b7d6d929f2e LICENS
sha256 be904cd28cb292b80cdb6cf412ab0d9159d431671e987ad433c1f62e0988a9bc LICENSE.qcom
sha256 fc6223d4bfe9f2f9e2eddc44b9fe5721d0caf49f01cb08d602906add686d8c6f LICENSE.radeon
sha256 2bdd2e716f05d9737d3f9a20f9a3a3c0caee0e866100ddb0673f1178e42f92b9 LICENSE.sdma_firmware
sha256 75afdb5d45a21ff95ff7aa82d67bc42a83830f2def98ea937c01d6e7603d76f9 WHENCE
sha256 5bc52a8ad08b531ee17fb3c35b8f83c8649c9aecfb6ce7a7975ee62d840f4c9b LICENCE.ti-tspa
sha256 b4b0c043910836b3a1496240fffa2de33592643986c78ff4cad0878ec7551f71 WHENCE
sha256 fa43e1b9a13b341a07adca9dbe73d0f9072d7966fdfe811c01f0dd2872d7309a qcom/NOTICE.txt
sha256 bef9c828e84f21e7835b4de7daf954a327e1ff777871b58e116039b684c0d604 LICENCE.e100
6 changes: 5 additions & 1 deletion package/linux-firmware/linux-firmware.mk
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,11 @@ endif

ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_ROCKCHIP_DPTX),y)
LINUX_FIRMWARE_FILES += rockchip/dptx.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.rockchip
endif

ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_TI_VPDMA),y)
LINUX_FIRMWARE_FILES += ti/vpdma-1b8.bin
LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.ti-tspa
endif

ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RTL_8169),y)
Expand Down

0 comments on commit 7af4c59

Please sign in to comment.