<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/conf/machine/imx8mm-lpddr4-evk.conf, branch temp</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=temp</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=temp'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2022-11-09T23:26:26+00:00</updated>
<entry>
<title>imx8mm-lpddr4-evk.conf: Add dtbs for NXP BSP</title>
<updated>2022-11-09T23:26:26+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2022-11-09T22:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=955a3b5d920a53b7a4cca2af136e3e095bc214ef'/>
<id>urn:sha1:955a3b5d920a53b7a4cca2af136e3e095bc214ef</id>
<content type='text'>
Add dtbs supported by linux-imx 5.15.52:
- imx8mm-evk-dpdk.dtb
- imx8mm-evk-ecspi-slave.dtb
- imx8mm-evk-lk.dtb
- imx8mm-evk-rpmsg-wm8524.dtb
- imx8mm-evk-rpmsg-wm8524-lpv.dtb

Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx8mm-evk: lift imx8mm-lpddr4-evk and imx8mm-ddr4-evk restrictions</title>
<updated>2022-07-29T16:14:57+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2022-07-23T20:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=43534097a557810b36b4c30495d51d1d129c34b2'/>
<id>urn:sha1:43534097a557810b36b4c30495d51d1d129c34b2</id>
<content type='text'>
The Linux mainline kernel has support for both variations but U-Boot
mainline only supports the LPDDR4 version. For now, we restrict the
imx8mm-ddr4-evk version to use u-boot-imx.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>imx8m: Set LPDDR4 machines to use IMX BSP only</title>
<updated>2022-05-11T09:47:19+00:00</updated>
<author>
<name>Thomas Perrot</name>
<email>thomas.perrot@bootlin.com</email>
</author>
<published>2022-05-11T08:05:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=c13204d3437f226c11e73da467399fab9f2f130b'/>
<id>urn:sha1:c13204d3437f226c11e73da467399fab9f2f130b</id>
<content type='text'>
This is necessary because mainline U-Boot doesn't supports LPDDR4 for
i.MX8M EVK.
Also these machines aren't supported by mainline kernel.

Signed-off-by: Thomas Perrot &lt;thomas.perrot@bootlin.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>imx8mm-lpddr4-evk: Add device tree for QCA Wi-Fi</title>
<updated>2021-02-12T17:55:12+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2021-02-12T16:29:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=b5abcb79dba584ba9e34705b60503ca5cfb22fd6'/>
<id>urn:sha1:b5abcb79dba584ba9e34705b60503ca5cfb22fd6</id>
<content type='text'>
Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>imx8mm-lpddr4-evk: follow changed device tree name</title>
<updated>2021-02-01T14:24:43+00:00</updated>
<author>
<name>Max Krummenacher</name>
<email>max.krummenacher@toradex.com</email>
</author>
<published>2021-01-30T17:28:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=7b0ddeabeeab1493570985296632f78b8deed858'/>
<id>urn:sha1:7b0ddeabeeab1493570985296632f78b8deed858</id>
<content type='text'>
The kernel from rel_imx_5.4.70_2.3.0 got one device tree name changed:
imx8mm-evk-revb.dts -&gt; imx8mm-evk-revb-qca-wifi.dts
Follow that in the machine config to keep the machine buildable.

Signed-off-by: Max Krummenacher &lt;max.krummenacher@toradex.com&gt;
</content>
</entry>
<entry>
<title>imx8mm-*-evk: Split 8M Mini EVK for LPDDR4 and DDR4 variants</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-15T21:36:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=c96b2aa2e6ec0b1ab90ef26b249762944c5dd065'/>
<id>urn:sha1:c96b2aa2e6ec0b1ab90ef26b249762944c5dd065</id>
<content type='text'>
The 8M Mini Evaluation Kit has two variants, one for LPDDR4 and one for
DDR4, with two corresponding sets of image components. The current machine
configuration places both sets into a single image and boots for LPDDR4.
The user must manually update the image to make it work for the DDR4
EVK variant.

Simplify the DDR4 case by providing a dedicated machine configuration.

Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
</feed>
