summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)Author
2020-11-01machines: verdin-imx8mm: add additional product idsMax Krummenacher
Add the following additional SKU product ids which are compatible with the verdin-imx8mm machines. 0059: Verdin iMX8M Mini Quad 2GB IT 0060: Verdin iMX8M Mini DualLite 1GB WB IT Related-to: ELB-3128 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 47ee60494d3d6579e2aaa5739ea515fcd86e6b90)
2020-10-30verdin-imx8mm: fix uboot_entrypoint/rd_loadaddress for 1gb dualliteMarcel Ziswiler
E.g. generating a fitimage for the Toradex Easy Installer will use those addresses. Unfortunately, in the Verdin iMX8M Mini DualLite 1GB case, there is no memory at 0x80280000 resp. 0xA0000000 so we need to move them within its 1GB address space (e.g. below 0x80000000). Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2020-08-28apalis-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>
2020-03-25verdin-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>
2020-03-23colibri-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>
2020-03-23colibri-imx7, colibri-imx7-emmc: deploy additional device treesMax Krummenacher
Related-to: ELB-2593 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-03-23colibri-imx6: deploy additional device treesMax Krummenacher
Related-to: ELB-2593 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-03-23apalis-imx6: deploy additional device treesMax Krummenacher
Related-to: ELB-2593 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-03-23Revert "apalis-imx6: import from meta-freescale-3rdparty"Max Krummenacher
Any fixups not upstreamed should be done here: conf/machine/include/apalis-imx6.inc This reverts commit 007649356c8db93ce09c766f4b46ccfaae7025a3. Related-to: ELB-2593 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-03-12apalis-imx8.conf: deploy additional device treesMax Krummenacher
Related-to: ELB-1254 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-03-12machines: move imx wayland/weston version setting to distro layerMax Krummenacher
Thus they are stored in one place and also apply to i.MX6/i.MX7 machines should one build them for wayland/weston. Related-to: ELB-2303 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-03-12firmware: 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>
2020-03-03colibri-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>
2020-01-14meta: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>
2020-01-13meta: 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>
2019-12-20apalis-imx6: colibri-imx6ull: fix use-mainline-bspMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2019-12-20apalis-imx6: import from meta-freescale-3rdpartyMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2019-12-13verdin-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>
2019-12-03verdin-imx8mm.conf: add machine config fileMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-11-29machines: unify name and descriptionMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-10-29Revert "machine: apalis-imx8: use newer devicetree only for use-head-next"Philippe Schenker
This reverts commit e3e5aba1c725ad3ff4daf128ad525625923a653d.
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>
2019-10-01machine: apalis-imx8: use new devicetree name fsl-imx8qm-apalis-eval.dtbPhilippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2019-09-27machine: apalis-imx8x: use new u-boot-config namePhilippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2019-09-25machines: apalis-imx8x: deploy usb firmware needed for wifiPhilippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2019-09-25Add initial support for Apalis-iMX8XPhilippe Schenker
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2019-09-19machines: specifiy rt kernelMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-09-18colibri-imx8x.conf: add fsl-imx8qxp-colibri-aster.dtbMing Liu
To support Aster carrier board. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2019-09-12apalis-imx6: drop unnecessary KERNEL_DEVICETREE_removeStefan Agner
The to be removed device trees are no longer part of the KERNEL_DEVICETREE variable in the meta-freescale-3rdparty layer. Avoid confusion and remove this unnecessary _remove. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2019-08-27meta: drop useless EXTRA_IMAGEDEPENDSMing Liu
For the recipes listed in EXTRA_IMAGEDEPENDS, bitbake would create a dependency as: | image_pn:do_image_complete -> imagedepends_pn:do_populate_sysroot but we actually need a image task depend on the deploy tasks of EXTRA_IMAGEDEPENDS recipes, setting EXTRA_IMAGEDEPENDS would not help with that, so drop it, use WKS_FILE_DEPENDS instead. Signed-off-by: Ming Liu <ming.liu@toradex.com>
2019-07-22machines: deploy a distro boot scriptMax Krummenacher
This depends on and deploys the distro boot script provided by u-boot-distro-boot. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-07-10u-boot-fw-utils: choose flavour though prefered providerMax Krummenacher
This allows to use u-boot-fw-utils in image recipes. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-07-10u-boot-toradex: update to 2019.07Max Krummenacher
Update to a 2019.07 based U-Boot. Use the openembedded master recipes for u-boot_2019.07 as a base. This makes the u-boot recipe in recipes-bsp/u-boot-mainline/ obsolete, delete it. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-07-10colibri-imx8x: prefer u-boot 2018.03Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-07-10apalis-imx8: prefer u-boot 2018.03Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-07-04colibri-imx8x: follow changed machine nameMax Krummenacher
Since we changed the machine configuration name, follow with the description and the prefix to the image names. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-07-02colibri-imx8x: add additional product numbersMax Krummenacher
Add the product numbers of additional Colibri iMX8X SKUs. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-07-02apalis-imx8: add additional product numbersMax Krummenacher
Add the product numbers of additional Apalis iMX8 SKUs. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-06-24colibri-imx8x: rename machineMax Krummenacher
For apalis-imx8 we use the family name. Unify that for colibri-imx8x. Related to: #49287 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-06-21apalis-imx8.conf: drop support for a0 siliconMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-06-21colibri-imx8qxp.conf: simplify imxboot targetMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-06-21apalis-imx8.conf: simplify imxboot targetMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-06-05colibri-imx8qxp.conf: revert "use mainline u-boot"Max Krummenacher
mainline currently does not provide the ums command. Without the Toradex Easy Installer this hinders development. This reverts commit a7f384f for colibri-imx8qxp.conf. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-29apalis-imx8/colibri-imx8qxp: drop ttyAMA1 from SERIAL_CONSOLESStefan Agner
The device ttyAMA1 stems from ARM AMBA pl011 driver. On i.MX 8 we do not have such an IP, hence this device does not exist. The variable assignment and comment has been copied from NXP machines and they seem to have copied it from other machines. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2019-05-22apalis-imx8.conf: add hdmi fw also to tezi imagesMax Krummenacher
Use the now available MACHINE_BOOT_FILES variable to deploy the HDMI firmware into the boot partition. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-21apalis-imx8.conf: install sha384sum nativeMax Krummenacher
imx-boot needs that, but it is currently only added to the host tools if building for i.MX8X. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-20layer.conf: add warrior to LAYERSERIES_COMPATMax Krummenacher
This allows to use the thud-next branch also with oe master. Currently no changes are needed. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>