head	1.1;
access;
symbols
	netbsd-11-0-RC4:1.1
	netbsd-11-0-RC3:1.1
	netbsd-11-0-RC2:1.1
	netbsd-11-0-RC1:1.1
	perseant-exfatfs-base-20250801:1.1
	netbsd-11:1.1.0.6
	netbsd-11-base:1.1
	netbsd-10-1-RELEASE:1.1
	perseant-exfatfs-base-20240630:1.1
	perseant-exfatfs:1.1.0.4
	perseant-exfatfs-base:1.1
	netbsd-10-0-RELEASE:1.1
	netbsd-10-0-RC6:1.1
	netbsd-10-0-RC5:1.1
	netbsd-10-0-RC4:1.1
	netbsd-10-0-RC3:1.1
	netbsd-10-0-RC2:1.1
	netbsd-10-0-RC1:1.1
	netbsd-10:1.1.0.2
	netbsd-10-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2021.12.13.23.59.41;	author maya;	state Exp;
branches;
next	;
commitid	b3xceU6ynmVr3ykD;


desc
@@


1.1
log
@Add newer nouveau firmware build goo

Symlinks inferred from linux-firmware/WHENCE and compared to a linux distro's
firmware.

Note: said linux distro appears to have some mistakes compared to the
linux-firmware repo in linking ucode_unload.bin to unload_bl.bin and vice
versa in some places.
I didn't replicate this aspect, and lack the hardware to test it.
@
text
@# $NetBSD$

NOMAN=	# defined

FILES+=		${.CURDIR}/../../dist/tu102/sec2/desc.bin
FILES+=		${.CURDIR}/../../dist/tu102/sec2/image.bin
FILES+=		${.CURDIR}/../../dist/tu102/sec2/sig.bin

FILESDIR+=	${FIRMWAREDIR}/nouveau/nvidia/tu102/sec2

SYMLINKS+=	${FIRMWAREDIR}/nouveau/nvidia/tu102/sec2/desc.bin \
		${FIRMWAREDIR}/nouveau/nvidia/tu104/sec2/desc.bin
SYMLINKS+=	${FIRMWAREDIR}/nouveau/nvidia/tu102/sec2/image.bin \
		${FIRMWAREDIR}/nouveau/nvidia/tu104/sec2/image.bin
SYMLINKS+=	${FIRMWAREDIR}/nouveau/nvidia/tu102/sec2/sig.bin \
		${FIRMWAREDIR}/nouveau/nvidia/tu104/sec2/sig.bin

SYMLINKS+=	${FIRMWAREDIR}/nouveau/nvidia/tu102/sec2/desc.bin \
		${FIRMWAREDIR}/nouveau/nvidia/tu106/sec2/desc.bin
SYMLINKS+=	${FIRMWAREDIR}/nouveau/nvidia/tu102/sec2/image.bin \
		${FIRMWAREDIR}/nouveau/nvidia/tu106/sec2/image.bin
SYMLINKS+=	${FIRMWAREDIR}/nouveau/nvidia/tu102/sec2/sig.bin \
		${FIRMWAREDIR}/nouveau/nvidia/tu106/sec2/sig.bin

.include <bsd.links.mk>
.include <bsd.files.mk>
@
