socsvn commit: r272156 - in soc2014/seiya/bootsplash/sys: conf modules

seiya at FreeBSD.org seiya at FreeBSD.org
Sun Aug 10 05:31:09 UTC 2014


Author: seiya
Date: Sun Aug 10 05:31:07 2014
New Revision: 272156
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=272156

Log:
  some enhancements
  

Modified:
  soc2014/seiya/bootsplash/sys/conf/NOTES
  soc2014/seiya/bootsplash/sys/conf/files
  soc2014/seiya/bootsplash/sys/modules/Makefile

Modified: soc2014/seiya/bootsplash/sys/conf/NOTES
==============================================================================
--- soc2014/seiya/bootsplash/sys/conf/NOTES	Sun Aug 10 03:09:35 2014	(r272155)
+++ soc2014/seiya/bootsplash/sys/conf/NOTES	Sun Aug 10 05:31:07 2014	(r272156)
@@ -1393,6 +1393,7 @@
 options 	FB_DEBUG		# Frame buffer debugging
 
 device		splash			# Splash screen and screen saver support
+device		bsplash			# Enhanced splash screen
 
 # Various screen savers.
 device		blank_saver

Modified: soc2014/seiya/bootsplash/sys/conf/files
==============================================================================
--- soc2014/seiya/bootsplash/sys/conf/files	Sun Aug 10 03:09:35 2014	(r272155)
+++ soc2014/seiya/bootsplash/sys/conf/files	Sun Aug 10 05:31:07 2014	(r272156)
@@ -1375,7 +1375,7 @@
 dev/fb/fb_if.m			standard
 dev/fb/splash.c			optional sc splash
 dev/fb/bsplash.c		optional sc bsplash
-dev/fb/bmp.c			optional sc bsplash
+dev/fb/bmp.c			optional sc splash | sc bsplash
 dev/fdt/fdt_common.c		optional fdt
 dev/fdt/fdt_slicer.c		optional fdt cfi | fdt nand
 dev/fdt/fdt_static_dtb.S	optional fdt fdt_dtb_static \

Modified: soc2014/seiya/bootsplash/sys/modules/Makefile
==============================================================================
--- soc2014/seiya/bootsplash/sys/modules/Makefile	Sun Aug 10 03:09:35 2014	(r272155)
+++ soc2014/seiya/bootsplash/sys/modules/Makefile	Sun Aug 10 05:31:07 2014	(r272156)
@@ -53,7 +53,7 @@
 	${_bktr} \
 	${_bm} \
 	bridgestp \
-	bsplash \
+	${_bsplash} \
 	bwi \
 	bwn \
 	cam \
@@ -657,6 +657,7 @@
 _arcmsr=	arcmsr
 _asmc=		asmc
 _bktr=		bktr
+_bsplash=	bsplash
 _bxe=		bxe
 _cardbus=	cardbus
 _cbb=		cbb


More information about the svn-soc-all mailing list