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 Add some comments around EARLYCONS
details: https://anonhg.NetBSD.org/src/rev/750da94a767c
branches: trunk
changeset: 447254:750da94a767c
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Jan 05 16:50:22 2019 +0000
description:
Add some comments around EARLYCONS
diffstat:
sys/arch/evbarm/conf/GENERIC | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (33 lines):
diff -r 112208bccca8 -r 750da94a767c sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC Sat Jan 05 15:46:02 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC Sat Jan 05 16:50:22 2019 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC,v 1.16 2019/01/05 13:55:46 aymeric Exp $
+# $NetBSD: GENERIC,v 1.17 2019/01/05 16:50:22 skrll Exp $
#
# GENERIC ARM (aarch32) kernel
#
@@ -209,7 +209,11 @@
# ODROID-XU lite
#options EARLYCONS=exynos, CONSADDR=0x12c20000
+# RaspberryPIs
+#options EARLYCONS=bcm2835, CONSADDR=0x20201000
+#options EARLYCONS=bcm2836, CONSADDR=0x3f201000
#options EARLYCONS=bcm2837, CONSADDR=0x3f215040
+
#options EARLYCONS=cycv, CONSADDR=0xffc02000
#options EARLYCONS=rk3328, CONSADDR=0xff130000
#options EARLYCONS=sunxi, CONSADDR=0x01c28000
@@ -217,9 +221,8 @@
# TEGRA TK1
#options EARLYCONS=tegra, CONSADDR=0x70006300
-#
#options EARLYCONS=vexpress, CONSADDR=0x1c090000
-#options EARLYCONS=virt
+#options EARLYCONS=virt, CONSADDR=0x09000000
makeoptions DEBUG="-g" # compile full symbol table
makeoptions COPY_SYMTAB=1
Home |
Main Index |
Thread Index |
Old Index