summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-06-15 17:09:00 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 10:41:54 +0800
commite6cb0dba0757186c3e84488fa5e45e67532cf367 (patch)
tree0ef26101c1b71c8898da77e7e7b6d1bccbafc9f4
parent0dff68f9a79294e15ff33644078440116466d273 (diff)
downloadmeta-fsl-ppc-e6cb0dba0757186c3e84488fa5e45e67532cf367.tar.gz
t4240: disable virtual terminal support
Signed-off-by: Ting Liu <ting.liu@nxp.com>
-rw-r--r--conf/machine/t4240qds-64b.conf4
-rw-r--r--conf/machine/t4240qds.conf4
-rw-r--r--conf/machine/t4240rdb-64b.conf3
-rw-r--r--conf/machine/t4240rdb.conf4
4 files changed, 11 insertions, 4 deletions
diff --git a/conf/machine/t4240qds-64b.conf b/conf/machine/t4240qds-64b.conf
index 5670018..c5fbe49 100644
--- a/conf/machine/t4240qds-64b.conf
+++ b/conf/machine/t4240qds-64b.conf
@@ -8,14 +8,16 @@
8require conf/machine/include/e6500-64b.inc 8require conf/machine/include/e6500-64b.inc
9 9
10SOC_FAMILY = "t4:t4240" 10SOC_FAMILY = "t4:t4240"
11
11UBOOT_CONFIG ??= "secure-boot nor" 12UBOOT_CONFIG ??= "secure-boot nor"
12UBOOT_CONFIG[nor] = "T4240QDS_config" 13UBOOT_CONFIG[nor] = "T4240QDS_config"
13UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config" 14UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config"
15
14KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \ 16KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \
15 t4240qds-usdpaa-shared-interfaces.dtb \ 17 t4240qds-usdpaa-shared-interfaces.dtb \
16" 18"
17KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" 19KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
18 20
19JFFS2_ERASEBLOCK = "0x10000" 21JFFS2_ERASEBLOCK = "0x10000"
20
21EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" 22EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
23USE_VT ?= "0"
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf
index bbe0042..d8ca3cf 100644
--- a/conf/machine/t4240qds.conf
+++ b/conf/machine/t4240qds.conf
@@ -8,14 +8,16 @@
8require conf/machine/include/e6500.inc 8require conf/machine/include/e6500.inc
9 9
10SOC_FAMILY = "t4:t4240" 10SOC_FAMILY = "t4:t4240"
11
11UBOOT_CONFIG ??= "secure-boot nor" 12UBOOT_CONFIG ??= "secure-boot nor"
12UBOOT_CONFIG[nor] = "T4240QDS_config" 13UBOOT_CONFIG[nor] = "T4240QDS_config"
13UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config" 14UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config"
15
14KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \ 16KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb \
15 t4240qds-usdpaa-shared-interfaces.dtb \ 17 t4240qds-usdpaa-shared-interfaces.dtb \
16" 18"
17KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" 19KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
18 20
19JFFS2_ERASEBLOCK = "0x10000" 21JFFS2_ERASEBLOCK = "0x10000"
20
21EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg" 22EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg"
23USE_VT ?= "0"
diff --git a/conf/machine/t4240rdb-64b.conf b/conf/machine/t4240rdb-64b.conf
index 413214c..c9a2da6 100644
--- a/conf/machine/t4240rdb-64b.conf
+++ b/conf/machine/t4240rdb-64b.conf
@@ -8,6 +8,7 @@
8require conf/machine/include/e6500-64b.inc 8require conf/machine/include/e6500-64b.inc
9 9
10SOC_FAMILY = "t4:t4240" 10SOC_FAMILY = "t4:t4240"
11
11UBOOT_CONFIG ??= "nor" 12UBOOT_CONFIG ??= "nor"
12UBOOT_CONFIG[nor] = "T4240RDB_config" 13UBOOT_CONFIG[nor] = "T4240RDB_config"
13 14
@@ -17,5 +18,5 @@ KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \
17KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" 18KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
18 19
19JFFS2_ERASEBLOCK = "0x10000" 20JFFS2_ERASEBLOCK = "0x10000"
20
21EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" 21EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg"
22USE_VT ?= "0"
diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf
index 9b6056b..fa4c0b0 100644
--- a/conf/machine/t4240rdb.conf
+++ b/conf/machine/t4240rdb.conf
@@ -8,13 +8,15 @@
8require conf/machine/include/e6500.inc 8require conf/machine/include/e6500.inc
9 9
10SOC_FAMILY = "t4:t4240" 10SOC_FAMILY = "t4:t4240"
11
11UBOOT_CONFIG ??= "nor" 12UBOOT_CONFIG ??= "nor"
12UBOOT_CONFIG[nor] = "T4240RDB_config" 13UBOOT_CONFIG[nor] = "T4240RDB_config"
14
13KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \ 15KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb \
14 t4240rdb-usdpaa-shared-interfaces.dtb \ 16 t4240rdb-usdpaa-shared-interfaces.dtb \
15" 17"
16KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" 18KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
17 19
18JFFS2_ERASEBLOCK = "0x10000" 20JFFS2_ERASEBLOCK = "0x10000"
19
20EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg" 21EXTRA_IMAGEDEPENDS += "fm-ucode rcw lib64-hypervisor hv-cfg"
22USE_VT ?= "0"