diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-10 14:28:22 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-16 15:01:29 -0300 |
commit | ce161362d48cd863cd09a735e5609817f46087bf (patch) | |
tree | 1c5be12e8ee747de847e23ba58718ecef246f245 /conf | |
parent | 02222424d6d8592385c603a2afc34450d46efe4e (diff) | |
download | meta-freescale-ce161362d48cd863cd09a735e5609817f46087bf.tar.gz |
Drop i.MX31 and i.MX35 support
The i.MX31 and i.MX35 has been barely used and without much community
coverage since its inclusion making them untested boards.
There is no reason to keep the support for those SoCs in the BSP layer
as those are virtually not tested and unkown to be working or not.
The metadata related to the i.MX3 SoC family has been removed in this
commit so if someone ever wants to bring it back it is easy to find
out all the necessary changes.
Change-Id: I808bf7d1cfa97eb7d444fba711a93b1e074d5f4d
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/imx31pdk.conf | 24 | ||||
-rw-r--r-- | conf/machine/imx35pdk.conf | 25 | ||||
-rw-r--r-- | conf/machine/include/imx-base.inc | 5 |
3 files changed, 0 insertions, 54 deletions
diff --git a/conf/machine/imx31pdk.conf b/conf/machine/imx31pdk.conf deleted file mode 100644 index cf368eb8..00000000 --- a/conf/machine/imx31pdk.conf +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Freescale i.MX31 Platform Development Kit | ||
3 | #@SOC: i.MX31 | ||
4 | #@DESCRIPTION: Machine configuration for Freescale i.MX31 Platform Development Kit | ||
5 | |||
6 | include conf/machine/include/imx-base.inc | ||
7 | require conf/machine/include/tune-arm1136jf-s.inc | ||
8 | |||
9 | SOC_FAMILY = "mx3:mx31" | ||
10 | |||
11 | GUI_MACHINE_CLASS = "smallscreen" | ||
12 | |||
13 | UBOOT_MAKE_TARGET = "u-boot-with-spl.bin" | ||
14 | UBOOT_SUFFIX = "bin" | ||
15 | UBOOT_MACHINE = "mx31pdk_config" | ||
16 | UBOOT_BINARY = "u-boot-with-spl.bin" | ||
17 | KERNEL_IMAGETYPE = "uImage" | ||
18 | |||
19 | IMAGE_FSTYPES = "ubi jffs2 tar.bz2" | ||
20 | MKUBIFS_ARGS = "-m 2048 -e 129024 -c 2030" | ||
21 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" | ||
22 | |||
23 | MACHINE_FEATURES += "ext3 bluetooth ext2 screen" | ||
24 | |||
diff --git a/conf/machine/imx35pdk.conf b/conf/machine/imx35pdk.conf deleted file mode 100644 index a3fc60cb..00000000 --- a/conf/machine/imx35pdk.conf +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Freescale i.MX35 Platform Development Kit | ||
3 | #@SOC: i.MX35 | ||
4 | #@DESCRIPTION: Machine configuration for Freescale i.MX35 Platform Development Kit | ||
5 | |||
6 | include conf/machine/include/imx-base.inc | ||
7 | require conf/machine/include/tune-arm1136jf-s.inc | ||
8 | |||
9 | SOC_FAMILY = "mx3:mx35" | ||
10 | |||
11 | UBOOT_MACHINE = "mx35pdk_config" | ||
12 | UBOOT_SUFFIX = "bin" | ||
13 | UBOOT_BINARY = "u-boot.bin" | ||
14 | UBOOT_MAKE_TARGET = "u-boot.bin" | ||
15 | KERNEL_IMAGETYPE = "uImage" | ||
16 | |||
17 | GUI_MACHINE_CLASS = "bigscreen" | ||
18 | |||
19 | ROOT_FLASH_SIZE = "256" | ||
20 | |||
21 | JFFS2_ERASEBLOCK = "0x20000" | ||
22 | |||
23 | IMAGE_FSTYPES += "jffs2 tar.bz2" | ||
24 | |||
25 | MACHINE_FEATURES += "ext2 ext3 screen" | ||
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index ecb2f772..fba594dd 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -11,7 +11,6 @@ PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-fslc" | |||
11 | UBOOT_MAKE_TARGET = "u-boot.imx" | 11 | UBOOT_MAKE_TARGET = "u-boot.imx" |
12 | UBOOT_SUFFIX ?= "imx" | 12 | UBOOT_SUFFIX ?= "imx" |
13 | 13 | ||
14 | UBOOT_ENTRYPOINT_mx3 = "0x80008000" | ||
15 | UBOOT_ENTRYPOINT_mx51 = "0x90008000" | 14 | UBOOT_ENTRYPOINT_mx51 = "0x90008000" |
16 | UBOOT_ENTRYPOINT_mx53 = "0x70008000" | 15 | UBOOT_ENTRYPOINT_mx53 = "0x70008000" |
17 | UBOOT_ENTRYPOINT_mx6 = "0x10008000" | 16 | UBOOT_ENTRYPOINT_mx6 = "0x10008000" |
@@ -43,7 +42,6 @@ DEFAULTTUNE_mx6 ?= "cortexa9thf-neon" | |||
43 | 42 | ||
44 | # Sub-architecture support | 43 | # Sub-architecture support |
45 | MACHINE_SOCARCH_SUFFIX ?= "" | 44 | MACHINE_SOCARCH_SUFFIX ?= "" |
46 | MACHINE_SOCARCH_SUFFIX_mx3 = "-mx3" | ||
47 | MACHINE_SOCARCH_SUFFIX_mx5 = "-mx5" | 45 | MACHINE_SOCARCH_SUFFIX_mx5 = "-mx5" |
48 | MACHINE_SOCARCH_SUFFIX_mx6q = "-mx6qdl" | 46 | MACHINE_SOCARCH_SUFFIX_mx6q = "-mx6qdl" |
49 | MACHINE_SOCARCH_SUFFIX_mx6dl = "-mx6qdl" | 47 | MACHINE_SOCARCH_SUFFIX_mx6dl = "-mx6qdl" |
@@ -67,8 +65,6 @@ MACHINE_FIRMWARE_append_mx53 = " firmware-imx-vpu-imx53 firmware-imx-sdma-imx53" | |||
67 | MACHINE_FIRMWARE_append_mx51 = " firmware-imx-vpu-imx51 firmware-imx-sdma-imx51" | 65 | MACHINE_FIRMWARE_append_mx51 = " firmware-imx-vpu-imx51 firmware-imx-sdma-imx51" |
68 | 66 | ||
69 | # FIXME: Needs addition of firmware-imx of official BSPs | 67 | # FIXME: Needs addition of firmware-imx of official BSPs |
70 | #MACHINE_FIRMWARE_append_mx35 = " firmware-imx-sdma-imx35" | ||
71 | #MACHINE_FIRMWARE_append_mx31 = " firmware-imx-sdma-imx31" | ||
72 | #MACHINE_FIRMWARE_append_mx27 = " firmware-imx-vpu-imx27" | 68 | #MACHINE_FIRMWARE_append_mx27 = " firmware-imx-vpu-imx27" |
73 | #MACHINE_FIRMWARE_append_mx25 = " firmware-imx-sdma-imx25" | 69 | #MACHINE_FIRMWARE_append_mx25 = " firmware-imx-sdma-imx25" |
74 | 70 | ||
@@ -111,7 +107,6 @@ PREFERRED_PROVIDER_virtual/libg2d_mx6 ?= "imx-gpu-viv" | |||
111 | 107 | ||
112 | # Handle default kernel | 108 | # Handle default kernel |
113 | IMX_DEFAULT_KERNEL = "linux-imx" | 109 | IMX_DEFAULT_KERNEL = "linux-imx" |
114 | IMX_DEFAULT_KERNEL_mx3 = "linux-fslc" | ||
115 | IMX_DEFAULT_KERNEL_mx6 = "linux-fslc-mx6" | 110 | IMX_DEFAULT_KERNEL_mx6 = "linux-fslc-mx6" |
116 | PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}" | 111 | PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}" |
117 | 112 | ||