Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Install nouveau and radeon firmware on aarch64



details:   https://anonhg.NetBSD.org/src/rev/8aea5dc4c7ce
branches:  trunk
changeset: 467272:8aea5dc4c7ce
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Jan 19 00:57:18 2020 +0000

description:
Install nouveau and radeon firmware on aarch64

diffstat:

 share/mk/bsd.own.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 720942ed1065 -r 8aea5dc4c7ce share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Jan 19 00:57:00 2020 +0000
+++ b/share/mk/bsd.own.mk       Sun Jan 19 00:57:18 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1172 2020/01/17 16:26:12 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1173 2020/01/19 00:57:18 jmcneill Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1174,8 +1174,10 @@
 # Only install the nouveau and radeon firmwares on DRM-happy systems.
 MKNOUVEAUFIRMWARE.x86_64=      yes
 MKNOUVEAUFIRMWARE.i386=                yes
+MKNOUVEAUFIRMWARE.aarch64=     yes
 MKRADEONFIRMWARE.x86_64=       yes
 MKRADEONFIRMWARE.i386=         yes
+MKRADEONFIRMWARE.aarch64=      yes
 
 # Only install the tegra firmware on evbarm.
 MKTEGRAFIRMWARE.evbarm=                yes



Home | Main Index | Thread Index | Old Index