bcm53xx: activate early printk
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 1 Nov 2014 13:57:50 +0000 (13:57 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 1 Nov 2014 13:57:50 +0000 (13:57 +0000)
This makes it possible to activate early printk.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 43145

target/linux/bcm53xx/patches-3.14/048-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-3.14/302-ARM-BCM5301X-Add-DT-for-Netgear-R6300-V2.patch
target/linux/bcm53xx/patches-3.14/303-ARM-BCM5301X-Add-DT-for-Buffalo-WZR-1750DHP.patch
target/linux/bcm53xx/patches-3.14/304-ARM-BCM5301X-Add-DT-for-Asus-RT-N18U.patch
target/linux/bcm53xx/patches-3.14/305-ARM-BCM5301X-Add-DT-for-Buffalo-WZR-600DHP2.patch
target/linux/bcm53xx/patches-3.18/048-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch [new file with mode: 0644]
target/linux/bcm53xx/patches-3.18/302-ARM-BCM5301X-Add-DT-for-Netgear-R6300-V2.patch
target/linux/bcm53xx/patches-3.18/303-ARM-BCM5301X-Add-DT-for-Buffalo-WZR-1750DHP.patch
target/linux/bcm53xx/patches-3.18/304-ARM-BCM5301X-Add-DT-for-Asus-RT-N18U.patch
target/linux/bcm53xx/patches-3.18/305-ARM-BCM5301X-Add-DT-for-Buffalo-WZR-600DHP2.patch

diff --git a/target/linux/bcm53xx/patches-3.14/048-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch b/target/linux/bcm53xx/patches-3.14/048-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch
new file mode 100644 (file)
index 0000000..0dbb5ce
--- /dev/null
@@ -0,0 +1,23 @@
+From 5e7384adfd587ded31a107f059ebf929acc105c3 Mon Sep 17 00:00:00 2001
+From: Hauke Mehrtens <hauke@hauke-m.de>
+Date: Sat, 1 Nov 2014 12:48:45 +0100
+Subject: [PATCH] ARM: BCM5310X: activate early printk for Netgear R6250
+
+This activates early printk on the Netgear R6250 by default.
+
+Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
+---
+ arch/arm/boot/dts/bcm4708-netgear-r6250.dts | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/arch/arm/boot/dts/bcm4708-netgear-r6250.dts
++++ b/arch/arm/boot/dts/bcm4708-netgear-r6250.dts
+@@ -16,7 +16,7 @@
+       model = "Netgear R6250 V1 (BCM4708)";
+       chosen {
+-              bootargs = "console=ttyS0,115200";
++              bootargs = "console=ttyS0,115200 earlyprintk";
+       };
+       memory {
index d0cd9bb30fab1cb2553bfc6ff5e533647fe518fb..e3660765e5a33f0b8884588803dc120c07ded185 100644 (file)
@@ -47,7 +47,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
 +      model = "Netgear R6300 V2 (BCM4708)";
 +
 +      chosen {
-+              bootargs = "console=ttyS0,115200";
++              bootargs = "console=ttyS0,115200 earlyprintk";
 +      };
 +
 +      memory {
index 58907400948cfe1135c5c8e7c8772caff768917a..a24ea11c1f41032ec295b98e60758de4886dec83 100644 (file)
@@ -44,7 +44,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
 +      model = "Buffalo WZR-1750DHP (BCM4708)";
 +
 +      chosen {
-+              bootargs = "console=ttyS0,115200";
++              bootargs = "console=ttyS0,115200 earlyprintk";
 +      };
 +
 +      memory {
index 763fb230be373752bb78271819655b64b539de32..2dfe3b1a4a0c66ded8127baea69cebf5e58f154a 100644 (file)
@@ -49,7 +49,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
 +      model = "Asus RT-N18U (BCM47081)";
 +
 +      chosen {
-+              bootargs = "console=ttyS0,115200";
++              bootargs = "console=ttyS0,115200 earlyprintk";
 +      };
 +
 +      memory {
index f2e5e5086c214938fb0ae1585068a05168b833f2..c2ea67f510c2df031254dff77e75af9dd4519356 100644 (file)
@@ -46,7 +46,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
 +      model = "Buffalo WZR-600DHP2 (BCM47081)";
 +
 +      chosen {
-+              bootargs = "console=ttyS0,115200";
++              bootargs = "console=ttyS0,115200 earlyprintk";
 +      };
 +
 +      memory {
diff --git a/target/linux/bcm53xx/patches-3.18/048-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch b/target/linux/bcm53xx/patches-3.18/048-ARM-BCM5310X-activate-early-printk-for-Netgear-R6250.patch
new file mode 100644 (file)
index 0000000..0dbb5ce
--- /dev/null
@@ -0,0 +1,23 @@
+From 5e7384adfd587ded31a107f059ebf929acc105c3 Mon Sep 17 00:00:00 2001
+From: Hauke Mehrtens <hauke@hauke-m.de>
+Date: Sat, 1 Nov 2014 12:48:45 +0100
+Subject: [PATCH] ARM: BCM5310X: activate early printk for Netgear R6250
+
+This activates early printk on the Netgear R6250 by default.
+
+Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
+---
+ arch/arm/boot/dts/bcm4708-netgear-r6250.dts | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/arch/arm/boot/dts/bcm4708-netgear-r6250.dts
++++ b/arch/arm/boot/dts/bcm4708-netgear-r6250.dts
+@@ -16,7 +16,7 @@
+       model = "Netgear R6250 V1 (BCM4708)";
+       chosen {
+-              bootargs = "console=ttyS0,115200";
++              bootargs = "console=ttyS0,115200 earlyprintk";
+       };
+       memory {
index ca4c95649f367c074915c7eed451cc175fd3e95f..dcb197c61bb8f9913b5956d3d1ee3af6d2b5f8bd 100644 (file)
@@ -47,7 +47,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
 +      model = "Netgear R6300 V2 (BCM4708)";
 +
 +      chosen {
-+              bootargs = "console=ttyS0,115200";
++              bootargs = "console=ttyS0,115200 earlyprintk";
 +      };
 +
 +      memory {
index b8b0a5ffd22978b194dbd17f71553ce22165b6dd..42ffe15be404a9bc06d6663cd349d0adeb84b594 100644 (file)
@@ -44,7 +44,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
 +      model = "Buffalo WZR-1750DHP (BCM4708)";
 +
 +      chosen {
-+              bootargs = "console=ttyS0,115200";
++              bootargs = "console=ttyS0,115200 earlyprintk";
 +      };
 +
 +      memory {
index d0f5a86a3c5aee9ce8f88eb387e752f4b8506977..d40c69e8d0d720fc8515d9211b327dff0639f8e6 100644 (file)
@@ -49,7 +49,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
 +      model = "Asus RT-N18U (BCM47081)";
 +
 +      chosen {
-+              bootargs = "console=ttyS0,115200";
++              bootargs = "console=ttyS0,115200 earlyprintk";
 +      };
 +
 +      memory {
index 6d6baa3bc4f3ff596764f1fedce2c7d173562bf2..2303f7a777afd99fd6cdde0e28f90da249e1efbe 100644 (file)
@@ -46,7 +46,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
 +      model = "Buffalo WZR-600DHP2 (BCM47081)";
 +
 +      chosen {
-+              bootargs = "console=ttyS0,115200";
++              bootargs = "console=ttyS0,115200 earlyprintk";
 +      };
 +
 +      memory {