summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-07-11 17:26:51 -0500
committerMatthew McClintock <msm@freescale.com>2012-07-11 17:27:29 -0500
commit99bb2ef49f7cc3328331014b7e589594c381ba8d (patch)
tree3a0d5505c59667592d5112db37bfa5d34d072494 /conf
parent18d470097cfa18efe02c38ad122f9e760c42e20e (diff)
downloadmeta-fsl-ppc-99bb2ef49f7cc3328331014b7e589594c381ba8d.tar.gz
move serial console definitions into machine.conf so they are available for all distros (e.g. poky and fsl)
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/fsl.conf1
-rw-r--r--conf/machine/mpc8536ds.conf3
-rw-r--r--conf/machine/mpc8544ds.conf3
-rw-r--r--conf/machine/mpc8548cds.conf3
-rw-r--r--conf/machine/mpc8572ds.conf3
-rw-r--r--conf/machine/p1010rdb.conf3
-rw-r--r--conf/machine/p1020mbg.conf3
-rw-r--r--conf/machine/p1020rdb.conf3
-rw-r--r--conf/machine/p1020utm.conf3
-rw-r--r--conf/machine/p1021rdb.conf3
-rw-r--r--conf/machine/p1022ds.conf3
-rw-r--r--conf/machine/p1023rds.conf3
-rw-r--r--conf/machine/p1024rdb.conf3
-rw-r--r--conf/machine/p1025rdb.conf3
-rw-r--r--conf/machine/p2020ds.conf3
-rw-r--r--conf/machine/p2020rdb.conf3
-rw-r--r--conf/machine/p2041rdb.conf3
-rw-r--r--conf/machine/p3041ds.conf3
-rw-r--r--conf/machine/p4080ds.conf3
-rw-r--r--conf/machine/p5020ds-64b.conf3
-rw-r--r--conf/machine/p5020ds.conf3
-rw-r--r--conf/machine/p5040ds-64b.conf3
-rw-r--r--conf/machine/p5040ds.conf3
23 files changed, 44 insertions, 23 deletions
diff --git a/conf/distro/fsl.conf b/conf/distro/fsl.conf
index 31485e8..597993e 100644
--- a/conf/distro/fsl.conf
+++ b/conf/distro/fsl.conf
@@ -60,6 +60,5 @@ FREESCALE_GIT = "git://git.am.freescale.net"
60 60
61SYSVINIT_ENABLED_GETTYS = "" 61SYSVINIT_ENABLED_GETTYS = ""
62USE_VT = "" 62USE_VT = ""
63SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
64 63
65CCACHE = "" 64CCACHE = ""
diff --git a/conf/machine/mpc8536ds.conf b/conf/machine/mpc8536ds.conf
index 21effbc..cb2ff3b 100644
--- a/conf/machine/mpc8536ds.conf
+++ b/conf/machine/mpc8536ds.conf
@@ -10,4 +10,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8536ds.dts"
10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" 10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
11 11
12JFFS2_ERASEBLOCK = "0x20000" 12JFFS2_ERASEBLOCK = "0x20000"
13 13SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
14SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/mpc8544ds.conf b/conf/machine/mpc8544ds.conf
index a9cfadc..844d14e 100644
--- a/conf/machine/mpc8544ds.conf
+++ b/conf/machine/mpc8544ds.conf
@@ -9,4 +9,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8544ds.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" 9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
10 10
11JFFS2_ERASEBLOCK = "0x20000" 11JFFS2_ERASEBLOCK = "0x20000"
12 12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/mpc8548cds.conf b/conf/machine/mpc8548cds.conf
index 821aac0..f8c5071 100644
--- a/conf/machine/mpc8548cds.conf
+++ b/conf/machine/mpc8548cds.conf
@@ -9,4 +9,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8548cds_32b.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" 9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
10 10
11JFFS2_ERASEBLOCK = "0x20000" 11JFFS2_ERASEBLOCK = "0x20000"
12 12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/mpc8572ds.conf b/conf/machine/mpc8572ds.conf
index 277cdc4..25a731b 100644
--- a/conf/machine/mpc8572ds.conf
+++ b/conf/machine/mpc8572ds.conf
@@ -8,4 +8,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8572ds.dts"
8KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 8KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
9 9
10JFFS2_ERASEBLOCK = "0x20000" 10JFFS2_ERASEBLOCK = "0x20000"
11 11SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
12SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf
index 362acd2..b056b53 100644
--- a/conf/machine/p1010rdb.conf
+++ b/conf/machine/p1010rdb.conf
@@ -9,4 +9,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1010rdb.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" 9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
10 10
11JFFS2_ERASEBLOCK = "0x20000" 11JFFS2_ERASEBLOCK = "0x20000"
12 12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/p1020mbg.conf b/conf/machine/p1020mbg.conf
index da62c43..b30faad 100644
--- a/conf/machine/p1020mbg.conf
+++ b/conf/machine/p1020mbg.conf
@@ -10,4 +10,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1020mbg-pc_32b.dts"
10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
11 11
12JFFS2_ERASEBLOCK = "0x20000" 12JFFS2_ERASEBLOCK = "0x20000"
13 13SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
14SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf
index 653533c..5c0acbc 100644
--- a/conf/machine/p1020rdb.conf
+++ b/conf/machine/p1020rdb.conf
@@ -11,4 +11,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1020rdb-pc_32b.dts"
11KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 11KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
12 12
13JFFS2_ERASEBLOCK = "0x20000" 13JFFS2_ERASEBLOCK = "0x20000"
14 14SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
15SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/p1020utm.conf b/conf/machine/p1020utm.conf
index 7929841..ec6f2e2 100644
--- a/conf/machine/p1020utm.conf
+++ b/conf/machine/p1020utm.conf
@@ -10,4 +10,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1020utm-pc_32b.dts"
10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
11 11
12JFFS2_ERASEBLOCK = "0x20000" 12JFFS2_ERASEBLOCK = "0x20000"
13 13SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
14SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/p1021rdb.conf b/conf/machine/p1021rdb.conf
index 8e80752..144bfec 100644
--- a/conf/machine/p1021rdb.conf
+++ b/conf/machine/p1021rdb.conf
@@ -9,4 +9,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1021rdb-pc_32b.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
10 10
11JFFS2_ERASEBLOCK = "0x20000" 11JFFS2_ERASEBLOCK = "0x20000"
12 12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/p1022ds.conf b/conf/machine/p1022ds.conf
index 388417e..0d38bd5 100644
--- a/conf/machine/p1022ds.conf
+++ b/conf/machine/p1022ds.conf
@@ -19,4 +19,5 @@ XSERVER = " \
19" 19"
20 20
21JFFS2_ERASEBLOCK = "0x20000" 21JFFS2_ERASEBLOCK = "0x20000"
22 22SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
23SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/p1023rds.conf b/conf/machine/p1023rds.conf
index 522bde6..20795b4 100644
--- a/conf/machine/p1023rds.conf
+++ b/conf/machine/p1023rds.conf
@@ -8,4 +8,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1023rds.dts"
8KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig" 8KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig"
9 9
10JFFS2_ERASEBLOCK = "0x10000" 10JFFS2_ERASEBLOCK = "0x10000"
11 11SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
12SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/p1024rdb.conf b/conf/machine/p1024rdb.conf
index 1a7e315..66404fb 100644
--- a/conf/machine/p1024rdb.conf
+++ b/conf/machine/p1024rdb.conf
@@ -10,4 +10,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1024rdb_32b.dts"
10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
11 11
12JFFS2_ERASEBLOCK = "0x20000" 12JFFS2_ERASEBLOCK = "0x20000"
13 13SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
14SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/p1025rdb.conf b/conf/machine/p1025rdb.conf
index bcb167e..b64fe7c 100644
--- a/conf/machine/p1025rdb.conf
+++ b/conf/machine/p1025rdb.conf
@@ -11,4 +11,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1025rdb_32b.dts"
11KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 11KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
12 12
13JFFS2_ERASEBLOCK = "0x20000" 13JFFS2_ERASEBLOCK = "0x20000"
14 14SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
15SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/p2020ds.conf b/conf/machine/p2020ds.conf
index 3059bde..ea988dd 100644
--- a/conf/machine/p2020ds.conf
+++ b/conf/machine/p2020ds.conf
@@ -9,4 +9,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2020ds.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
10 10
11JFFS2_ERASEBLOCK = "0x20000" 11JFFS2_ERASEBLOCK = "0x20000"
12 12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/p2020rdb.conf b/conf/machine/p2020rdb.conf
index 188a6f2..6bbad78 100644
--- a/conf/machine/p2020rdb.conf
+++ b/conf/machine/p2020rdb.conf
@@ -10,4 +10,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2020rdb-pc_32b.dts"
10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig" 10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
11 11
12JFFS2_ERASEBLOCK = "0x20000" 12JFFS2_ERASEBLOCK = "0x20000"
13 13SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
14SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf
index e161459..7549380 100644
--- a/conf/machine/p2041rdb.conf
+++ b/conf/machine/p2041rdb.conf
@@ -9,4 +9,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p2041rdb.dts \
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" 9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
10 10
11JFFS2_ERASEBLOCK = "0x10000" 11JFFS2_ERASEBLOCK = "0x10000"
12 12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf
index 909761e..3facf4c 100644
--- a/conf/machine/p3041ds.conf
+++ b/conf/machine/p3041ds.conf
@@ -9,4 +9,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p3041ds.dts \
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" 9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
10 10
11JFFS2_ERASEBLOCK = "0x10000" 11JFFS2_ERASEBLOCK = "0x10000"
12 12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf
index 6c90912..d8cc1f2 100644
--- a/conf/machine/p4080ds.conf
+++ b/conf/machine/p4080ds.conf
@@ -9,4 +9,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p4080ds.dts \
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" 9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
10 10
11JFFS2_ERASEBLOCK = "0x10000" 11JFFS2_ERASEBLOCK = "0x10000"
12 12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/p5020ds-64b.conf b/conf/machine/p5020ds-64b.conf
index e946076..7cda9f3 100644
--- a/conf/machine/p5020ds-64b.conf
+++ b/conf/machine/p5020ds-64b.conf
@@ -10,4 +10,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5020ds.dts \
10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig" 10KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig"
11 11
12JFFS2_ERASEBLOCK = "0x10000" 12JFFS2_ERASEBLOCK = "0x10000"
13 13SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
14SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/p5020ds.conf b/conf/machine/p5020ds.conf
index 3a5c672..c3cf285 100644
--- a/conf/machine/p5020ds.conf
+++ b/conf/machine/p5020ds.conf
@@ -9,4 +9,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5020ds.dts \
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" 9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
10 10
11JFFS2_ERASEBLOCK = "0x10000" 11JFFS2_ERASEBLOCK = "0x10000"
12 12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/p5040ds-64b.conf b/conf/machine/p5040ds-64b.conf
index 1560420..cb5ed52 100644
--- a/conf/machine/p5040ds-64b.conf
+++ b/conf/machine/p5040ds-64b.conf
@@ -9,4 +9,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig" 9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig"
10 10
11JFFS2_ERASEBLOCK = "0x10000" 11JFFS2_ERASEBLOCK = "0x10000"
12 12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf
index f3719c6..852dc5e 100644
--- a/conf/machine/p5040ds.conf
+++ b/conf/machine/p5040ds.conf
@@ -9,4 +9,5 @@ KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" 9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
10 10
11JFFS2_ERASEBLOCK = "0x10000" 11JFFS2_ERASEBLOCK = "0x10000"
12 12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
13SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"