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 early console for pico-pi-imx7



details:   https://anonhg.NetBSD.org/src/rev/5967435cdf3d
branches:  trunk
changeset: 953402:5967435cdf3d
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Mon Mar 08 06:27:06 2021 +0000

description:
early console for pico-pi-imx7

diffstat:

 sys/arch/evbarm/conf/GENERIC |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 0ee651bd2363 -r 5967435cdf3d sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC      Mon Mar 08 06:23:31 2021 +0000
+++ b/sys/arch/evbarm/conf/GENERIC      Mon Mar 08 06:27:06 2021 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC,v 1.93 2021/01/31 08:47:07 skrll Exp $
+#      $NetBSD: GENERIC,v 1.94 2021/03/08 06:27:06 mlelstv Exp $
 #
 #      GENERIC ARM (aarch32) kernel
 #
@@ -63,6 +63,9 @@
 
 #options       EARLYCONS=imx, CONSADDR=0x02020000
 
+# PICO-PI-IMX7
+#options       EARLYCONS=imx, CONSADDR=0x30a70000 # serial4
+
 # ODROID-C1
 #options       EARLYCONS=meson, CONSADDR=0xc81004c0
 



Home | Main Index | Thread Index | Old Index