Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Enable options PCI_SMCCC on 64-bit Arm.



details:   https://anonhg.NetBSD.org/src/rev/30cad0876297
branches:  trunk
changeset: 985110:30cad0876297
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Aug 08 12:31:42 2021 +0000

description:
Enable options PCI_SMCCC on 64-bit Arm.

diffstat:

 sys/arch/evbarm/conf/std.generic64 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1a0d8a28d079 -r 30cad0876297 sys/arch/evbarm/conf/std.generic64
--- a/sys/arch/evbarm/conf/std.generic64        Sun Aug 08 12:17:37 2021 +0000
+++ b/sys/arch/evbarm/conf/std.generic64        Sun Aug 08 12:31:42 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.generic64,v 1.13 2020/09/08 17:39:04 jakllsch Exp $
+#      $NetBSD: std.generic64,v 1.14 2021/08/08 12:31:42 jmcneill Exp $
 #
 #      generic NetBSD/evbarm64 with FDT support
 
@@ -19,6 +19,7 @@
 options        MODULAR
 options        MODULAR_DEFAULT_AUTOLOAD
 options        PCI_NETBSD_CONFIGURE
+options        PCI_SMCCC               # Arm PCI Conf Access Firmware Interface
 options        _ARM32_NEED_BUS_DMA_BOUNCE
 options        __HAVE_GENERIC_CPU_INITCLOCKS
 options        __HAVE_PCI_CONF_HOOK



Home | Main Index | Thread Index | Old Index