diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-09-29 16:59:53 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-01 13:51:02 -0300 |
commit | 6838ecf8362d5f6496742474ecb1d53fe7648331 (patch) | |
tree | 8cd781708572dc58df059d5b8e15a5d9b7d2bf71 /recipes-security/optee | |
parent | def0ba123a5d9fe7ec805ec2ef19d78a6be80279 (diff) | |
download | meta-freescale-6838ecf8362d5f6496742474ecb1d53fe7648331.tar.gz |
optee-os-qoriq : update to 5f6c95c
*update to lsdk 1809 tag
include the following changes:
5f6c95c - Merge pull request #10 in DASH/optee_os from ~NXA27423/optee_os:optee_3.2.0 to optee_3.2.0
e910662 - Enable CFG_ARM_GICV3 for LS1088 and LS2088
e7e9143 - Merge pull request #9 in DASH/optee_os from ~NXA27423/optee_os:optee_3.2.0 to optee_3.2.0
07ccba5 - plat-ls:add LS2088ARDB platform flavors
77f2a27 - plat-ls:add LS1088ARDB platform flavors
cc05229 - plat-ls:add LS1012AFRWY platform flavors
dc113b4 - Updating MAINTAINERS for LS1046A-RDB, LS1043A-RDB, LS1021
8b26860 - Prepare Generic layout for all platforms
03c103c - Remove platform specific function
9ff2f59 - Merge pull request #7 in DASH/optee_os from ~NXA19713/optee_os_3.2.0_nxp:optee_3.2.0 to optee_3.2.0
31475ae - Update revision for release tag 3.2.0-rc1
b935a53 - benchmark: change the way of timestamp buffer allocation.
8a97aa3 - scripts/symbolize.py: ignore undefined symbols
b15b130 - core: support for global shared buffers
96d297b - core: tee: update objectSize/keySize for ECDSA/ECDH Objects
2101091 - ci: shippable: build stm32mp1
df0c43b - plat-stm32mp1: reformat OP-TEE images to stm32 format
65c3867 - core: stm32_uart driver
5316c4c - plat-stm32mp1: add initial support
e585698 - Remove get_rng_array()
b7ca2f3 - libmpa: remove mpa_set_random_generator()
1933fd8 - core: add new RNG implementation
ab45c2d - core: split tee_pager_init()
37770ed - core: don't divide by sizeof(*mem) for ddr nsec memory
7074438 - ci: shippable: Add sunxi-bpi_zero
ce5bbb3 - MAINTAINERS: Add MAINTAINERS entry for AllWinner H2+
30c43ed - plat-sunxi: Add plat-sunxi
677bbd2 - core: add mdelay() function
5fde43b - core: drivers: serial8250_uart: Add DT support
7b74779 - Add new platform for the TI K3 class of SoCs
853b8de - core: crypto: arm64 ce: update AES CBC routines
203dcfc - ci: travis: cleanup for Ubuntu Trusty container-based environment
db13fc5 - ci: travis: set buildroot ccache directory to ~/.ccache
cf847ed - libutee: Fix the keepalive condition on last session close
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-security/optee')
-rw-r--r-- | recipes-security/optee/optee-os-qoriq_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/optee/optee-os-qoriq_git.bb b/recipes-security/optee/optee-os-qoriq_git.bb index 1845d13d..e8c56205 100644 --- a/recipes-security/optee/optee-os-qoriq_git.bb +++ b/recipes-security/optee/optee-os-qoriq_git.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "python-pycrypto-native" | |||
8 | 8 | ||
9 | inherit deploy pythonnative | 9 | inherit deploy pythonnative |
10 | 10 | ||
11 | SRCREV = "fe3b3da0ff1c108c848a7baafcb2788c506991ac" | 11 | SRCREV = "5f6c95c085bb0dd750a7f5c464e5ebe6de0a99bd" |
12 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_os;nobranch=1 \ | 12 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_os;nobranch=1 \ |
13 | file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \ | 13 | file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \ |
14 | " | 14 | " |