[oe-commits] org.oe.dev linux-openmoko-devel: add missing patches (thanks mickey)

jluebbe commit openembedded-commits at lists.openembedded.org
Sun Oct 14 12:52:15 UTC 2007


linux-openmoko-devel: add missing patches (thanks mickey)

Author: jluebbe at openembedded.org
Branch: org.openembedded.dev
Revision: e2c9bd171f21d164d67ffabf0e400ebb49901469
ViewMTN: http://monotone.openembedded.org/revision/info/e2c9bd171f21d164d67ffabf0e400ebb49901469
Files:
1
packages/linux/linux-openmoko-devel/hack-gta02-cpu.patch
packages/linux/linux-openmoko-devel/printascii-2.6.23.patch
Diffs:

#
# mt diff -r892844fc9a6337fc82f156cb4ce71207dc5a1cfa -re2c9bd171f21d164d67ffabf0e400ebb49901469
#
# 
# 
# add_file "packages/linux/linux-openmoko-devel/hack-gta02-cpu.patch"
#  content [fa19347cd487bae37e0c721e8ca6e950ca917769]
# 
# add_file "packages/linux/linux-openmoko-devel/printascii-2.6.23.patch"
#  content [dc6b59d86cd6a614c83765aa09dc65df09c1d2b9]
# 
============================================================
--- packages/linux/linux-openmoko-devel/hack-gta02-cpu.patch	fa19347cd487bae37e0c721e8ca6e950ca917769
+++ packages/linux/linux-openmoko-devel/hack-gta02-cpu.patch	fa19347cd487bae37e0c721e8ca6e950ca917769
@@ -0,0 +1,21 @@
+Index: linux-2.6.22/arch/arm/mach-s3c2440/Kconfig
+===================================================================
+--- linux-2.6.22.orig/arch/arm/mach-s3c2440/Kconfig
++++ linux-2.6.22/arch/arm/mach-s3c2440/Kconfig
+@@ -69,14 +69,14 @@
+ 
+ config MACH_HXD8
+ 	bool "FIC HXD8"
+-	select CPU_S3C2440
++	select CPU_S3C2442
+ 	select SENSORS_PCF50606
+ 	help
+ 	   Say Y here if you are using the FIC Neo1973 GSM Phone
+ 
+ config MACH_NEO1973_GTA02
+ 	bool "FIC Neo1973 GSM Phone (GTA02 Hardware)"
+-	select CPU_S3C2440
++	select CPU_S3C2442
+ 	select SENSORS_PCF50633
+ 	help
+ 	   Say Y here if you are using the FIC Neo1973 GSM Phone
============================================================
--- packages/linux/linux-openmoko-devel/printascii-2.6.23.patch	dc6b59d86cd6a614c83765aa09dc65df09c1d2b9
+++ packages/linux/linux-openmoko-devel/printascii-2.6.23.patch	dc6b59d86cd6a614c83765aa09dc65df09c1d2b9
@@ -0,0 +1,21 @@
+Index: linux-2.6.22/kernel/printk.c
+===================================================================
+--- linux-2.6.22.orig/kernel/printk.c
++++ linux-2.6.22/kernel/printk.c
+@@ -519,6 +519,8 @@
+ /* cpu currently holding logbuf_lock */
+ static volatile unsigned int printk_cpu = UINT_MAX;
+ 
++extern void printascii(const char *);
++
+ asmlinkage int vprintk(const char *fmt, va_list args)
+ {
+ 	unsigned long flags;
+@@ -541,6 +543,7 @@
+ 
+ 	/* Emit the output into the temporary buffer */
+ 	printed_len = vscnprintf(printk_buf, sizeof(printk_buf), fmt, args);
++    printascii(printk_buf);
+ 
+ 	/*
+ 	 * Copy the output into log_buf.  If the caller didn't provide






More information about the Openembedded-commits mailing list