From 5df9c7f916b29b633f6a0859bec71fbfdd12d92e Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Fri, 28 Jul 2017 15:44:06 +0800 Subject: 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 Signed-off-by: Otavio Salvador --- recipes-bsp/ppa/ppa_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-bsp') 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 @@ SUMMARY = "Primary Protected Application" LICENSE = "Freescale-EULA" -LIC_FILES_CHKSUM = "file://ppa/EULA.txt;md5=60037ccba533a5995e8d1a838d85799c" +LIC_FILES_CHKSUM = "file://license.txt;md5=2ecf925c01a48f61c88f78c30fe2ee3b" DEPENDS += "u-boot-mkimage-native dtc-native" inherit deploy -SRC_URI = "git://git.freescale.com/ppc/sdk/ppa-generic.git;nobranch=1" -SRCREV = "9fcb080dd7415927aa3fbabfcba8982bcb1466d3" +SRC_URI = "git://github.com/qoriq-open-source/ppa-generic.git;nobranch=1" +SRCREV = "265d766de8c7f3161f2580af18558af35e114845" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf