<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/conf/machine/imx8mq-evk.conf, branch topic/u-boot-upgrade</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Fu-boot-upgrade</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Fu-boot-upgrade'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2022-08-02T18:13:48+00:00</updated>
<entry>
<title>imx8m*: Drop redundant UBOOT_SUFFIX assignment</title>
<updated>2022-08-02T18:13:48+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2022-08-02T18:04:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=d3f8b15d3cab77ae0397ab95ddcb4aed559e2db0'/>
<id>urn:sha1:d3f8b15d3cab77ae0397ab95ddcb4aed559e2db0</id>
<content type='text'>
Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx8mq-evk.conf: Extend fix for `u-boot-imx` and `u-boot-fslc`</title>
<updated>2022-08-02T01:38:26+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2022-08-02T01:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=15be26ce8c7e3f5a941601584923131682be45a8'/>
<id>urn:sha1:15be26ce8c7e3f5a941601584923131682be45a8</id>
<content type='text'>
Extend the recent fix to properly configure `imx-boot-container`
machine overide.

Extends: 1650359
Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx-base.inc: consolidate `IMX_EXTRA_FIRMWARE` definition</title>
<updated>2022-07-29T16:23:06+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2022-07-26T18:59:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=63d73925950aa35ec1378696c0f5dcfd2fef9e83'/>
<id>urn:sha1:63d73925950aa35ec1378696c0f5dcfd2fef9e83</id>
<content type='text'>
We should have a single definition for `IMX_EXTRA_FIRMWARE` variable as
this is SoC specific and not machine, or recipe, dependent. This removes
multiple assignments from:

- conf/machine/imx8mq-evk.conf
- conf/machine/include/imx8mm-evk.inc
- conf/machine/include/imx8mn-evk.inc
- conf/machine/include/imx8mp-evk.inc
- recipes-bsp/imx-mkimage/imx-boot_1.0.bb

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>conf: machine: imx8m*: clean-up obsolete ATF load address</title>
<updated>2022-03-07T15:45:00+00:00</updated>
<author>
<name>Andrey Zhizhikin</name>
<email>andrey.z@gmail.com</email>
</author>
<published>2022-03-07T15:45:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=5c9ada268fe67c27e3c64a17415bb3bdabc09748'/>
<id>urn:sha1:5c9ada268fe67c27e3c64a17415bb3bdabc09748</id>
<content type='text'>
Upstream U-Boot commit d9a6f0eed66a ("tree: imx: remove old fit
generator script") dropped the FIT generator script, which was using
environment variable setting the ATF load address into the FIT ITS file.
This has been replaced by binman node description, where ATF address is
defined, hence the enviroment variable is not required anymore.

Clean-up the layer's class and machine description to remove the
variable, which is not used anymore.

Signed-off-by: Andrey Zhizhikin &lt;andrey.z@gmail.com&gt;
</content>
</entry>
<entry>
<title>Rework machine definitions to reduce duplication</title>
<updated>2022-02-21T23:06:28+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2022-02-21T22:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=970c11bb0050e91262cf227ad7ef49fe01c1553f'/>
<id>urn:sha1:970c11bb0050e91262cf227ad7ef49fe01c1553f</id>
<content type='text'>
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>conf: machine: imx8mq-evk: add mainline bsp support</title>
<updated>2022-01-19T12:26:00+00:00</updated>
<author>
<name>Andrey Zhizhikin</name>
<email>andrey.z@gmail.com</email>
</author>
<published>2022-01-18T22:08:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=7663f4d74f05cee771e28ac043d8c2fd35fe1d69'/>
<id>urn:sha1:7663f4d74f05cee771e28ac043d8c2fd35fe1d69</id>
<content type='text'>
Recent versions of upstream U-Boot and Kernel do provide support for
i.MX8MQ derivative, and it can be built using Mainline BSP.

Convert machine definition to include all parts, that are required to
build Mainline BSP:
- Drop hardcoded BSP flavor setting in machine configuration
- Add boot container machine override
- Split machine features
- Define ATF load address
- Add dependency to firmware package
- Provide extlinux configuration to utilize distro boot feature

Signed-off-by: Andrey Zhizhikin &lt;andrey.z@gmail.com&gt;
</content>
</entry>
<entry>
<title>imx8mq-evk.conf: Drop redundant gstreamer preferred version</title>
<updated>2021-09-01T20:36:05+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2021-09-01T20:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=5927a9720ceeaa04c19b1fb5a6aea6d68133243f'/>
<id>urn:sha1:5927a9720ceeaa04c19b1fb5a6aea6d68133243f</id>
<content type='text'>
Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<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>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>
</feed>
