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 Include tegra210 dts files with kernel ...



details:   https://anonhg.NetBSD.org/src/rev/3cbeb7495c8e
branches:  trunk
changeset: 826490:3cbeb7495c8e
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Sep 08 10:17:18 2017 +0000

description:
Include tegra210 dts files with kernel build

diffstat:

 sys/arch/evbarm/conf/TEGRA |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r a7c5e3b9c0c8 -r 3cbeb7495c8e sys/arch/evbarm/conf/TEGRA
--- a/sys/arch/evbarm/conf/TEGRA        Fri Sep 08 09:50:44 2017 +0000
+++ b/sys/arch/evbarm/conf/TEGRA        Fri Sep 08 10:17:18 2017 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: TEGRA,v 1.26 2017/07/21 01:01:22 jmcneill Exp $
+#      $NetBSD: TEGRA,v 1.27 2017/09/08 10:17:18 jmcneill Exp $
 #
 #      NVIDIA Tegra family SoCs
 #
@@ -7,12 +7,19 @@
 include        "arch/evbarm/conf/std.tegra"
 include        "arch/evbarm/conf/GENERIC.common"
 
+makeoptions    DTSGNUARCH="arm arm64"
+makeoptions    DTSSUBDIR="nvidia"
 makeoptions    DTS="
        tegra124-apalis-eval.dts
        tegra124-jetson-tk1.dts
        tegra124-nyan-big.dts
        tegra124-nyan-blaze.dts
        tegra124-venice2.dts
+
+       tegra210-p2371-0000.dts
+       tegra210-p2371-2180.dts
+       tegra210-p2571.dts
+       tegra210-smaug.dts
 "
 
 options        CPU_CORTEXA15



Home | Main Index | Thread Index | Old Index