diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2022-11-28 13:51:45 +0100 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-11-28 15:51:21 +0000 |
commit | 510dbbe5a08ccf775b05910461c84085e7da0bf3 (patch) | |
tree | 6adf2f855c6b94a17691dc5b94d6983e60ed8405 | |
parent | 351f0f97bcd4d50f0d0725b9c1307617b40b0152 (diff) | |
download | meta-freescale-510dbbe5a08ccf775b05910461c84085e7da0bf3.tar.gz |
imx-seco-libs: upgrade from lf-5.15.5_1.0.0 to lf-5.15.52-2.1.0
Update to the version used in lf5.15.52_2.1.0.
License was updated to NXP EULA v35 May 2022.
The branch naming is a bit erratic but the commit history is
linear, b255047 is a descendant of 06a9062.
Commit history:
b255047 (tag: lf-5.15.52-2.1.0, origin/imx_5.4.70_2.3.9) update EULA to v35
bbae88a AHAB-756: support secure ram for HSM mac one go with MMCAU
c24e99b SCR.txt: Update Release Location
aff59d9 LF-6126: Add support for AES ECB
dcf0824 LF-6124: Reword to highlight difference between B0 Vs other devices
b97dde8 Add support for FIPS self-test command (only supported on DXL B0)
6c41488 AHAB-716: update doc
1976d2e AHAB-716: cosmetic
1a7ca0e Static code analysis fixes.
4e96c37 V2XA-776: hsm manage key - update v2x test with OTP Root KEK flag
c047645 AHAB-716: update doc
da01a3b AHAB-716: Add the support of HMAC and TLS & Update the list of unsupported curves
e4faff7 AHAB-716: Add the OTP Root KEK flag to the manage Key on DXL B0
152d02d AHAB-716: license update
675061e Add python script to derive OEM KEK for SECO and V2X
2a7d604 Add short doc to describe how to run she_test
6a340ad Zero initialize parameter structures in hsm_test main to avoid crash
45910c1 AHAB-683: Add AES CCM examples for new IV handling
cde1670 AHAB-715: Updates from static code analysis
2bd67a5 Update supported key list for QXP C0 sig verif, correct hashing reference
1018333 AHAB-683: Modify comment for clarity
3592d0f AHAB-683: Update requirements for CCM IV to match FIPS
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
(cherry picked from commit 43deb1c0ec0dfbc32126cc3134704b48b30111be)
-rw-r--r-- | recipes-bsp/imx-seco/imx-seco-libs_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/imx-seco/imx-seco-libs_git.bb b/recipes-bsp/imx-seco/imx-seco-libs_git.bb index 35b46ca3..625834b7 100644 --- a/recipes-bsp/imx-seco/imx-seco-libs_git.bb +++ b/recipes-bsp/imx-seco/imx-seco-libs_git.bb | |||
@@ -1,19 +1,19 @@ | |||
1 | # Copyright (C) 2019-2021 NXP | 1 | # Copyright 2019-22 NXP |
2 | 2 | ||
3 | SUMMARY = "NXP i.MX SECO library" | 3 | SUMMARY = "NXP i.MX SECO library" |
4 | DESCRIPTION = "Library for NXP i.MX Security Controller Subsystem" | 4 | DESCRIPTION = "Library for NXP i.MX Security Controller Subsystem" |
5 | SECTION = "base" | 5 | SECTION = "base" |
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=76871788f27c28af824e2ec1ca187832" | 7 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=d3c315c6eaa43e07d8c130dc3a04a011" |
8 | 8 | ||
9 | DEPENDS = "zlib" | 9 | DEPENDS = "zlib" |
10 | 10 | ||
11 | SRCBRANCH = "lf-5.15.5_1.0.0" | 11 | SRCBRANCH = "imx_5.4.70_2.3.9" |
12 | SRC_URI = "git://github.com/NXP/imx-seco-libs.git;protocol=https;branch=${SRCBRANCH} \ | 12 | SRC_URI = "git://github.com/NXP/imx-seco-libs.git;protocol=https;branch=${SRCBRANCH} \ |
13 | file://0001-Makefile-Fix-LIBDIR-for-multilib.patch \ | 13 | file://0001-Makefile-Fix-LIBDIR-for-multilib.patch \ |
14 | file://0002-Makefile-Fix-install-to-clear-host-user-contaminated.patch \ | 14 | file://0002-Makefile-Fix-install-to-clear-host-user-contaminated.patch \ |
15 | file://0001-add-v2x_test-to-the-installed-binaries.patch" | 15 | file://0001-add-v2x_test-to-the-installed-binaries.patch" |
16 | SRCREV = "06a9062cdf51aa29a1c872709e21f927ca00d0b6" | 16 | SRCREV = "b2550476388e1d1453bddbf356844301467c7bfa" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||