<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/conf/machine/imx6ulevk.conf, branch topic/fix-multilib-support</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Ffix-multilib-support</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Ffix-multilib-support'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2021-08-18T15:44:17+00:00</updated>
<entry>
<title>machines: Adjust for using new location of tune files from core</title>
<updated>2021-08-18T15:44:17+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-08-18T00:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=30073ec0c0f29273cb9fa1906c9a2162fae99821'/>
<id>urn:sha1:30073ec0c0f29273cb9fa1906c9a2162fae99821</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>layer: Convert to new override syntax</title>
<updated>2021-08-12T17:08:24+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-08-02T18:01:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=59d36c9832702989bfcca8a5af29fb2dff01efcc'/>
<id>urn:sha1:59d36c9832702989bfcca8a5af29fb2dff01efcc</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>imx6ulevk: Fix comment about SPL support</title>
<updated>2021-04-10T12:32:51+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2021-04-10T12:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=722b1e6fc4f069cee4565c3fc9c7f0669529266d'/>
<id>urn:sha1:722b1e6fc4f069cee4565c3fc9c7f0669529266d</id>
<content type='text'>
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Change-Id: If9e1b788bebeef4429a2ed71756aac54629cba30
</content>
</entry>
<entry>
<title>Rework the u-boot-fslc and u-boot-imx settings logic</title>
<updated>2021-03-24T14:18:34+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2021-03-19T21:51:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=776932e187f38ca53ed57fc662461ba0da005520'/>
<id>urn:sha1:776932e187f38ca53ed57fc662461ba0da005520</id>
<content type='text'>
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 &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>Revert "imx6*.conf: Rework machine assignments for u-boot variables"</title>
<updated>2021-03-24T14:18:34+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2021-03-19T14:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=7a029812002b93e9f51db45e640c234bdb75322b'/>
<id>urn:sha1:7a029812002b93e9f51db45e640c234bdb75322b</id>
<content type='text'>
This reverts commit cc4b91bf3a3cf5c2034372c607783048aae44b65.
</content>
</entry>
<entry>
<title>imx6*.conf: Rework machine assignments for u-boot variables</title>
<updated>2021-03-13T16:17:03+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2021-03-13T05:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=cc4b91bf3a3cf5c2034372c607783048aae44b65'/>
<id>urn:sha1:cc4b91bf3a3cf5c2034372c607783048aae44b65</id>
<content type='text'>
The u-boot settings in imx6qdlsabresd, imx6qdlsabreauto, and imx6ulevk are
set to values that are correct for u-boot-fslc. Attempts to override these
settings to fix u-boot-imx builds have broken u-boot-fslc builds, and
vice versa. The u-boot-imx build is currently broken:

```
| install: cannot stat '/opt/work/upstream/fsl-xwayland/tmp/work/imx6qdlsabresd-fsl-linux-gnueabi/u-boot-imx/2020.04-r0/build/u-boot.img': No such file or directory
```

Rework the u-boot-fslc-specific overrides so they are used conditionally
only for u-boot-fslc. The default settings are correct for u-boot-imx.

Fixes: 880dbf2 ("fsl-base.inc: use conditional assignment for base variables")
Fixes: e83f54d ("machines: imx-base.inc: fix failing u-boot builds")
Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx6ulevk: Add OP-TEE and Broadcom WiFi, remove pci</title>
<updated>2021-01-21T11:37:58+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2020-12-03T22:03:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=913ae7c2fdb8a8458898012c7ea081782de28033'/>
<id>urn:sha1:913ae7c2fdb8a8458898012c7ea081782de28033</id>
<content type='text'>
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 6UL EVK.

Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>machine: imx[6,7,8]: update dtb references for 5.4 kernel</title>
<updated>2020-04-16T13:32:45+00:00</updated>
<author>
<name>Andrey Zhizhikin</name>
<email>andrey.zhizhikin@leica-geosystems.com</email>
</author>
<published>2020-04-15T23:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=3529dc2ed3d3c7faebd26be3a8c5c323e52407af'/>
<id>urn:sha1:3529dc2ed3d3c7faebd26be3a8c5c323e52407af</id>
<content type='text'>
Updated kernel has some DTS files added and some dropped for various
i.MX derivatives. Those should be aligned with respective machines in
order to deliver proper DTB files, and do not fail the build for those
are missing.

Device tree files listed in respective machines are those only present
in updated 5.4 kernel release from NXP. Derivatives, which relied on
those device trees that are discarded from the new kernel release should
backport their respective files onto that update.

In other words: if after this update the DTS file used for the HW happens
to be missing - it should be manually added for that HW, since the default
version is no longer provided by NXP in their updated kernel tree.

Signed-off-by: Andrey Zhizhikin &lt;andrey.zhizhikin@leica-geosystems.com&gt;
</content>
</entry>
<entry>
<title>Fix WKS_FILE to use files with .in extension</title>
<updated>2019-08-12T17:56:11+00:00</updated>
<author>
<name>Fabio Berton</name>
<email>fabio.berton@ossystems.com.br</email>
</author>
<published>2019-08-12T14:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=e1b947bb2599f80bfaae67ac126d6b67558183a0'/>
<id>urn:sha1:e1b947bb2599f80bfaae67ac126d6b67558183a0</id>
<content type='text'>
meta-freescale commit 6be9d197386b5c3bd72023981df805d42f87684c
renamed imx-uboot-spl-bootpart.wks to imx-uboot-spl-bootpart.wks.in
The .in extension in wks files allows bitbake variables to be used in
kickstarter files. Set WKS_FILES for all machines to match this new
filename.

Signed-off-by: Fabio Berton &lt;fabio.berton@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>Update dtb list for iMX machines.</title>
<updated>2019-06-27T17:44:08+00:00</updated>
<author>
<name>Alexandru Palalau</name>
<email>ioan-alexandru.palalau@nxp.com</email>
</author>
<published>2019-06-24T09:34:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=8e99c02f938d08ce2b75ccf40eb911b47921467a'/>
<id>urn:sha1:8e99c02f938d08ce2b75ccf40eb911b47921467a</id>
<content type='text'>
Allign with dtb changes from latest version of linux-imx.

Signed-off-by: Alexandru Palalau &lt;ioan-alexandru.palalau@nxp.com&gt;
</content>
</entry>
</feed>
