summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)Author
2020-08-31apalis-imx8x.conf: specify rt kernelMax Krummenacher
Specify which kernel to build when preempt-rt is in overrides. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit ac86b3b0a510597c961c15803c1473ef0822d525)
2020-08-06apalis-imx8.conf: deploy ar0521 device treesMarcel Ziswiler
Deploy device trees for the e-con Systems e-CAM50_CUIMX8. Related-to: ELB-2793 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2020-06-15verdin-imx8mm: deploy dahlia device treesMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2020-06-08machines: set prefered provider for mainlinish device-tree-overlaysMax Krummenacher
The prefered provider matching a downstream kernel is set in the distro. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-06-05machines: u-boot: use full config nameMax Krummenacher
U-Boot used to be configured by 'make <board>_config', however with the move integration of the Kconfig system that changed to use a config file ending in _defconfig. Usually those names are <board>_defconfig. So nowadays one configures with 'make <whatever>_defconfig'. If make is called with <whatever>_config that is silently changed to <whatever>_defconfig. Change our config targets to the new name to prevent confusion. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-06-04machines: apalis-imx8x-v11a: fix image namingMax Krummenacher
MACHINE_NAME must be set after including the apalis-imx8x.conf file or it will be reset back to the standard Apalis-iMX8X value. Use DISTRO_FLAVOUR to get a different string into the TEZI image list. Related-to: ELB-2729 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-06-04machines: colibri-imx8x-v10b: fix image namingMax Krummenacher
MACHINE_NAME must be set after including the colibri-imx8x.conf file or it will be reset back to the standard Colibri-iMX8X value. Use DISTRO_FLAVOUR to get a different string into the TEZI image list. Related-to: ELB-2729 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-05-28machines: apalis-imx8x: build for c0 siliconMax Krummenacher
Change the machine 'apalis-imx8x' to build for the C0 silicon SoC version. Add an additional machine 'apalis-imx8x-v11a' which builds for the B0 SoC version. Related-to: ELB-2729 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-05-28machines: colibri-imx8x: build for c0 siliconMax Krummenacher
Change the machine 'colibri-imx8x' to build for the C0 silicon SoC version. Add an additional machine 'colibri-imx8x-v10b' which builds for the B0 SoC version. Related-to: ELB-2729 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-05-17meta: fix some inconsistent code styleMing Liu
Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-05-07machines: rt mainline kernel: use the common linux-toradex-mainlineMax Krummenacher
linux-toradex-mainline with prempt-rt in overrides now builds a kernel with the RT patch applied. Change PREFERRED_PROVIDER to use linux-toradex-mainline when use-mainline-bsp and prempt-rt are in overrides. Related-to: ELB-2631 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-04-23meta: replace upstream with use-mainline-bsp overrides in some placesMing Liu
There is a little bit messing with the usages of upstream and use-mainline-bsp overrides, let's change to use use-mainline-bsp for kernel and devicetree choosing, upstream would be used to set use-mainline-bsp in MACHINEOVERRIDES. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-04-23colibri-imx7-emmc.conf: drop redundant KERNEL_DEVICETREE_use-mainline-bspMing Liu
A same variable has already been set in conf/machine/include/colibri-imx7-emmc.inc, drop redundant definitions to avoid multiple items in KERNEL_DEVICETREE. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-04-23colibri-imx8x.conf: add comment on ↵Ming Liu
PREFERRED_PROVIDER_virtual/kernel_upstream_preempt-rt So far colibri-imx8x is not supported yet in linux-toradex-mainline-rt source, we need spin it to linux-toradex-mainline temporarily, add note for this to not confuse developers. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-04-21mx8mm: require tune-cortexa53.inc instead of arch-arm64.incMing Liu
Require conf/machine/include/tune-cortexa53.inc instead of conf/machine/include/arm/arch-arm64.inc, but spin DEFAULTTUNE to aarch64, if a end user wants cortexa53-crypto, he need set DEFAULTTUNE accordingly. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-04-21mx8qxp: require tune-cortexa35.inc instead of arch-arm64.incMing Liu
Require conf/machine/include/tune-cortexa35.inc instead of conf/machine/include/arm/arch-arm64.inc, but spin DEFAULTTUNE to aarch64, if a end user wants cortexa35-crypto, he need set DEFAULTTUNE accordingly. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-04-21colibri-imx7: drop duplicated KERNEL_DEVICETREEMing Liu
Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-03-30verdin-imx8mm: follow renamed dtb name and add new oneMax Krummenacher
Note that currently the Toradex Easy Installer does nothing with the TORADEX_PRODUCT_IDS[0055] setting on eMMC machines. Related-to: ELB-2322 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit bdde1ace3087c72ee7129623546c240b905df50c)
2020-03-30colibri-imx6ull: drop upstreamed machine and deploy additional device treesMax Krummenacher
Drop the upstreamed machine configuration file and move all differences into conf/machine/include/colibri-imx6ull.inc. Deploy additional device trees. Related-to: ELB-2593 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit f2f7e066e25c02da2f6448a015b38449c77b0b21)
2020-03-30colibri-imx7, colibri-imx7-emmc: deploy additional device treesMax Krummenacher
Related-to: ELB-2593 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 29126c67d573f446f837b11a5d911cd0b00a13ea)
2020-03-30colibri-imx6: deploy additional device treesMax Krummenacher
Related-to: ELB-2593 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit a840715b5902b03f4ce62376985e19459f88d4e6)
2020-03-30apalis-imx6: deploy additional device treesMax Krummenacher
Related-to: ELB-2593 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 20a52efb4a09b37cc4ce76fc0d1b57702997e3ac)
2020-03-22colibri-imx6ull: add wifi firmwareMarcel Ziswiler
Wi-Fi firmware may help (;-p). Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2020-03-19machines: drop the *imx6-mainline machinesMax Krummenacher
We now have distos which set everything up to build a mainlinsh kernel where possible. Drop the machines which did choose the meta-freescale mainlinish kernel and userspace. Releated-to: ELB-2311 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-03-18apalis-imx8.conf: deploy additional device treesMax Krummenacher
Related-to: ELB-1254 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit ad827347548201612eee97129b63db07b3e9a884)
2020-03-18firmware: update to 4.14.98 2.3.1Max Krummenacher
The seco firmware is now split out of firmware-imx. The seco firmware has now a i.MX8X B0 and C0 silicon version. Related-to: ELB-2351 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 78802e3ecd139a5031c06821526f249e060894c1)
2020-03-18colibri-imx6ull: reset UBOOT_ENTRYPOINTMing Liu
This fixes a problem of tezi fitimage not boot issue. Related-to: TEI-498 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 6eaffd7923d9f5905bbeb8db3cfc8071da993cbf)
2020-03-18machines: colibri-imx8x: configure the kernel version for upstreamMax Krummenacher
React on the upstream override and then use a mainlinish kernel. Use the same kernel also for upstream-rt as we currently don't have a mainlinish rt flavour ready for i.MX8 X. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-02-26machines: choose upstream and upstream-rt kernelMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-02-26verdin-imx8mm: use sdma firmware from linux-firmwareMax Krummenacher
Use the sdma firmware from the linux-firmware recipe. The firmware-imx recipe no longer provides it: meta-freescale commit 'abc7fdf4cefc firmware-imx: remove sdma-imx6q.bin and sdma-imx7d.bin' Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> meta-freescale applied this also to the zeus branch, so: (cherry picked from commit aec0425c37c452606b47fb547cd35ec189239965)
2020-02-12meta:mx8: add UBOOT_ENTRYPOINT and UBOOT_RD_LOADADDRESSMing Liu
Add UBOOT_ENTRYPOINT and UBOOT_RD_LOADADDRESS which are needed by fitimage. Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 3371f4972842fedb804d2a350e877ab51b5db6e6)
2020-01-14meta: drop do_image_teziimg dependenciesMing Liu
That's already handled by WKS_FILE_DEPENDS, drop the redundant dependencies. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2020-01-05colibri-imx6ull: fix use-mainline-bspMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2019-12-30verdin-imx8mm.conf: define serial consoleMax Krummenacher
Without this a getty on the non existing ttyS0 gets additionally started which then fails and gets continously restarted. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 271c46d3c0202a3cfde6d595d667a97a6b6b84ce)
2019-12-18colibri-imx7/-emmc: remove aster device tree when building upstreamStefan Agner
Currently we do not have device trees for the Aster Carrier board in upstream kernels. Remove them from the list of device trees when building mainline kernels. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2019-12-17verdin-imx8mm.conf: drop preferred versions for masterMax Krummenacher
The preferred versions for weston/wayland-protocols are correctly set in meta-freescale. Do not pin to an unavailable old version. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-12-16verdin: machine: use aarch64 tuneMax Krummenacher
Use the same tune for all i.MX8/8X/8MM members. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-12-03verdin-imx8mm.conf: add machine config fileMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-12-03machines: unify name and descriptionMing Liu
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Ming Liu <ming.liu@toradex.com>
2019-11-03apalis-imx8x.conf: drop some PREFERRED_PROVIDER/VERSIONMing Liu
They are already in meta-freescale layer, we could drop them. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2019-11-03Revert "machine: apalis-imx8: use newer devicetree only for use-head-next"Philippe Schenker
This reverts commit e3e5aba1c725ad3ff4daf128ad525625923a653d.
2019-10-23layer.conf: add zeus, drop thud from compatible layersMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-10-09imx graphics: revert out of tree updatesMax Krummenacher
meta-freescale master (for zeus) now updates to these recipes versions. Drop these here. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-10-09Revert "apalis-imx8.conf: install sha384sum native"Max Krummenacher
This is now in meta-freescale. This reverts commit 1f2474e7de9321939496dd8a401f506e73492f4c. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-10-09colibri-imx8qxp.conf: wayland-protocol version is set in meta-freescaleMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-10-09apalis-imx8.conf: wayland-protocol version is set in meta-freescaleMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-10-06apalis-imx8x.conf: drop UBOOT_MAKE_TARGET definitionMing Liu
The UBOOT_MAKE_TARGET is being overridden in imx-base.inc by UBOOT_MAKE_TARGET_mx8, so the setting here is useless. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2019-10-06colibri-imx8x.conf: drop UBOOT_MAKE_TARGET definitionMing Liu
The UBOOT_MAKE_TARGET is being overridden in imx-base.inc by UBOOT_MAKE_TARGET_mx8, so the setting here is useless. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2019-10-06apalis-imx8.conf: drop UBOOT_MAKE_TARGET definitionMing Liu
The UBOOT_MAKE_TARGET is being overridden in imx-base.inc by UBOOT_MAKE_TARGET_mx8, so the setting here is useless. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2019-10-02machine: apalis-imx8: use newer devicetree only for use-head-nextPhilippe Schenker
This commit makes sure the new devicetree naming is only used when use-head-next is given in local.conf. This is necessary so one is able to build thud-next without use-head-next. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>