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 - Replace CONSADDR with SSCOM2CONSOLE i...
details: https://anonhg.NetBSD.org/src/rev/0e06953dbc8e
branches: trunk
changeset: 354310:0e06953dbc8e
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Jun 11 11:04:20 2017 +0000
description:
- Replace CONSADDR with SSCOM2CONSOLE in example
- Remove gtmr (Exynos5422 uses mct)
- cinclude EXYNOS.local instead of TEGRA.local
diffstat:
sys/arch/evbarm/conf/EXYNOS | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r ad6105affc2e -r 0e06953dbc8e sys/arch/evbarm/conf/EXYNOS
--- a/sys/arch/evbarm/conf/EXYNOS Sun Jun 11 11:02:43 2017 +0000
+++ b/sys/arch/evbarm/conf/EXYNOS Sun Jun 11 11:04:20 2017 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: EXYNOS,v 1.15 2017/06/10 15:13:19 jmcneill Exp $
+# $NetBSD: EXYNOS,v 1.16 2017/06/11 11:04:20 jmcneill Exp $
#
# Samsung Exynos SoC kernel
#
@@ -20,8 +20,8 @@
#options PMAP_DEBUG # Enable pmap_debug_level code
#options IPKDB # remote kernel debugging
#options VERBOSE_INIT_ARM # verbose bootstrapping messages
-# CONSADDR is required for early init messages from VERBOSE_INIT_ARM.
-#options CONSADDR=0x70006300
+# SSCOMnCONSOLE is required for early init messages from VERBOSE_INIT_ARM.
+#options SSCOM2CONSOLE
makeoptions DEBUG="-g" # compile full symbol table
makeoptions COPY_SYMTAB=1
@@ -41,8 +41,6 @@
gpiokeys* at fdt?
# Timer
-gtmr* at fdt? pass 1 # ARM Generic Timer
-armgtmr0 at gtmr?
mct* at fdt? # Exynos Multi Core Timer (MCT)
# Interrupt controller
@@ -91,4 +89,4 @@
include "dev/usb/usbdevices.config"
midi* at midibus?
-cinclude "arch/evbarm/conf/TEGRA.local"
+cinclude "arch/evbarm/conf/EXYNOS.local"
Home |
Main Index |
Thread Index |
Old Index