You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/firmware/linux-firmware/Makefile

37 lines
784 B
Makefile

#
# Copyright (C) 2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=linux-firmware
linux-firmware: update to 20190815 Update linux-firmware to 20190815 git log --pretty=oneline --abbrev-commit 20190815..20190815 07b925b Install only listed firmware files 5621bfc rtw88: add a README file 7e431c5 rtw88: RTL8822C: add WoW firmware v7.3 2dc7023 rtw88: RTL8822C: update rtw8822c_fw.bin to v7.3 d3d000d Merge branch 'ath10k-20190808' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/linux-firmware d3e17e9 Merge branch 'for-upstream' of git://git.chelsio.net/pub/git/linux-firmware d3f7234 Merge commit '70af908f4ad7aa8bc65032253f99a0a4fbe1e6c3' of https://github.com/Netronome/linux-firmware 1f0a99f ath10k: QCA9984 hw1.0: update board-2.bin 49c1187 ath10k: QCA9984 hw1.0: update firmware-5.bin to 10.4-3.9.0.2-00046 1031f01 ath10k: QCA988X hw2.0: update firmware-5.bin to 10.2.4-1.0-00045 cf714a2 ath10k: QCA9888 hw2.0: update board-2.bin 81e2e77 ath10k: QCA9888 hw2.0: update firmware-5.bin to 10.4-3.9.0.2-00040 8dc2dfb ath10k: QCA9887 hw1.0: update firmware-5.bin to 10.2.4-1.0-00045 1bd3ef2 ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00140-QCARMSWPZ-1 e043109 ath10k: QCA4019 hw1.0: update board-2.bin b1e26aa cxgb4: update firmware to revision 1.24.3.0 70af908 nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.10.A.38 dff98c6 Merge branch 'master' of git://github.com/skeggsb/linux-firmware 580b076 Merge branch 'nxp_mc' of https://github.com/NXP/linux-firmware f9b0071 Merge tag 'iwlwifi-fw-2019-07-20' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware 2a3b75d nvidia: add missing entries in WHENCE 6fc1eb1 linux-firmware: Update NXP Management Complex firmware to version 10.16.2 cd6cb7b iwlwifi: update -48 FWs for Qu and cc b5f09bb iwlwifi: update FWs for 3168, 7265D, 9000, 9260, 8000, 8265 and cc bf13a71 Merge branch 'guc_v33' of git://anongit.freedesktop.org/drm/drm-firmware d52556e linux-firmware: Update firmware file for Intel Bluetooth AX201 dbcc2fb linux-firmware: Update firmware file for Intel Bluetooth 22161 a5ee415 linux-firmware: Update firmware file for Intel Bluetooth 9560 7444ca4 linux-firmware: Update firmware file for Intel Bluetooth 9260 3d1e553 amdgpu: update vega10 VCE firmware 5d4e3cc amdgpu: update picasso vcn firmware 6a45d9e amdgpu: update raven vcn firmware 9c8161f amdgpu: update tonga to latest 19.20 firmware 7b6c49c amdgpu: update vega12 to latest 19.20 firmware 4f7b71b amdgpu: partially revert 2579167548be33afb1fe2a9a5c141561ee5a8bbe fd3cc24 amdgpu: update vega10 to latest 19.20 firmware c190efa amdgpu: update polaris12 to latest 19.20 firmware f42b54e amdgpu: update raven2 to latest 19.20 firmware fc89ce8 amdgpu: update raven to latest 19.20 firmware 3bebb5a amdgpu: update picasso to latest 19.20 firmware 05dbae6 drm/i915/firmware: Add v33 of GuC for ICL 786f17a drm/i915/firmware: Add v33 of GuC for KBL aae0eb5 drm/i915/firmware: Add v33 of GuC for SKL 9cf240f drm/i915/firmware: Add v33 of GuC for GLK 8a0a6a6 drm/i915/firmware: Add v33 of GuC for BXT 70e4394 linux-firmware: rsi: add firmware image for redpine 9116 chipset fd69a5d linux-firmware: Add firmware file for Intel Bluetooth AX201 7ae3a09 Merge tag 'iwlwifi-fw-2019-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware 90e6845 iwlwifi: add new firmwares for integrated 22000 series 71ef30c iwlwifi: update FW for 22000 to Core45-96 e58cbf7 iwlwifi: update FWs for 9000 series to Core45-96 b443218 iwlwifi: update Core45 FWs for 22260, 9000 and 9260 5157165 iwlwifi: udpate -36 firmware for 8000 series This commit was created with the help of the make-package-update-commit.sh script. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
5 years ago
PKG_VERSION:=20190815
PKG_RELEASE:=1
PKG_SOURCE_URL:=@KERNEL/linux/kernel/firmware
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
linux-firmware: update to 20190815 Update linux-firmware to 20190815 git log --pretty=oneline --abbrev-commit 20190815..20190815 07b925b Install only listed firmware files 5621bfc rtw88: add a README file 7e431c5 rtw88: RTL8822C: add WoW firmware v7.3 2dc7023 rtw88: RTL8822C: update rtw8822c_fw.bin to v7.3 d3d000d Merge branch 'ath10k-20190808' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/linux-firmware d3e17e9 Merge branch 'for-upstream' of git://git.chelsio.net/pub/git/linux-firmware d3f7234 Merge commit '70af908f4ad7aa8bc65032253f99a0a4fbe1e6c3' of https://github.com/Netronome/linux-firmware 1f0a99f ath10k: QCA9984 hw1.0: update board-2.bin 49c1187 ath10k: QCA9984 hw1.0: update firmware-5.bin to 10.4-3.9.0.2-00046 1031f01 ath10k: QCA988X hw2.0: update firmware-5.bin to 10.2.4-1.0-00045 cf714a2 ath10k: QCA9888 hw2.0: update board-2.bin 81e2e77 ath10k: QCA9888 hw2.0: update firmware-5.bin to 10.4-3.9.0.2-00040 8dc2dfb ath10k: QCA9887 hw1.0: update firmware-5.bin to 10.2.4-1.0-00045 1bd3ef2 ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00140-QCARMSWPZ-1 e043109 ath10k: QCA4019 hw1.0: update board-2.bin b1e26aa cxgb4: update firmware to revision 1.24.3.0 70af908 nfp: update Agilio SmartNIC flower firmware to rev AOTC-2.10.A.38 dff98c6 Merge branch 'master' of git://github.com/skeggsb/linux-firmware 580b076 Merge branch 'nxp_mc' of https://github.com/NXP/linux-firmware f9b0071 Merge tag 'iwlwifi-fw-2019-07-20' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware 2a3b75d nvidia: add missing entries in WHENCE 6fc1eb1 linux-firmware: Update NXP Management Complex firmware to version 10.16.2 cd6cb7b iwlwifi: update -48 FWs for Qu and cc b5f09bb iwlwifi: update FWs for 3168, 7265D, 9000, 9260, 8000, 8265 and cc bf13a71 Merge branch 'guc_v33' of git://anongit.freedesktop.org/drm/drm-firmware d52556e linux-firmware: Update firmware file for Intel Bluetooth AX201 dbcc2fb linux-firmware: Update firmware file for Intel Bluetooth 22161 a5ee415 linux-firmware: Update firmware file for Intel Bluetooth 9560 7444ca4 linux-firmware: Update firmware file for Intel Bluetooth 9260 3d1e553 amdgpu: update vega10 VCE firmware 5d4e3cc amdgpu: update picasso vcn firmware 6a45d9e amdgpu: update raven vcn firmware 9c8161f amdgpu: update tonga to latest 19.20 firmware 7b6c49c amdgpu: update vega12 to latest 19.20 firmware 4f7b71b amdgpu: partially revert 2579167548be33afb1fe2a9a5c141561ee5a8bbe fd3cc24 amdgpu: update vega10 to latest 19.20 firmware c190efa amdgpu: update polaris12 to latest 19.20 firmware f42b54e amdgpu: update raven2 to latest 19.20 firmware fc89ce8 amdgpu: update raven to latest 19.20 firmware 3bebb5a amdgpu: update picasso to latest 19.20 firmware 05dbae6 drm/i915/firmware: Add v33 of GuC for ICL 786f17a drm/i915/firmware: Add v33 of GuC for KBL aae0eb5 drm/i915/firmware: Add v33 of GuC for SKL 9cf240f drm/i915/firmware: Add v33 of GuC for GLK 8a0a6a6 drm/i915/firmware: Add v33 of GuC for BXT 70e4394 linux-firmware: rsi: add firmware image for redpine 9116 chipset fd69a5d linux-firmware: Add firmware file for Intel Bluetooth AX201 7ae3a09 Merge tag 'iwlwifi-fw-2019-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware 90e6845 iwlwifi: add new firmwares for integrated 22000 series 71ef30c iwlwifi: update FW for 22000 to Core45-96 e58cbf7 iwlwifi: update FWs for 9000 series to Core45-96 b443218 iwlwifi: update Core45 FWs for 22260, 9000 and 9260 5157165 iwlwifi: udpate -36 firmware for 8000 series This commit was created with the help of the make-package-update-commit.sh script. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
5 years ago
PKG_HASH:=15615d87ac9d93aa5c20939a6c65cca7f3bc656b5e8ffd998b8acb932c854327
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
SCAN_DEPS = *.mk
include $(INCLUDE_DIR)/package.mk
define Package/firmware-default
SECTION:=firmware
CATEGORY:=Firmware
URL:=http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git
TITLE:=$(1)
endef
define Build/Compile
endef
include $(wildcard ./*.mk)
#$(eval $(call BuildPackage,linux-firmware))