<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/meta-fsl-ppc/recipes-connectivity, 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>2015-07-29T02:26:59+00:00</updated>
<entry>
<title>Move meta-fsl-ppc content to layer root</title>
<updated>2015-07-29T02:26:59+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2015-07-23T19:02:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=6a868a671472d454b407a165fc31c5f7dfe783c6'/>
<id>urn:sha1:6a868a671472d454b407a165fc31c5f7dfe783c6</id>
<content type='text'>
This commit is just a rename of all contents of meta-fsl-ppc
subdirectory to this layer's root, merging the contents of common
files, subsequent changes are based on top of that.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>openssl: add sdk-v1.8 patches</title>
<updated>2015-07-29T02:26:58+00:00</updated>
<author>
<name>Cristian Stoica</name>
<email>cristian.stoica@freescale.com</email>
</author>
<published>2015-07-17T09:29:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=a6e9e14a15a6f5007a5f53531eb18a24c7ab1ac4'/>
<id>urn:sha1:a6e9e14a15a6f5007a5f53531eb18a24c7ab1ac4</id>
<content type='text'>
The imports the following changes:
eng_cryptodev: extend TLS offload with+ 3des_cbc_hmac_sha1
eng_cryptodev: add support for TLSv1.1 record  offload
eng_cryptodev: add support for TLSv1.2 record offload
cryptodev: drop redundant function
cryptodev: do not zero the buffer before use
cryptodev: clean-up code layout
cryptodev: do not cache file descriptor in 'open'
cryptodev: put_dev_crypto should be an int
cryptodev: simplify cryptodev pkc support code

Signed-off-by: Cristian Stoica &lt;cristian.stoica@freescale.com&gt;
Acked-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>openssl: rewrite recipe to remove code duplication</title>
<updated>2015-07-29T02:26:58+00:00</updated>
<author>
<name>Cristian Stoica</name>
<email>cristian.stoica@freescale.com</email>
</author>
<published>2015-07-17T09:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=60c02656fe24cc0a149f0c485dd67fc7a29b3cd6'/>
<id>urn:sha1:60c02656fe24cc0a149f0c485dd67fc7a29b3cd6</id>
<content type='text'>
- the package is now based on upstream tarball instead of Freescale git
  repository
- Freescale cryptodev patches are applied only on target package to
  avoid build errors

Signed-off-by: Cristian Stoica &lt;cristian.stoica@freescale.com&gt;
Acked-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>openssl: remove native dependency on cryptodev</title>
<updated>2015-07-29T02:26:58+00:00</updated>
<author>
<name>Cristian Stoica</name>
<email>cristian.stoica@freescale.com</email>
</author>
<published>2015-07-17T09:29:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=47af636562e2ad35fecc7c070c4d3a6919f553d9'/>
<id>urn:sha1:47af636562e2ad35fecc7c070c4d3a6919f553d9</id>
<content type='text'>
The original intent of the code was good but the comment was missleading
since the cryptodev dependency was always set, even for the native package.

Dependency on acceleration engines (including cryptodev) should be disabled
for the native package to reduce the risk of incorrect builds and other
runtime issues. In particular, the chain of dependencies for such a high
profile crypto package should be minimal to help with code audit.

Signed-off-by: Cristian Stoica &lt;cristian.stoica@freescale.com&gt;
Acked-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>openssl: fix the packaging qa error</title>
<updated>2015-07-29T02:26:58+00:00</updated>
<author>
<name>Zhenhua Luo</name>
<email>zhenhua.luo@freescale.com</email>
</author>
<published>2015-07-17T09:29:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=3018c337749d4261640d7b1ab547b82e140507a3'/>
<id>urn:sha1:3018c337749d4261640d7b1ab547b82e140507a3</id>
<content type='text'>
ERROR: QA Issue: non debug package contains .debug directory:
 openssl-engines path
 .../packages-split/openssl-engines/usr/lib64/engines/.debug/libcswift.so
ERROR: QA run found fatal errors. Please consider fixing them.

Signed-off-by: Zhenhua Luo &lt;zhenhua.luo@freescale.com&gt;
Acked-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>openssl: upgrade to 1.0.1i plus Freescale patches</title>
<updated>2015-01-08T10:15:01+00:00</updated>
<author>
<name>Cristian Stoica</name>
<email>cristian.stoica@freescale.com</email>
</author>
<published>2015-01-07T09:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=9d9bfaf710bc0648e9259ec9d7e7cc9eb9219cf7'/>
<id>urn:sha1:9d9bfaf710bc0648e9259ec9d7e7cc9eb9219cf7</id>
<content type='text'>
- include fixes for algorithm registration and 32-bit application hanging
  on E5500 cores.
- add offloading suport for aes-gcm
- upstream patches are kept except for the documentation patch which is
  no longer necessary

Signed-off-by: Cristian Stoica &lt;cristian.stoica@freescale.com&gt;
</content>
</entry>
<entry>
<title>ipsec-demo (scripts and configuration files) add recipe</title>
<updated>2014-07-29T09:25:30+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2014-07-24T07:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=b113442a0ca749385b6321f810040bf8de43bc79'/>
<id>urn:sha1:b113442a0ca749385b6321f810040bf8de43bc79</id>
<content type='text'>
There are some ipsec demo scripts and configuration files for qoriq
boards. add a recipe to hold them.

Signed-off-by: Ting Liu &lt;b28495@freescale.com&gt;
</content>
</entry>
<entry>
<title>openssl_1.0.1g.bbappend: add missing colon for FILESEXTRAPATHS</title>
<updated>2014-07-23T10:06:54+00:00</updated>
<author>
<name>Hongxu Jia</name>
<email>hongxu.jia@windriver.com</email>
</author>
<published>2014-07-23T03:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=d8d2594ec04a3b3d6059368d7332132efc23b7df'/>
<id>urn:sha1:d8d2594ec04a3b3d6059368d7332132efc23b7df</id>
<content type='text'>
While other openssl's bbapend to assign FILESEXTRAPATHS,
there was a potential dir split error.

Signed-off-by: Hongxu Jia &lt;hongxu.jia@windriver.com&gt;
</content>
</entry>
<entry>
<title>openssl: use fsl maintained source</title>
<updated>2014-07-11T05:35:09+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2014-06-14T05:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=a5a824944072c9cfec826a76ba788e6674ab7fdd'/>
<id>urn:sha1:a5a824944072c9cfec826a76ba788e6674ab7fdd</id>
<content type='text'>
add bbappend to use fsl own openssl source code which was tested

Signed-off-by: Ting Liu &lt;b28495@freescale.com&gt;
</content>
</entry>
<entry>
<title>openssl: downgrade to 1.0.1g</title>
<updated>2014-07-11T05:35:09+00:00</updated>
<author>
<name>Ting Liu</name>
<email>b28495@freescale.com</email>
</author>
<published>2014-07-03T07:32:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=dd090e688cf7987eff8906e3750cfbb1c285941c'/>
<id>urn:sha1:dd090e688cf7987eff8906e3750cfbb1c285941c</id>
<content type='text'>
openssl released in fsl sdk v1.6 was based on 1.0.1g, so downgrade for fsl boards.
the imported recipes were based on daisy-11.0.0 which FSL SDK based on.

Signed-off-by: Ting Liu &lt;b28495@freescale.com&gt;
</content>
</entry>
</feed>
