diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-07-28 15:44:06 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-08-07 11:42:29 -0300 |
commit | 5df9c7f916b29b633f6a0859bec71fbfdd12d92e (patch) | |
tree | 8f949308ac712bc771abe605cd28d1e9b9026fda /recipes-bsp | |
parent | eaf83c21dba9b7c951883a7f229a88262a1bcbe9 (diff) | |
download | meta-freescale-5df9c7f916b29b633f6a0859bec71fbfdd12d92e.tar.gz |
ppa:update to 265d766
This includes the following changes:
265d766 - Adding top-level license file and update release notes
0436f86 - Suppress error return in function _soc_core_rls_wait() for LX2160.
4534d24 - Adding cache maint. ops for non-shared memory.
b643354 - Fixing error return in cpu_on when cores are in wfe.
d5fc0c9 - Making ECC init of OCRAM the default for LS1043, LS1046, LS1088, LS2088, LX2160.
cfd4a68 - drivers/fsl_sec: Corrected SCFGR offset
ce87c81 - Fixed handling of exit mode (EL2/EL1) when kernel is Aarch32.
c25583f - Fixing build anomalies: (1) "unary operator" warning from bash script(2) pathname recognition in makefile
da545e0 - Add check for NSEC part in HW RNG API
e79965c - Add support for SEC driver in PPA
23ed26a - Moving 'tools' folder under ppa folder.
2baf493 - Fixing sim builds; Adding configuration file capability.
eb9f756 - Adding line to ignore CR/LF in bash script 'build'; Concatenated multiple logic blocks "if target 'clean'".
f2ebafd - HASH DRG: Add implementation for HASH DRBG
84def53 - Use relocate_rela tool to add static relocation at compile time
e25e6d6 - Make PPA code Position Independent
e5ce8a6 - Updating bootrom code for LS1028
a439286 - Adding 3-clause BSD license to each file.
56a0c2a - Suppressing timeout on core release for LX2160
a1e86b4 - Added preliminary support for LX2160;added test for 8-cluster, 16-core device.
89432d2 - Adding smc function smc64_membank_data() which provides an interface for the bootloader to query the secure fw about installed
38ce3ac - Saving link register in all psci & smc function calls.
3d489b7 - Implementing the psci MIGRATE functions.
2938018 - Adding SYSTEM_OFF for LS1043
b1c1824 - Maintaining 16-byte stack alignment.
5c1c2c0 - Tightened up stack initialization code.
3f8516c - Adding full-descending dynamic stack to ppa infrastructure.
7fead01 - ls104xa: Remove unused macro CONFIG_SYS_FSL_IFC_BANK_COUNT
342ccdd - LS1012ARDB: Enable DDR driver
20d1541 - DDR: Add driver for Freescale Multi-mode DDR controller
afb2dfd - Add DDR init for LS1043ARDB
05340db - DDR: Move memcpy() out of dimm.c
b51389f - DDR: Add support for raw timing parameter
ac2a392 - Enable erratum workaround for A009663
56ba458 - ls1088aqds: Enable DDR driver
01d12f7 - Update config for QDS
a347f1a - ls1088ardb: Enable DDR driver for ls1088ardb
2862e2c - Add CONFIG_ARCH_* to gate errata macros
a37c140 - ls1046a: Enable workaround for A008336
8a6eb34 - lsch3: Drop macro A008336 and add A010165
e9ec12a - Fixing function name exit_boot_svcs()
b53241c - Moving the call to exit_boot_services() to the secondary core init.
f2caa16 - Adding 'execute' bit to gen_its file mode.
8433ded - Fixing syntax error in gen_its.
4b1a34f - Dynamic generation of ppa.its file; Renamed soc-ua to soc-la1575; Fixed incorrect comment in test_prng.s.
c1d48a1 - Allowing NS access to secmon registers LS1088, LS2088; Adding infrastructure for SMC_RNG function; Adding PRNG testfile.
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/ppa/ppa_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/ppa/ppa_git.bb b/recipes-bsp/ppa/ppa_git.bb index 98263bee..76262974 100644 --- a/recipes-bsp/ppa/ppa_git.bb +++ b/recipes-bsp/ppa/ppa_git.bb | |||
@@ -1,13 +1,13 @@ | |||
1 | SUMMARY = "Primary Protected Application" | 1 | SUMMARY = "Primary Protected Application" |
2 | LICENSE = "Freescale-EULA" | 2 | LICENSE = "Freescale-EULA" |
3 | LIC_FILES_CHKSUM = "file://ppa/EULA.txt;md5=60037ccba533a5995e8d1a838d85799c" | 3 | LIC_FILES_CHKSUM = "file://license.txt;md5=2ecf925c01a48f61c88f78c30fe2ee3b" |
4 | 4 | ||
5 | DEPENDS += "u-boot-mkimage-native dtc-native" | 5 | DEPENDS += "u-boot-mkimage-native dtc-native" |
6 | 6 | ||
7 | inherit deploy | 7 | inherit deploy |
8 | 8 | ||
9 | SRC_URI = "git://git.freescale.com/ppc/sdk/ppa-generic.git;nobranch=1" | 9 | SRC_URI = "git://github.com/qoriq-open-source/ppa-generic.git;nobranch=1" |
10 | SRCREV = "9fcb080dd7415927aa3fbabfcba8982bcb1466d3" | 10 | SRCREV = "265d766de8c7f3161f2580af18558af35e114845" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||