linux-firmware: add Raspberry Pi 5 NVRAM
The RPi 5 expects the same NVRAM as the one from RPi 4 on a different file. Signed-off-by: Marty Jones <mj8263788@gmail.com> [Reword commit description, add missing PKG_RELEASE bump] Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						Álvaro Fernández Rojas
					
				
			
			
				
	
			
			
			
						parent
						
							2e715fb4fc
						
					
				
				
					commit
					beccf65a93
				
			@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
PKG_NAME:=linux-firmware
 | 
					PKG_NAME:=linux-firmware
 | 
				
			||||||
PKG_VERSION:=20231211
 | 
					PKG_VERSION:=20231211
 | 
				
			||||||
PKG_RELEASE:=1
 | 
					PKG_RELEASE:=2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PKG_SOURCE_URL:=@KERNEL/linux/kernel/firmware
 | 
					PKG_SOURCE_URL:=@KERNEL/linux/kernel/firmware
 | 
				
			||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 | 
					PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -125,9 +125,15 @@ define Package/brcmfmac-nvram-43455-sdio/install
 | 
				
			|||||||
	$(LN) \
 | 
						$(LN) \
 | 
				
			||||||
		brcmfmac43455-sdio.raspberrypi,4-model-b.txt \
 | 
							brcmfmac43455-sdio.raspberrypi,4-model-b.txt \
 | 
				
			||||||
		$(1)/lib/firmware/brcm/brcmfmac43455-sdio.Raspberry\ Pi\ Foundation-Raspberry\ Pi\ 4\ Model\ B.txt
 | 
							$(1)/lib/firmware/brcm/brcmfmac43455-sdio.Raspberry\ Pi\ Foundation-Raspberry\ Pi\ 4\ Model\ B.txt
 | 
				
			||||||
 | 
						$(LN) \
 | 
				
			||||||
 | 
							brcmfmac43455-sdio.raspberrypi,4-model-b.txt \
 | 
				
			||||||
 | 
							$(1)/lib/firmware/brcm/brcmfmac43455-sdio.raspberrypi,5-model-b.txt
 | 
				
			||||||
	$(LN) \
 | 
						$(LN) \
 | 
				
			||||||
		brcmfmac43455-sdio.raspberrypi,4-model-b.txt \
 | 
							brcmfmac43455-sdio.raspberrypi,4-model-b.txt \
 | 
				
			||||||
		$(1)/lib/firmware/brcm/brcmfmac43455-sdio.Raspberry\ Pi\ Foundation-Raspberry\ Pi\ Compute\ Module\ 4.txt
 | 
							$(1)/lib/firmware/brcm/brcmfmac43455-sdio.Raspberry\ Pi\ Foundation-Raspberry\ Pi\ Compute\ Module\ 4.txt
 | 
				
			||||||
 | 
						$(LN) \
 | 
				
			||||||
 | 
							brcmfmac43455-sdio.raspberrypi,4-model-b.txt \
 | 
				
			||||||
 | 
							$(1)/lib/firmware/brcm/brcmfmac43455-sdio.Raspberry\ Pi\ Foundation-Raspberry\ Pi\ 5\ Model\ B.txt
 | 
				
			||||||
	$(INSTALL_DATA) \
 | 
						$(INSTALL_DATA) \
 | 
				
			||||||
		$(PKG_BUILD_DIR)/brcm/brcmfmac43455-sdio.MINIX-NEO\ Z83-4.txt \
 | 
							$(PKG_BUILD_DIR)/brcm/brcmfmac43455-sdio.MINIX-NEO\ Z83-4.txt \
 | 
				
			||||||
		$(1)/lib/firmware/brcm/
 | 
							$(1)/lib/firmware/brcm/
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user