Module Name:    src
Committed By:   jmcneill
Date:           Sat Jun  3 14:51:16 UTC 2017

Modified Files:
        src/sys/arch/evbarm/conf: VEXPRESS_A15

Log Message:
Add framebuffer support.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/conf/VEXPRESS_A15

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/VEXPRESS_A15
diff -u src/sys/arch/evbarm/conf/VEXPRESS_A15:1.10 src/sys/arch/evbarm/conf/VEXPRESS_A15:1.11
--- src/sys/arch/evbarm/conf/VEXPRESS_A15:1.10	Fri Jun  2 21:16:42 2017
+++ src/sys/arch/evbarm/conf/VEXPRESS_A15	Sat Jun  3 14:51:15 2017
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: VEXPRESS_A15,v 1.10 2017/06/02 21:16:42 jmcneill Exp $
+#	$NetBSD: VEXPRESS_A15,v 1.11 2017/06/03 14:51:15 jmcneill Exp $
 #
 #	ARM Versatile Express A15
 #
@@ -63,4 +63,21 @@ ld2		at sdmmc2
 ld3		at sdmmc3
 ld*		at sdmmc?
 
+# Framebuffer
+genfb*		at fdt?
+wsdisplay*	at genfb?
+options 	VCONS_DRAW_INTR
+options 	WSEMUL_VT100
+options 	WS_DEFAULT_FB=WSCOL_WHITE
+options 	WS_DEFAULT_BG=WSCOL_BLACK
+options 	WS_KERNEL_FB=WSCOL_GREEN
+options 	WS_KERNEL_BG=WSCOL_BLACK
+options 	WSDISPLAY_COMPAT_PCVT
+options 	WSDISPLAY_COMPAT_SYSCONS
+options 	WSDISPLAY_COMPAT_USL
+options 	WSDISPLAY_COMPAT_RAWKBD
+options 	WSDISPLAY_DEFAULTSCREENS=4
+pseudo-device	wsmux
+pseudo-device	wsfont
+
 cinclude "arch/evbarm/conf/VEXPRESS_A15.local"

Reply via email to