Skip to content

Commit

Permalink
linux-firmware: DRM: add amdgpu firmware
Browse files Browse the repository at this point in the history
add firmware needed for amdgpu DRM display

Signed-off-by: Lucian Cristian <[email protected]>
  • Loading branch information
lucize authored and hauke committed Feb 17, 2019
1 parent 22fdaa0 commit b064180
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package/firmware/linux-firmware/amdgpu.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Package/amdgpu-firmware = $(call Package/firmware-default,AMDGPU Video Driver firmware)
define Package/amdgpu-firmware/install
$(INSTALL_DIR) $(1)/lib/firmware/amdgpu
$(CP) \
$(PKG_BUILD_DIR)/amdgpu/*.bin \
$(1)/lib/firmware/amdgpu
endef

$(eval $(call BuildPackage,amdgpu-firmware))

0 comments on commit b064180

Please sign in to comment.