aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6sllevk.conf
AgeCommit message (Collapse)Author
13 dayslinux-fslc-imx: Update from v6.1 to v6.6Luan Rafael Carneiro
Update linux-fslc-imx from version 6.1 to 6.6. This commit also changes 32-bit imx based machines to add device tree subdirectory. The changed machines are: - conf/machine/imx6qdlsabreauto.conf - conf/machine/imx6qdlsabresd.conf - conf/machine/imx6slevk.conf - conf/machine/imx6sllevk.conf - conf/machine/imx6sxsabreauto.conf - conf/machine/imx6sxsabresd.conf - conf/machine/imx6ulevk.conf - conf/machine/imx6ullevk.conf - conf/machine/imx6ulz-14x14-evk.conf - conf/machine/imx7dsabresd.conf - conf/machine/imx7ulpevk.conf Signed-off-by: Luan Rafael Carneiro <luan.rafael@ossystems.com.br>
2023-07-11imx*.conf: Drop unused UBOOT_CONFIG[mfgtool]Tom Hochstein
UBOOT_CONFIG[mfgtool] is no longer used since the following: 88399694 linux-*-mfgtool, u-boot-*-mfgtool: Remove specific recipes Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-12-27conf/machine: Add NXP WiFi/BT support to NXP boardsTom Hochstein
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-11-09imx6sllevk.conf: Add dtbs for NXP BSPTom Hochstein
For linux-imx 5.15.52, add dtbs for NXP BSP: - imx6sll-evk-btwifi.dtb - imx6sll-evk-reva.dtb Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2022-02-21Rework machine definitions to reduce duplicationOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-08-18machines: Adjust for using new location of tune files from coreKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-12layer: Convert to new override syntaxKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-24Rework the u-boot-fslc and u-boot-imx settings logicOtavio Salvador
We need to make it more obvious what is in use, when we support both bootloaders and for it we are now using the _pn suffix for both. This also fixes the WIC_FILE depending on the choice otherwise image build fails. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-01-21imx6sllevk: Add OP-TEE and Broadcom WiFi, remove pciTom Hochstein
Add OP-TEE support. Add optee to MACHINE_FEATURES to enable OP-TEE in u-boot-imx. OP-TEE is currently not supported by u-boot-fslc. Enable Broadcom 4339 and 43455 WiFi modules. Remove pci which is not supported by 6SLL EVK. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2020-09-14imx6sllevk: Switch virtual/bootloader to u-boot-fslcDaiane Angolini
The virtual/bootloader for this board used to be u-boot-imx which does not include the board in COMPATIBLE_MACHINE any more, so the choice is migrate to u-boot-fslc. Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
2020-09-14imx6sllevk: Update the list of DTB filesDaiane Angolini
There are no rule to make both dtb any more. Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
2019-11-06imx6sllevk.conf: Remove redundant firmware-imx-epdc assignmentTom Hochstein
firmware-imx-epdc is added already in imx-base.inc. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2019-08-15imx6sllevk:imx7dsabresd:imx7ulpevk: Remove firmware-imx-brcm dependencyDaiane Angolini
The Broadcom support was removed by d94f748d14d89fd2c62f03ddf181706626b0de91 so we do not need to install it on images any more. Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
2019-06-27Update dtb list for iMX machines.Alexandru Palalau
Allign with dtb changes from latest version of linux-imx. Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
2019-02-08Stop using SERIAL_CONSOLE and switch all boards to SERIAL_CONSOLESMarc Ferland
SERIAL_CONSOLE has been deprecated for a while now (see [1]). This patch fixes the machines that where still using the old variable. [1]: https://www.yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#migration-2.6-serial-console-deprecated Signed-off-by: Marc Ferland <ferlandm@amotus.ca> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-10-04imx6sllevk: Drop u-boot and kernel PREFERRED_VERSIONFabio Berton
The line PREFERRED_PROVIDER_linux-imx ??= "4.1.15" is wrong, the correct is use PREFERRED_VERSION to set version. But we can drop this line because currently we have one linux-imx version. Also drop preferred version to u-boot, 2016.03 is the only option. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-06-17imx6sllevk: Add dtb with support for Murata Type ZP modulealexandra-ioana.safta@nxp.com
Signed-off-by: Alexandra Safta <alexandra-ioana.safta@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2017-06-17imx6sllevk: Create i.MX 6 SLL EVK machinealexandra-ioana.safta@nxp.com
Signed-off-by: Alexandra Safta <alexandra-ioana.safta@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>