<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/recipes-bsp/ddr-phy, branch topic/fix-spl-binary</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Ffix-spl-binary</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Ffix-spl-binary'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2020-12-16T16:13:18+00:00</updated>
<entry>
<title>atf: rename to qoriq-atf</title>
<updated>2020-12-16T16:13:18+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@nxp.com</email>
</author>
<published>2020-12-16T13:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=7ce1aadc64d39a467527d905a274e1dad388512d'/>
<id>urn:sha1:7ce1aadc64d39a467527d905a274e1dad388512d</id>
<content type='text'>
Signed-off-by: Ting Liu &lt;ting.liu@nxp.com&gt;
</content>
</entry>
<entry>
<title>ddr-phy: add support for lx2162aqds</title>
<updated>2020-12-16T11:32:13+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@nxp.com</email>
</author>
<published>2020-12-16T03:03:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=cd59a5425a2ad1391ee71d0d2fea63997e9a7cb2'/>
<id>urn:sha1:cd59a5425a2ad1391ee71d0d2fea63997e9a7cb2</id>
<content type='text'>
LX2162A is LX2160A based processor. They share the same ddr binaries.
Remove override '_lx2160a' and add lx2162a into COMPATIBLE_MACHINE.

Signed-off-by: Ting Liu &lt;ting.liu@nxp.com&gt;
</content>
</entry>
<entry>
<title>ddr-phy: bump to tag of LSDK-20.04-update-290520</title>
<updated>2020-06-02T12:18:49+00:00</updated>
<author>
<name>Jens Rehsack</name>
<email>sno@netbsd.org</email>
</author>
<published>2020-05-30T14:31:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=885df1d88d6cba40372042fdf704ad77809b7f24'/>
<id>urn:sha1:885df1d88d6cba40372042fdf704ad77809b7f24</id>
<content type='text'>
Bumping SRCREV to fbc036b for tag LSDK-20.04-update-290520, which contains
following changes since 14d03e6 (LSDK-20.04):
fbc036b lx2: ddr: phy: add fip file for 2019.04 firmware
f56e808 lx2: ddr: phy: Add 2019.04 ddr phy binaries

Signed-off-by: Jens Rehsack &lt;sno@netbsd.org&gt;
</content>
</entry>
<entry>
<title>ddr-phy: remove fsl-eula-unpack class</title>
<updated>2019-12-23T12:32:28+00:00</updated>
<author>
<name>Chunrong Guo</name>
<email>chunrong.guo@nxp.com</email>
</author>
<published>2019-12-23T01:48:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=24e83e3bbc5caf725acfb85bc75df506e3b27f2e'/>
<id>urn:sha1:24e83e3bbc5caf725acfb85bc75df506e3b27f2e</id>
<content type='text'>
Binary EULA, but the "inherit fsl-eula-unpack"
forces the user to accept a much more elaborate license

Signed-off-by: Chunrong Guo &lt;chunrong.guo@nxp.com&gt;
</content>
</entry>
<entry>
<title>Split fiptool build into separate recipe</title>
<updated>2019-08-15T17:49:22+00:00</updated>
<author>
<name>Daniel Klauer</name>
<email>daniel.klauer@gin.de</email>
</author>
<published>2019-08-01T09:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=c090df937b5f9e5487c045d1a6c958ef65abd87d'/>
<id>urn:sha1:c090df937b5f9e5487c045d1a6c958ef65abd87d</id>
<content type='text'>
Previously, ddr-phy built native fiptool during its own build process,
but without using Yocto's native toolchain settings. This results in
unexpected host dependencies. For example, fiptool depends on openssl,
which may or may not be installed on the host.

So now fiptool is built in a separate recipe (atf-tools-native) which can
easily depend on openssl.

Signed-off-by: Daniel Klauer &lt;daniel.klauer@gin.de&gt;
</content>
</entry>
<entry>
<title>ddr-phy: fix typo</title>
<updated>2019-07-12T20:18:34+00:00</updated>
<author>
<name>Chunrong Guo</name>
<email>chunrong.guo@nxp.com</email>
</author>
<published>2019-07-05T07:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=f8c1d3a8f4518f8032a0a162536c20a5bdc4d412'/>
<id>urn:sha1:f8c1d3a8f4518f8032a0a162536c20a5bdc4d412</id>
<content type='text'>
Signed-off-by: Chunrong Guo &lt;chunrong.guo@nxp.com&gt;
</content>
</entry>
<entry>
<title>ddy-phy: update depends atf commit id</title>
<updated>2019-07-12T20:18:34+00:00</updated>
<author>
<name>Chunrong Guo</name>
<email>chunrong.guo@nxp.com</email>
</author>
<published>2019-07-05T03:40:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=1b1bddcdda2b71b8c1d8122e1671696b3f6340ad'/>
<id>urn:sha1:1b1bddcdda2b71b8c1d8122e1671696b3f6340ad</id>
<content type='text'>
*update atf to 1906 tag

Signed-off-by: Chunrong Guo &lt;chunrong.guo@nxp.com&gt;
</content>
</entry>
<entry>
<title>ddy-phy :update recipes</title>
<updated>2019-04-11T12:00:13+00:00</updated>
<author>
<name>Chunrong Guo</name>
<email>chunrong.guo@nxp.com</email>
</author>
<published>2019-04-01T08:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=0e53d060b04417acf3592ae4d9db9274830d7763'/>
<id>urn:sha1:0e53d060b04417acf3592ae4d9db9274830d7763</id>
<content type='text'>
*dpends atf source
*build fiptool tools
*make fip_ddr_all.bin by fiptool
*install *bin

Signed-off-by: Chunrong Guo &lt;chunrong.guo@nxp.com&gt;
</content>
</entry>
<entry>
<title>ddr-phy: add recipes</title>
<updated>2019-01-14T18:23:38+00:00</updated>
<author>
<name>Chunrong Guo</name>
<email>chunrong.guo@nxp.com</email>
</author>
<published>2019-01-11T03:14:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=a7e2af210c6968914215c7cd32ccb47512408719'/>
<id>urn:sha1:a7e2af210c6968914215c7cd32ccb47512408719</id>
<content type='text'>
*update to lsdk 1812 tag
include the following changes
14d03e6 - Add fip file for DDR binaries for TF-A flow
241bedb - lx2: ddr: phy: add rdimm phy binaries.
2cb8757 - lx2: ddr: phy: add udimm phy binaries.
4081187 - Initial Commit

Signed-off-by: Chunrong Guo &lt;chunrong.guo@nxp.com&gt;
</content>
</entry>
</feed>
