diff options
author | Mirko Vogt <mirko@openwrt.org> | 2008-12-12 00:02:36 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2008-12-12 00:02:36 +0000 |
commit | 845092569c227454f28d77e647d386ab7cc1419f (patch) | |
tree | efab142ef89b35ce42e8a79e028eff15be362af8 /target/linux/s3c24xx/patches/0092-Do-not-send-low-level-debugging-to-the-modem.patch | |
parent | d565bb20de4a9dec01f2f4c0f62be55eb61435a9 (diff) | |
download | upstream-845092569c227454f28d77e647d386ab7cc1419f.tar.gz upstream-845092569c227454f28d77e647d386ab7cc1419f.tar.bz2 upstream-845092569c227454f28d77e647d386ab7cc1419f.zip |
add support for target 3c24xx (more known as Openmoko GTA02 "Freerunner") and merge it with the openmoko-target and the work Michael Buesch <mb> did
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13609 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches/0092-Do-not-send-low-level-debugging-to-the-modem.patch')
-rwxr-xr-x | target/linux/s3c24xx/patches/0092-Do-not-send-low-level-debugging-to-the-modem.patch | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches/0092-Do-not-send-low-level-debugging-to-the-modem.patch b/target/linux/s3c24xx/patches/0092-Do-not-send-low-level-debugging-to-the-modem.patch new file mode 100755 index 0000000000..842f247dd0 --- /dev/null +++ b/target/linux/s3c24xx/patches/0092-Do-not-send-low-level-debugging-to-the-modem.patch @@ -0,0 +1,50 @@ +From f1c5b25e153c0c2a335632895a85000266dd475a Mon Sep 17 00:00:00 2001 +From: Holger Freyther <zecke@openmoko.org> +Date: Fri, 25 Jul 2008 23:06:02 +0100 +Subject: [PATCH] Do not send low level debugging to the modem + +Hey, + +I see no reason to send LL debugging messages to the modem. This can happen if +we compile the Samsung SoC with PM debugging as in andy's git branch. + + + +From 452c17990dfeb9c2eb2ffa7ded4d24ddb1bcd4b2 Mon Sep 17 00:00:00 2001 +From: Holger Freyther <zecke@openmoko.org> +Date: Sun, 23 Mar 2008 00:57:28 +0100 +Subject: [PATCH] Never ever send debug messages to the modem. The serial +console is + on UART2, send the messages for decompressing and low level debugging + there. + +Signed-Off-by: Holger Freyther <zecke@openmoko.org> +--- + defconfig-2.6.24 | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/defconfig-2.6.24 b/defconfig-2.6.24 +index e57081a..cce3737 100644 +--- a/defconfig-2.6.24 ++++ b/defconfig-2.6.24 +@@ -163,7 +163,7 @@ CONFIG_CPU_LLSERIAL_S3C2440=y + # + CONFIG_S3C2410_PM_DEBUG=y + # CONFIG_S3C2410_PM_CHECK is not set +-CONFIG_S3C_LOWLEVEL_UART_PORT=0 ++CONFIG_S3C_LOWLEVEL_UART_PORT=2 + + # + # S3C2400 Machines +@@ -1756,7 +1756,7 @@ CONFIG_DEBUG_ERRORS=y + CONFIG_DEBUG_LL=y + # CONFIG_DEBUG_ICEDCC is not set + # CONFIG_DEBUG_S3C_PORT is not set +-CONFIG_DEBUG_S3C_UART=0 ++CONFIG_DEBUG_S3C_UART=2 + + # + # Security options +-- +1.5.6.3 + |