CVS commit: [netbsd-7] src/sys/arch/evbarm/conf

2017-04-11 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Apr 11 16:55:39 UTC 2017

Modified Files:
src/sys/arch/evbarm/conf [netbsd-7]: SHEEVAPLUG TWINTAIL

Log Message:
Pull up following revision(s) (requested by skrll in ticket #1400):
sys/arch/evbarm/conf/SHEEVAPLUG: revision 1.45
sys/arch/evbarm/conf/TWINTAIL: revision 1.65
Comment out more USB options to to fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.39.2.1 src/sys/arch/evbarm/conf/SHEEVAPLUG
cvs rdiff -u -r1.61 -r1.61.2.1 src/sys/arch/evbarm/conf/TWINTAIL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/SHEEVAPLUG
diff -u src/sys/arch/evbarm/conf/SHEEVAPLUG:1.39 src/sys/arch/evbarm/conf/SHEEVAPLUG:1.39.2.1
--- src/sys/arch/evbarm/conf/SHEEVAPLUG:1.39	Sun Aug  3 09:18:16 2014
+++ src/sys/arch/evbarm/conf/SHEEVAPLUG	Tue Apr 11 16:55:39 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: SHEEVAPLUG,v 1.39 2014/08/03 09:18:16 martin Exp $
+#	$NetBSD: SHEEVAPLUG,v 1.39.2.1 2017/04/11 16:55:39 martin Exp $
 #
 #  This configuration supports for generically Marvell SheevaPlug
 #
@@ -300,7 +300,7 @@ cd*	at scsibus? target ? lun ?	# SCSI CD
 uaudio* at uhub? port ? configuration ?
 
 # USB MIDI
-umidi* at uhub? port ? configuration ?
+#umidi* at uhub? port ? configuration ?
 
 # USB IrDA
 # USB-IrDA bridge spec

Index: src/sys/arch/evbarm/conf/TWINTAIL
diff -u src/sys/arch/evbarm/conf/TWINTAIL:1.61 src/sys/arch/evbarm/conf/TWINTAIL:1.61.2.1
--- src/sys/arch/evbarm/conf/TWINTAIL:1.61	Sun Aug  3 09:18:16 2014
+++ src/sys/arch/evbarm/conf/TWINTAIL	Tue Apr 11 16:55:39 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: TWINTAIL,v 1.61 2014/08/03 09:18:16 martin Exp $
+#	$NetBSD: TWINTAIL,v 1.61.2.1 2017/04/11 16:55:39 martin Exp $
 #
 #	TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
 #
@@ -116,7 +116,7 @@ options 	COMPAT_16	# NetBSD 1.6 compatib
 options 	KTRACE		# system call tracing, a la ktrace(1)
 #options 	KMEMSTATS	# kernel memory statistics
 options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
-options 	USBVERBOSE	# verbose USB device autoconfig messages
+#options 	USBVERBOSE	# verbose USB device autoconfig messages
 options 	SCSIVERBOSE	# Verbose SCSI errors
 #options 	MIIVERBOSE	# Verbose MII autoconfuration messages
 #options 	DDB_KEYCODE=0x40



CVS commit: [netbsd-7] src/sys/arch/evbarm/conf

2016-01-16 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jan 16 10:09:13 UTC 2016

Modified Files:
src/sys/arch/evbarm/conf [netbsd-7]: OPENRD

Log Message:
Pull up following revision(s) (requested by cyber in ticket #1061):
sys/arch/evbarm/conf/OPENRD: revision 1.6
mvsdio does not work on OPENRD, disable it.
Tested on OpenRD-Client, causes infinite loop during autoconf when enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.4.1 src/sys/arch/evbarm/conf/OPENRD

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/OPENRD
diff -u src/sys/arch/evbarm/conf/OPENRD:1.5 src/sys/arch/evbarm/conf/OPENRD:1.5.4.1
--- src/sys/arch/evbarm/conf/OPENRD:1.5	Fri Apr  4 07:55:25 2014
+++ src/sys/arch/evbarm/conf/OPENRD	Sat Jan 16 10:09:13 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: OPENRD,v 1.5 2014/04/04 07:55:25 msaitoh Exp $
+#	$NetBSD: OPENRD,v 1.5.4.1 2016/01/16 10:09:13 snj Exp $
 #
 # This is a working config file for OpenRD(.org) Client.  Note that the
 # default boot address will not work and the kernel has to load at 8MB
@@ -23,3 +23,9 @@ no options 	COMPAT_LINUX
 
 vga*		at pci? dev ? function ?
 wsdisplay*	at vga? console ?
+
+
+# mvsdio doesn't currently function on OPENRD
+# Tested on OpenRD-Client
+no mvsdio
+



CVS commit: [netbsd-7] src/sys/arch/evbarm/conf

2015-04-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Apr 30 19:42:20 UTC 2015

Modified Files:
src/sys/arch/evbarm/conf [netbsd-7]: ODROID-C1

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #723):
sys/arch/arm/amlogic/amlogic_crureg.h: revisions 1.9, 1.10
sys/arch/arm/amlogic/amlogic_gpio.c: revision 1.1
sys/arch/arm/amlogic/amlogic_io.c: revision 1.11
sys/arch/arm/amlogic/amlogic_reg.h: revision 1.11
sys/arch/arm/amlogic/files.amlogic: revision 1.12
sys/arch/evbarm/conf/ODROID-C1: revision 1.18
Add Amlogic GPIO driver.


To generate a diff of this commit:
cvs rdiff -u -r1.12.2.5 -r1.12.2.6 src/sys/arch/evbarm/conf/ODROID-C1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/ODROID-C1
diff -u src/sys/arch/evbarm/conf/ODROID-C1:1.12.2.5 src/sys/arch/evbarm/conf/ODROID-C1:1.12.2.6
--- src/sys/arch/evbarm/conf/ODROID-C1:1.12.2.5	Thu Apr 23 20:00:09 2015
+++ src/sys/arch/evbarm/conf/ODROID-C1	Thu Apr 30 19:42:20 2015
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: ODROID-C1,v 1.12.2.5 2015/04/23 20:00:09 snj Exp $
+#	$NetBSD: ODROID-C1,v 1.12.2.6 2015/04/30 19:42:20 snj Exp $
 #
 #	Odroid-C1 (Amlogic S805) based SBC (Single Board Computer)
 #
@@ -176,6 +176,10 @@ amlogicio0	at mainbus?
 amlogiccom0	at amlogicio0 port 0
 options 	CONSADDR=0xc81004c0, CONSPEED=115200
 
+# GPIO
+amlogicgpio0	at amlogicio0
+gpio*		at gpiobus?
+
 # Framebuffer
 genfb0		at amlogicio0
 wsdisplay*	at genfb?



CVS commit: [netbsd-7] src/sys/arch/evbarm/conf

2015-04-05 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Apr  6 01:46:34 UTC 2015

Modified Files:
src/sys/arch/evbarm/conf [netbsd-7]: ODROID-C1

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #660):
sys/arch/evbarm/conf/ODROID-C1: revision 1.15
comment out DDB_COMMANDONENTER


To generate a diff of this commit:
cvs rdiff -u -r1.12.2.3 -r1.12.2.4 src/sys/arch/evbarm/conf/ODROID-C1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/ODROID-C1
diff -u src/sys/arch/evbarm/conf/ODROID-C1:1.12.2.3 src/sys/arch/evbarm/conf/ODROID-C1:1.12.2.4
--- src/sys/arch/evbarm/conf/ODROID-C1:1.12.2.3	Wed Mar 25 17:13:26 2015
+++ src/sys/arch/evbarm/conf/ODROID-C1	Mon Apr  6 01:46:34 2015
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: ODROID-C1,v 1.12.2.3 2015/03/25 17:13:26 snj Exp $
+#	$NetBSD: ODROID-C1,v 1.12.2.4 2015/04/06 01:46:34 snj Exp $
 #
 #	Odroid-C1 (Amlogic S805) based SBC (Single Board Computer)
 #
@@ -143,7 +143,7 @@ options 	DIAGNOSTIC	# internal consisten
 options 	DDB		# in-kernel debugger
 options		DDB_ONPANIC=1
 options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
-options		DDB_COMMANDONENTER=bt
+#options 	DDB_COMMANDONENTER=bt
 #options 	KGDB
 makeoptions	DEBUG=-g	# compile full symbol table
 makeoptions	COPY_SYMTAB=1



CVS commit: [netbsd-7] src/sys/arch/evbarm/conf

2015-03-15 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Mar 15 22:52:18 UTC 2015

Modified Files:
src/sys/arch/evbarm/conf [netbsd-7]: RPI RPI2

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #593):
sys/arch/evbarm/conf/RPI: revision 1.61
sys/arch/evbarm/conf/RPI2: revision 1.3
re-add ARM11_COMPAT_MMU, lost in the rpi2 shuffle
--
add no options ARM11_COMPAT_MMU


To generate a diff of this commit:
cvs rdiff -u -r1.46.2.6 -r1.46.2.7 src/sys/arch/evbarm/conf/RPI
cvs rdiff -u -r1.2.2.2 -r1.2.2.3 src/sys/arch/evbarm/conf/RPI2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.46.2.6 src/sys/arch/evbarm/conf/RPI:1.46.2.7
--- src/sys/arch/evbarm/conf/RPI:1.46.2.6	Wed Mar 11 20:22:56 2015
+++ src/sys/arch/evbarm/conf/RPI	Sun Mar 15 22:52:18 2015
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: RPI,v 1.46.2.6 2015/03/11 20:22:56 snj Exp $
+#	$NetBSD: RPI,v 1.46.2.7 2015/03/15 22:52:18 snj Exp $
 #
 #	RPi -- Raspberry Pi
 #
@@ -20,6 +20,7 @@ options 	RTC_OFFSET=0	# hardware clock i
 options 	CPU_ARM1176
 options 	PMAPCOUNTERS
 options 	TPIDRPRW_IS_CURLWP
+options 	ARM11_COMPAT_MMU
 options 	__HAVE_MM_MD_CACHE_ALIASING
 makeoptions 	CPUFLAGS=-march=armv6z -mtune=arm1176jzf-s -mfpu=vfp
 

Index: src/sys/arch/evbarm/conf/RPI2
diff -u src/sys/arch/evbarm/conf/RPI2:1.2.2.2 src/sys/arch/evbarm/conf/RPI2:1.2.2.3
--- src/sys/arch/evbarm/conf/RPI2:1.2.2.2	Wed Mar 11 20:22:56 2015
+++ src/sys/arch/evbarm/conf/RPI2	Sun Mar 15 22:52:18 2015
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: RPI2,v 1.2.2.2 2015/03/11 20:22:56 snj Exp $
+#	$NetBSD: RPI2,v 1.2.2.3 2015/03/15 22:52:18 snj Exp $
 #
 #	RPi2 -- Raspberry Pi 2
 #
@@ -8,6 +8,7 @@ include arch/evbarm/conf/RPI
 
 no options 	CPU_ARM1176
 no options 	TPIDRPRW_IS_CURLWP
+no options 	ARM11_COMPAT_MMU
 no options 	__HAVE_MM_MD_CACHE_ALIASING
 no makeoptions	CPUFLAGS
 



CVS commit: [netbsd-7] src/sys/arch/evbarm/conf

2014-11-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Nov 25 14:32:45 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf [netbsd-7]: BPI

Log Message:
Pull up following revision(s) (requested by snj in ticket #261):
sys/arch/evbarm/conf/BPI: revision 1.13
Fix pasto: BPI.local, not CUBIEBOARD.local


To generate a diff of this commit:
cvs rdiff -u -r1.2.2.7 -r1.2.2.8 src/sys/arch/evbarm/conf/BPI

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/BPI
diff -u src/sys/arch/evbarm/conf/BPI:1.2.2.7 src/sys/arch/evbarm/conf/BPI:1.2.2.8
--- src/sys/arch/evbarm/conf/BPI:1.2.2.7	Sun Nov 16 10:33:57 2014
+++ src/sys/arch/evbarm/conf/BPI	Tue Nov 25 14:32:45 2014
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: BPI,v 1.2.2.7 2014/11/16 10:33:57 martin Exp $
+#	$NetBSD: BPI,v 1.2.2.8 2014/11/25 14:32:45 martin Exp $
 #
 #	BPI -- Banana Pi - an Allwinner A20 Eval Board Kernel
 #
@@ -335,4 +335,4 @@ pseudo-device	pty			# pseudo-terminals
 pseudo-device	ksyms			# /dev/ksyms
 pseudo-device	lockstat		# lock profiling
 
-cinclude arch/evbarm/conf/CUBIEBOARD.local
+cinclude arch/evbarm/conf/BPI.local



CVS commit: [netbsd-7] src/sys/arch/evbarm/conf

2014-11-25 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Nov 25 15:51:47 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf [netbsd-7]: RPI

Log Message:
Remove options DEBUG. Requested by skrll in #265


To generate a diff of this commit:
cvs rdiff -u -r1.46.2.4 -r1.46.2.5 src/sys/arch/evbarm/conf/RPI

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.46.2.4 src/sys/arch/evbarm/conf/RPI:1.46.2.5
--- src/sys/arch/evbarm/conf/RPI:1.46.2.4	Fri Nov 14 15:51:20 2014
+++ src/sys/arch/evbarm/conf/RPI	Tue Nov 25 15:51:47 2014
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: RPI,v 1.46.2.4 2014/11/14 15:51:20 martin Exp $
+#	$NetBSD: RPI,v 1.46.2.5 2014/11/25 15:51:47 martin Exp $
 #
 #	RPi -- Raspberry Pi
 #
@@ -131,7 +131,7 @@ options 	KTRACE		# system call tracing, 
 # Development and Debugging options
 #options 	PERFCTRS	# performance counters
 options 	DIAGNOSTIC	# internal consistency checks
-options 	DEBUG
+#options 	DEBUG
 #options 	LOCKDEBUG
 #options 	IPKDB		# remote kernel debugging
 #options 	VERBOSE_INIT_ARM # verbose bootstraping messages



CVS commit: [netbsd-7] src/sys/arch/evbarm/conf

2014-11-14 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Nov 14 15:51:20 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf [netbsd-7]: RPI

Log Message:
Pull up following revision(s) (requested by jakllsch in ticket #235):
sys/arch/evbarm/conf/RPI: revision 1.55
enable NFS root FS support in RPI


To generate a diff of this commit:
cvs rdiff -u -r1.46.2.3 -r1.46.2.4 src/sys/arch/evbarm/conf/RPI

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.46.2.3 src/sys/arch/evbarm/conf/RPI:1.46.2.4
--- src/sys/arch/evbarm/conf/RPI:1.46.2.3	Fri Oct  3 18:53:56 2014
+++ src/sys/arch/evbarm/conf/RPI	Fri Nov 14 15:51:20 2014
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: RPI,v 1.46.2.3 2014/10/03 18:53:56 martin Exp $
+#	$NetBSD: RPI,v 1.46.2.4 2014/11/14 15:51:20 martin Exp $
 #
 #	RPi -- Raspberry Pi
 #
@@ -70,8 +70,8 @@ options 	INET6		# IPV6
 #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
 
-#options 	NFS_BOOT_BOOTP
-#options 	NFS_BOOT_DHCP
+options 	NFS_BOOT_BOOTP
+options 	NFS_BOOT_DHCP
 #options		NFS_BOOT_BOOTSTATIC
 #options		NFS_BOOTSTATIC_MYIP=\192.168.1.4\
 #options		NFS_BOOTSTATIC_GWIP=\192.168.1.1\
@@ -259,7 +259,7 @@ spi* at spibus?
 
 # PIFace or other boards using that chip (needs gpio)
 #mcp23s17gpio0 at spi? slave 0 flags 0
-#mcp23s17gpio1 at spi? slave 0 flags 1 
+#mcp23s17gpio1 at spi? slave 0 flags 1
 #mcp23s17gpio2 at spi? slave 0 flags 2
 #mcp23s17gpio3 at spi? slave 0 flags 3
 



CVS commit: [netbsd-7] src/sys/arch/evbarm/conf

2014-11-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Nov 14 18:11:22 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf [netbsd-7]: HUMMINGBIRD_A31

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #237):
sys/arch/evbarm/conf/HUMMINGBIRD_A31: revision 1.16, 1.19
add awinhdmi
--
enable awinhdmiaudio


To generate a diff of this commit:
cvs rdiff -u -r1.19.2.3 -r1.19.2.4 src/sys/arch/evbarm/conf/HUMMINGBIRD_A31

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/HUMMINGBIRD_A31
diff -u src/sys/arch/evbarm/conf/HUMMINGBIRD_A31:1.19.2.3 src/sys/arch/evbarm/conf/HUMMINGBIRD_A31:1.19.2.4
--- src/sys/arch/evbarm/conf/HUMMINGBIRD_A31:1.19.2.3	Fri Nov 14 13:26:46 2014
+++ src/sys/arch/evbarm/conf/HUMMINGBIRD_A31	Fri Nov 14 18:11:22 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: HUMMINGBIRD_A31,v 1.19.2.3 2014/11/14 13:26:46 martin Exp $
+#	$NetBSD: HUMMINGBIRD_A31,v 1.19.2.4 2014/11/14 18:11:22 snj Exp $
 #
 #	HUMMINGBIRD_A31 - Merrii Hummingbird A31
 #
@@ -256,6 +256,11 @@ options 	WSDISPLAY_COMPAT_USL
 options 	WSDISPLAY_COMPAT_RAWKBD
 options 	WSDISPLAY_DEFAULTSCREENS=4
 
+# HDMI
+awinhdmi0	at awinio0
+awinhdmiaudio0	at awinio0
+audio1		at awinhdmiaudio0
+
 # On-board USB
 awinusb0	at awinio0 port 0
 awinusb1	at awinio0 port 1



CVS commit: [netbsd-7] src/sys/arch/evbarm/conf

2014-11-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Nov 13 09:55:45 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf [netbsd-7]: std.awin

Log Message:
Actually do pullup rev 1.2, as requested by skrll in #223


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/sys/arch/evbarm/conf/std.awin

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/std.awin
diff -u src/sys/arch/evbarm/conf/std.awin:1.1.2.4 src/sys/arch/evbarm/conf/std.awin:1.1.2.5
--- src/sys/arch/evbarm/conf/std.awin:1.1.2.4	Thu Nov 13 07:17:40 2014
+++ src/sys/arch/evbarm/conf/std.awin	Thu Nov 13 09:55:45 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: std.awin,v 1.1.2.4 2014/11/13 07:17:40 martin Exp $
+#	$NetBSD: std.awin,v 1.1.2.5 2014/11/13 09:55:45 martin Exp $
 #
 # standard NetBSD/evbarm for Allwinner based options
 
@@ -19,6 +19,7 @@ options 	__HAVE_MM_MD_DIRECT_MAPPED_PHYS
 options 	TPIDRPRW_IS_CURCPU
 options 	KERNEL_BASE_EXT=0x8000
 options 	FPU_VFP
+options 	GTTWSI_ALLWINNER
 options 	MOTG_ALLWINNER
 
 makeoptions	KERNEL_BASE_PHYS=0x40007800



CVS commit: [netbsd-7] src/sys/arch/evbarm/conf

2014-11-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Nov 13 06:36:34 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf [netbsd-7]: mk.awin

Log Message:
Pull up the following revision, requested by skrl in ticket #222:
src/sys/arch/evbarm/conf/mk.awin1.3

Pass BOARDTYPE as a string to awin_machdep.c


To generate a diff of this commit:
cvs rdiff -u -r1.2.2.3 -r1.2.2.4 src/sys/arch/evbarm/conf/mk.awin

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/mk.awin
diff -u src/sys/arch/evbarm/conf/mk.awin:1.2.2.3 src/sys/arch/evbarm/conf/mk.awin:1.2.2.4
--- src/sys/arch/evbarm/conf/mk.awin:1.2.2.3	Wed Nov 12 19:54:46 2014
+++ src/sys/arch/evbarm/conf/mk.awin	Thu Nov 13 06:36:34 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: mk.awin,v 1.2.2.3 2014/11/12 19:54:46 martin Exp $
+#	$NetBSD: mk.awin,v 1.2.2.4 2014/11/13 06:36:34 martin Exp $
 
 .if !empty(MACHINE_ARCH:M*eb)
 EXTRA_LINKFLAGS+=	--be8
@@ -7,7 +7,7 @@ EXTRA_LINKFLAGS+=	--be8
 SYSTEM_FIRST_OBJ=	awin_start.o
 SYSTEM_FIRST_SFILE=	${THISARM}/awin/awin_start.S
 
-CPPFLAGS.awin_machdep.c+=	-DBOARDTYPE=${BOARDTYPE}
+CPPFLAGS.awin_machdep.c+=	-DBOARDTYPE='${BOARDTYPE}'
 CPPFLAGS.awin_machdep.c+=	-DAWIN_board=AWIN_${BOARDTYPE}
 
 GENASSYM_EXTRAS+=	${THISARM}/awin/genassym.cf



CVS commit: [netbsd-7] src/sys/arch/evbarm/conf

2014-11-12 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Nov 13 07:17:40 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf [netbsd-7]: std.awin

Log Message:
Fix pullup of rev 1.4 for ticket #222


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/evbarm/conf/std.awin

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/std.awin
diff -u src/sys/arch/evbarm/conf/std.awin:1.1.2.3 src/sys/arch/evbarm/conf/std.awin:1.1.2.4
--- src/sys/arch/evbarm/conf/std.awin:1.1.2.3	Wed Nov 12 19:54:46 2014
+++ src/sys/arch/evbarm/conf/std.awin	Thu Nov 13 07:17:40 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: std.awin,v 1.1.2.3 2014/11/12 19:54:46 martin Exp $
+#	$NetBSD: std.awin,v 1.1.2.4 2014/11/13 07:17:40 martin Exp $
 #
 # standard NetBSD/evbarm for Allwinner based options
 
@@ -25,6 +25,7 @@ makeoptions	KERNEL_BASE_PHYS=0x40007800
 makeoptions	KERNEL_BASE_VIRT=0x80007800
 makeoptions	BOARDTYPE=awin
 makeoptions	BOARDMKFRAG=${THISARM}/conf/mk.awin
+makeoptions	CPUFLAGS=-mcpu=cortex-a8 -mfpu=neon
 
 options 	ARM_INTR_IMPL=arch/arm/allwinner/awin_intr.h
 options		ARM_GENERIC_TODR



CVS commit: [netbsd-7] src/sys/arch/evbarm/conf

2014-09-08 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Sep  8 19:06:35 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf [netbsd-7]: RPI

Log Message:
Pull up following revision(s) (requested by skrll in ticket #76):
sys/arch/evbarm/conf/RPI: revision 1.50
Copy the list of PHYs from elsewhere.
XXX sys/dev/mii/miidevices.config anyone?


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.46.2.1 src/sys/arch/evbarm/conf/RPI

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.46 src/sys/arch/evbarm/conf/RPI:1.46.2.1
--- src/sys/arch/evbarm/conf/RPI:1.46	Sun Aug  3 09:18:16 2014
+++ src/sys/arch/evbarm/conf/RPI	Mon Sep  8 19:06:35 2014
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: RPI,v 1.46 2014/08/03 09:18:16 martin Exp $
+#	$NetBSD: RPI,v 1.46.2.1 2014/09/08 19:06:35 msaitoh Exp $
 #
 #	RPi -- Raspberry Pi
 #
@@ -220,7 +220,31 @@ usb* 		at dwctwo?
 # USB device drivers
 include dev/usb/usbdevices.config
 
-ukphy*		at mii? phy ?
+# MII/PHY support
+exphy* 		at mii? phy ?		# 3Com internal PHYs
+gentbi* 	at mii? phy ?		# Generic Ten-Bit 1000BASE-[CLS]X PHYs
+glxtphy*	at mii? phy ?		# Level One LXT-1000 PHYs
+gphyter* 	at mii? phy ?		# NS83861 Gig-E PHY
+icsphy*		at mii? phy ?		# Integrated Circuit Systems ICS189x
+igphy*		at mii? phy ?		# Intel IGP01E1000
+ihphy*		at mii? phy ?		# Intel 82577 PHYs
+ikphy*		at mii? phy ?		# Intel 82563 PHYs
+inphy*		at mii? phy ?		# Intel 82555 PHYs
+iophy*		at mii? phy ?		# Intel 82553 PHYs
+lxtphy*		at mii? phy ?		# Level One LXT-970 PHYs
+makphy*		at mii? phy ?		# Marvell Semiconductor 88E1000 PHYs
+nsphy*		at mii? phy ?		# NS83840 PHYs
+nsphyter*	at mii? phy ? 		# NS83843 PHYs
+pnaphy*		at mii? phy ?		# generic HomePNA PHYs
+qsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
+rdcphy*		at mii? phy ?		# RDC R6040 10/100 PHY
+rgephy*		at mii? phy ?		# Realtek 8169S/8110S internal PHYs
+rlphy*		at mii? phy ?		# Realtek 8139/8201L PHYs
+sqphy*		at mii? phy ?		# Seeq 80220/80221/80223 PHYs
+tlphy*		at mii? phy ?		# ThunderLAN PHYs
+tqphy*		at mii? phy ?		# TDK Semiconductor PHYs
+urlphy*		at mii? phy ?		# Realtek RTL8150L internal PHYs
+ukphy*		at mii? phy ?		# generic unknown PHYs
 
 # Broadcom Serial Control (I2C)
 bsciic* at obio?