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.36;	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

.include <bsd.own.mk>

FILES+=		${.CURDIR}/../../dist/gm200/acr/bl.bin
FILES+=		${.CURDIR}/../../dist/gm200/acr/ucode_load.bin
FILES+=		${.CURDIR}/../../dist/gm200/acr/ucode_unload.bin

FILESDIR+=	${FIRMWAREDIR}/nouveau/nvidia/gm200/acr

SYMLINKS+=	${FIRMWAREDIR}/nouveau/nvidia/gm200/acr/bl.bin \
		${FIRMWAREDIR}/nouveau/nvidia/gm204/acr/bl.bin
SYMLINKS+=	${FIRMWAREDIR}/nouveau/nvidia/gm200/acr/ucode_load.bin \
		${FIRMWAREDIR}/nouveau/nvidia/gm204/acr/ucode_load.bin
SYMLINKS+=	${FIRMWAREDIR}/nouveau/nvidia/gm200/acr/ucode_unload.bin \
		${FIRMWAREDIR}/nouveau/nvidia/gm204/acr/ucode_unload.bin

SYMLINKS+=	${FIRMWAREDIR}/nouveau/nvidia/gm200/acr/bl.bin \
		${FIRMWAREDIR}/nouveau/nvidia/gm206/acr/bl.bin


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