<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/meta-fsl-ppc, branch topic/secure-boot-rework</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Fsecure-boot-rework</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Fsecure-boot-rework'/>
<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>cryptodev: update to 1.7 plus FSL 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:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=a0036bb1344415acd7a4363091193d19754fc740'/>
<id>urn:sha1:a0036bb1344415acd7a4363091193d19754fc740</id>
<content type='text'>
To avoid build issue when Poky upgrades cryptodev, keep a copy
of cryptodev-{linux,modules,tests) recipe in this repository.

Based on the upstream, this includes the following FSL patches:
0001-add-support-for-composite-TLS10-SHA1-AES-algorithm-o.patch
0002-add-support-for-COMPAT_CIOCAUTHCRYPT-ioctl.patch
0003-PKC-support-added-in-cryptodev-module.patch
0004-Compat-versions-of-PKC-IOCTLs.patch
0005-Asynchronous-interface-changes-in-cryptodev.patch
0006-ECC_KEYGEN-and-DLC_KEYGEN-supported-in-cryptodev-mod.patch
0007-RCU-stall-fixed-in-PKC-asynchronous-interface.patch
0008-Add-RSA-Key-generation-offloading.patch
0009-Fixed-compilation-error-of-openssl-with-fsl-cryptode.patch
0010-add-support-for-composite-TLS10-SHA1-3DES-algorithm-.patch
0011-add-support-for-TLSv1.1-record-offload.patch
0012-add-support-for-TLSv1.2-record-offload.patch
0013-clean-up-code-layout.patch
0014-remove-redundant-data-copy-for-pkc-operations.patch
0015-fix-pkc-request-deallocation.patch
0016-add-basic-detection-of-asym-features.patch
0017-remove-dead-code.patch
0018-fix-compat-warnings.patch
0019-fix-size_t-print-format.patch
0020-fix-uninitialized-variable-compiler-warning.patch

Signed-off-by: Cristian Stoica &lt;cristian.stoica@freescale.com&gt;
Signed-off-by: Ting Liu &lt;ting.liu@freescale.com&gt;
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>dpa-offload: add recipe</title>
<updated>2015-07-29T02:26:58+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@freescale.com</email>
</author>
<published>2015-07-17T09:29:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=a534df3469f3959524a6953b60ba2ac49047c2ba'/>
<id>urn:sha1:a534df3469f3959524a6953b60ba2ac49047c2ba</id>
<content type='text'>
The user space DPAA offloading drivers were splited from the old usdpaa.

Signed-off-by: Ting Liu &lt;ting.liu@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>usdpaa-apps: add recipe</title>
<updated>2015-07-29T02:26:58+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@freescale.com</email>
</author>
<published>2015-07-17T09:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=c47435f1408eb802cc0615aab4d6979d3f6a701e'/>
<id>urn:sha1:c47435f1408eb802cc0615aab4d6979d3f6a701e</id>
<content type='text'>
The usdpaa applications were splitted from the old usdpaa repository.

Signed-off-by: Ting Liu &lt;ting.liu@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>usdpaa: update to revision 3b07179</title>
<updated>2015-07-29T02:26:58+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@freescale.com</email>
</author>
<published>2015-07-17T09:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=5f5dac52e2ca3cc42082952a2e0163a2b95c3b90'/>
<id>urn:sha1:5f5dac52e2ca3cc42082952a2e0163a2b95c3b90</id>
<content type='text'>
usdpaa repository was splited into usdpaa (drivers), dpa-offload (drivers).
and usdpaa-apps.
This recipe now stores only usdpaa drivers. Remove unrelated bits.

New git commits:
3b07179 fsl-usdpaa: Add spin_lock_destroy
e65a5e6 qbman: Fix qman_ceetm_cscn_dcp_get()
1eda3c8 qbman: Update ceetm with some user friendly APIs
991a6fe Add COPYING file
26eb74a qbman: Agressively clean QMan portals before use
e00f58f standalone-env: Added support for T1023, T1024 boards.
79eaaf1 fman: Optimize implementation of "fm_mac_config_loopback" function
0c95b1f include: install needed header files
a7c1d67 Rename source directory from 'drivers' to 'src'
6ffdb3e lib/mm: Relocate common library from apps
2858d19 standalone-env: Remove application exports
b298439 Relocate test directory to usdpaa-apps
40ae339 apps/libs: Relocate to usdpaa-apps
a34d0b3 srio_ipsec_offload: Relocate to usdpaa-apps
7018460 dsp_dpa: Relocate to usdpaa-apps
935dfb0 dpa_offload: Relocate driver to own repository
8364e4f ppac: Relocate to usdpaa-apps
f955e2d test_netcfg: Relocate to usdpaa-apps
a64f8b1 sra: Relocate to usdpaa-apps
bbb8ea4 simple_proto: Relocate to usdpaa-apps
5aaee69 simple_crypto: Relocate to usdpaa-apps
6fdd64a rmu: Relocate to usdpaa-apps
51a3580 reflector: Relocate to usdpaa-apps
2bbf219 reassembly_demo: Relocate to usdpaa-apps
f6c34d5 qbman_speed: Relocate to usdpaa-apps
b97246d pme_loopback: Relocate to usdpaa-apps
c96ce65 lpm-ipfwd: Relocate to usdpaa-apps
f689a86 ipsec_offload: Relocate to usdpaa-apps
b501eed ipsecfwd: Relocate to usdpaa-apps
a6f6f7e ipfwd: Relocate to usdpaa-apps
c9020e1 hello_reflector: Relocate to usdpaa-apps
bfe0a37 fragmentation_demo: Relocate to usdpaa-apps
6a52158 fra: Relocate to usdpaa-apps
d75cb94 dma_test: Relocate to usdpaa-apps
86f15cc cpu_hotplug: Relocate to usdpaa-apps
8dcb426 classifier_demo: Relocate to usdpaa-apps
5e47efe ceetm_demo: Relocate to usdpaa-apps
b05c038 capwap: Relocate to usdpaa-apps
1c1a546 capwap: remove dependency on internal/compat
f87542d srio_ipsec_offload: remove dependency on internal/compat
fc0d7f9 pme_loopback: remove dependency on internal/compat
fd82904 libfslcrypto: fix setting of FD field
51dddc7 Add FMAN API fm_mac_conf_max_frame_len
89f9869 Add FMAN API fm_mac_config_loopback
2393a84 Add FMAN API fm_mac_set_rx_ignore_pause_frames
450b89e Adding FMAN API fm_mac_add_exact_match_mac_addr and fm_mac_config
47fced1 Adding FMAN API fm_mac_set_promiscuous
8c77b68 simple_crypto: add support for block cipher algorithm mode

Signed-off-by: Ting Liu &lt;ting.liu@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>fm-ucode: update to revision 2827f00</title>
<updated>2015-07-29T02:26:58+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@freescale.com</email>
</author>
<published>2015-07-17T07:17:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=116a6b0307242f6f602ef202d883355f3d9d1807'/>
<id>urn:sha1:116a6b0307242f6f602ef202d883355f3d9d1807</id>
<content type='text'>
This import the following changes:
2827f00 fm-ucode: release 106_x_15 version

Also add the reglex for new t1023/t1040/t1042 boards.

Signed-off-by: Ting Liu &lt;ting.liu@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>
</feed>
