patch against bootsplash patch for bfw thinstation
authorMatthias Förste <foerste@schlittermann.de>
Mon, 28 Mar 2011 15:04:59 +0200
changeset 8 44bfdfba46fb
parent 7 e277ea3de598
child 9 7729b8ae5e3c
patch against bootsplash patch for bfw thinstation
thinstation/README
thinstation/bootsplash.patch.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/thinstation/README	Mon Mar 28 15:04:59 2011 +0200
@@ -0,0 +1,4 @@
+apply this patch to
+http://www.batley.com.au/thinstation/patches/bootsplash-3.1.6-2.6.24.diff if
+you want to patch a 2.6.26 kernel with it. this is just here to have a link we
+can refer to in our howto for bfw.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/thinstation/bootsplash.patch.patch	Mon Mar 28 15:04:59 2011 +0200
@@ -0,0 +1,29 @@
+--- bootsplash.patch.orig	2011-03-28 13:59:49.856107437 +0200
++++ bootsplash.patch		2011-03-28 14:36:31.192175994 +0200
+@@ -2493,7 +2493,7 @@
+ +		return;
+ +	}
+ +#endif
+- 	region.color = attr_bgcol_ec(bgshift, vc);
++ 	region.color = attr_bgcol_ec(bgshift, vc, info);
+  	region.dx = sx * vc->vc_font.width;
+  	region.dy = sy * vc->vc_font.height;
+ @@ -160,6 +177,13 @@
+@@ -2521,7 +2521,7 @@
+ +	}
+ +#endif
+ +
+- 	region.color = attr_bgcol_ec(bgshift, vc);
++ 	region.color = attr_bgcol_ec(bgshift, vc, info);
+  	region.rop = ROP_COPY;
+  
+ @@ -379,6 +410,14 @@
+@@ -2729,7 +2729,7 @@
+ @@ -13,6 +13,7 @@
+  obj-$(CONFIG_VT)		  += console/
+  obj-$(CONFIG_LOGO)		  += logo/
+- obj-y				  += backlight/
++ obj-y				  += backlight/ display/
+ +obj-$(CONFIG_BOOTSPLASH)	  += bootsplash/
+  
+  obj-$(CONFIG_FB_CFB_FILLRECT)  += cfbfillrect.o