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 framebuffer support.



details:   https://anonhg.NetBSD.org/src/rev/8d083298c60b
branches:  trunk
changeset: 824385:8d083298c60b
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Jun 03 14:51:15 2017 +0000

description:
Add framebuffer support.

diffstat:

 sys/arch/evbarm/conf/VEXPRESS_A15 |  19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 404671cb9b17 -r 8d083298c60b sys/arch/evbarm/conf/VEXPRESS_A15
--- a/sys/arch/evbarm/conf/VEXPRESS_A15 Sat Jun 03 14:50:39 2017 +0000
+++ b/sys/arch/evbarm/conf/VEXPRESS_A15 Sat Jun 03 14:51:15 2017 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index