diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-01 15:24:03 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-09-08 11:00:24 -0300 |
| commit | fdc33571999efc4627a1eb08fdeda7cd72a39388 (patch) | |
| tree | c4e39dc85a3123e19b5832cd457f5ee0ca4e11ab | |
| parent | c514a6b3af51df169d911976c6cfaf9175c0eedf (diff) | |
| download | meta-fsl-arm-fdc33571999efc4627a1eb08fdeda7cd72a39388.tar.gz | |
imx-base.inc: Enable machine overrides extender for i.MX6
This enables the machine overrides extender for the i.MX6 devices. It
maps (spaces are used to easy the read):
- mx6q -> imxipu imxvpu imxgpu2d imxgpu3d
- mx6dl -> imxpxp imxipu imxvpu imxgpu2d imxgpu3d imxepdc
- mx6sx -> imxpxp imxgpu2d imxgpu3d
- mx6sl -> imxpxp imxgpu2d imxepdc
- mx6ul -> imxpxp
- mx7d -> imxpxp imxepdc
So it allows for reusing of overrides while keeps this control at the
BSP side.
Change-Id: Ie43aa497ce57b4a29f7b37a3eb941fb0d66691aa
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | conf/machine/include/imx-base.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index a6db038..b54b7f5 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
| @@ -48,6 +48,15 @@ DEFAULTTUNE_mx6ul ?= "cortexa7thf-neon" | |||
| 48 | DEFAULTTUNE_mx7 ?= "cortexa7thf-neon" | 48 | DEFAULTTUNE_mx7 ?= "cortexa7thf-neon" |
| 49 | DEFAULTTUNE_vf ?= "cortexa5thf-neon" | 49 | DEFAULTTUNE_vf ?= "cortexa5thf-neon" |
| 50 | 50 | ||
| 51 | INHERIT += "machine-overrides-extender" | ||
| 52 | |||
| 53 | MACHINEOVERRIDES_EXTENDER_mx6q = "imxipu:imxvpu:imxgpu2d:imxgpu3d" | ||
| 54 | MACHINEOVERRIDES_EXTENDER_mx6dl = "imxpxp:imxipu:imxvpu:imxgpu2d:imxgpu3d:imxepdc" | ||
| 55 | MACHINEOVERRIDES_EXTENDER_mx6sx = "imxpxp:imxgpu2d:imxgpu3d" | ||
| 56 | MACHINEOVERRIDES_EXTENDER_mx6sl = "imxpxp:imxgpu2d:imxepdc" | ||
| 57 | MACHINEOVERRIDES_EXTENDER_mx6ul = "imxpxp" | ||
| 58 | MACHINEOVERRIDES_EXTENDER_mx7d = "imxpxp:imxepdc" | ||
| 59 | |||
| 51 | # Sub-architecture support | 60 | # Sub-architecture support |
| 52 | MACHINE_SOCARCH_SUFFIX ?= "" | 61 | MACHINE_SOCARCH_SUFFIX ?= "" |
| 53 | MACHINE_SOCARCH_SUFFIX_mx6q = "-mx6qdl" | 62 | MACHINE_SOCARCH_SUFFIX_mx6q = "-mx6qdl" |
