- Aug 02, 2022
-
-
Bipin Ravi authored
-
- Aug 01, 2022
-
-
Lauren Wehrmeister authored
* changes: feat(stm32mp1): retrieve FIP partition by type UUID feat(guid-partition): allow to find partition by type UUID refactor(stm32mp1): update PLAT_PARTITION_MAX_ENTRIES
-
joannafarley-arm authored
-
joannafarley-arm authored
* changes: fix(versal): resolve misra 10.1 warnings fix(versal): resolve the misra 4.6 warnings
-
- Jul 31, 2022
-
-
Venkatesh Yadav Abbarapu authored
MISRA Violation: MISRA-C: 2012 R.10.1 -The operand to the operator does not have an essentially unsigned type. Signed-off-by:
Venkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com> Change-Id: I4873a620086dfd6f636fe730165a9d13a29e9652
-
Venkatesh Yadav Abbarapu authored
MISRA Violation: MISRA-C:2012 R.4.6 - Using basic numerical type int rather than a typedef that includes size and signedness information. Signed-off-by:
Venkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com> Change-Id: Ieff90b5311a3bde8a2cb302ca81c23eeee6d235a
-
- Jul 29, 2022
-
-
Vesa Jääskeläinen authored
When configuration option ZYNQMP_SECURE_EFUSES is defined then Xilinx ZynqMP's PS eFuses can only be accesses from secure state. This enables eFuses to be reserved and protected only for security use cases for example in OP-TEE. Change-Id: I866905e35ce488f50f5f6e1b4667b08a9fa2386d Signed-off-by:
Vesa Jääskeläinen <vesa.jaaskelainen@vaisala.com>
-
Saurabh Gorecha authored
fix to support ARM CPU errata based on core used. Signed-off-by:
Saurabh Gorecha <quic_sgorecha@quicinc.com> Change-Id: If1a438f98f743435a7a0b683a32ccf14164db37e
-
- Jul 28, 2022
-
-
joannafarley-arm authored
-
Venkatesh Yadav Abbarapu authored
This patch gathers miscellaneous minor fixes to the xilinx platforms like tabs for indentation and misra 10.1 warnings. Signed-off-by:
Michal Simek <michal.simek@amd.com> Signed-off-by:
Venkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com> Change-Id: I4cdb89ffec7d5abc64e065ed5b5e5d10b30ab9f9
-
- Jul 27, 2022
-
-
Madhukar Pappireddy authored
-
Madhukar Pappireddy authored
-
- Jul 26, 2022
-
-
anans authored
utrlbau should point to header and not upiu this is the case everywhere except for ufs_prepare_cmd Signed-off-by:
anans <anans@google.com> Change-Id: I02695824c1409124a60e63c3a7ff3278a4dc5fa8
-
- Jul 25, 2022
-
-
Madhukar Pappireddy authored
-
These changes are to add support for loading and booting OP-TEE as SPMC running at SEL1 for N1SDP platform. Signed-off-by:
Vishnu Banavath <vishnu.banavath@arm.com> Change-Id: I0514db646d4868b6f0c56f1ea60495cb3f7364fd
-
Madhukar Pappireddy authored
-
joannafarley-arm authored
-
joannafarley-arm authored
-
Michal Simek authored
Switch emails from Xilinx to AMD after acquisition. Signed-off-by:
Michal Simek <michal.simek@amd.com> Change-Id: I5d126dc49e53f2735bb7e103f8f883a9474206fc
-
Michal Simek authored
TF-A doesn't configure clock on Versal. Setup is done by previous bootloader (called PLM) that's why there is no need to have macro listed in headers. Also previous phase can disable access to these registers that's why better to remove them. Change-Id: I53ba344ad932c532b0babdce9d2b26e4c2c1b846 Signed-off-by:
Michal Simek <michal.simek@amd.com>
-
- Jul 22, 2022
-
-
Rupinderjit Singh authored
Added a platform support to use tc2 specific CPU cores. Signed-off-by:
Rupinderjit Singh <rupinderjit.singh@arm.com> Change-Id: Ib76d440e358e9bd1cf80aec5b8591f7a6e47ecbd
-
Bipin Ravi authored
-
Fixed below MISRA failure - >>> CID 379362: Memory - illegal accesses (OVERRUN) >>> Overrunning array "psci_non_cpu_pd_nodes" of 5 16-byte >>> elements at element index 5 (byte offset 95) using index >>> "i" (which evaluates to 5). Change-Id: Ie88fc555e48b06563372bfe4e51f16b13c0a020b Signed-off-by:
Manish V Badarkhe <Manish.Badarkhe@arm.com>
-
Manish Pandey2 authored
-
- Jul 21, 2022
-
-
Madhukar Pappireddy authored
-
Bipin Ravi authored
Cortex-X2 erratum 2371105 is a cat B erratum that applies to revisions r0p0 - r2p0 and is fixed in r2p1. The workaround is to set bit[40] of CPUACTLR2_EL1 to disable folding of demand requests into older prefetches with L2 miss requests outstanding. SDEN can be found here: https://developer.arm.com/documentation/SDEN1775100/latest Signed-off-by:
Bipin Ravi <bipin.ravi@arm.com> Change-Id: Ib4f0caac36e1ecf049871acdea45526b394b7bad
-
Lauren Wehrmeister authored
-
Manish Badarkhe authored
-
Javier Almansa Sobrino authored
This patch adds documentation for the missing RMM-EL3 runtime services: * RMM_RMI_REQ_COMPLETE * RMM_GTSI_DELEGATE * RMM_GTSI_UNDELEGATE This patch also fixes a couple of minor bugs on return codes for delegate/undelegate internal APIs. Signed-off-by:
Javier Almansa Sobrino <javier.almansasobrino@arm.com> Change-Id: Ic721005e7851e838eebaee7865ba78fadc3309e4
-
Manish Pandey2 authored
-
Olivier Deprez authored
Change [1] is specific to TC2 model and breaks former TC0/TC1 test configs. BL1 start address is 0x0 on TC0/TC1 and 0x1000 from TC2 onwards. Fix by adding conditional defines depending on TARGET_PLATFORM build flag. [1] https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/15917 Signed-off-by:
Olivier Deprez <olivier.deprez@arm.com> Change-Id: I51f77e6a61ca8eaa6871c19cabe9deb1288f5a9d
-
- Jul 20, 2022
-
-
Introduce a helper function that ensures that non-boot PEs are offline. This function will be used by DRTM implementation to ensure that system is running with only single PE. Signed-off-by:
Manish V Badarkhe <manish.badarkhe@arm.com> Signed-off-by:
Lucian Paul-Trifu <lucian.paultrifu@gmail.com> Signed-off-by:
Manish Pandey <manish.pandey2@arm.com> Change-Id: I521ebefa49297026b02554629b1710a232148e01
-
Madhukar Pappireddy authored
-
joannafarley-arm authored
-
Venkatesh Yadav Abbarapu authored
MISRA Violation: MISRA-C:2012 R.10.1 -The operand to the operator does not have an essentially unsigned type. Signed-off-by:
Venkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com> Change-Id: I9cde2f1ebceaad8a41c69489ef1d2e6f21f04ed1
-
- Jul 19, 2022
-
-
Bipin Ravi authored
Cortex-A710 erratum 2371105 is a cat B erratum that applies to revisions r0p0 - r2p0 and is fixed in r2p1. The workaround is to set bit[40] of CPUACTLR2_EL1 to disable folding of demand requests into older prefetches with L2 miss requests outstanding. SDEN can be found here: https://developer.arm.com/documentation/SDEN1775101/latest Signed-off-by:
Bipin Ravi <bipin.ravi@arm.com> Change-Id: I342b095b66f808bd6c066c20c581df5341bb7c2c
-
Bipin Ravi authored
Cortex A78C erratum 2242638 is a Cat B erratum which applies to revisions r0p1, r0p2 and is still open. The workaround is to apply a CPU implementation specific specific patch sequence. SDEN can be found here: https://developer.arm.com/documentation/SDEN2004089/latest Signed-off-by:
Bipin Ravi <bipin.ravi@arm.com> Change-Id: I35d385245a04a39b87be71c1a42312f75e1152e5
-
joannafarley-arm authored
-
joannafarley-arm authored
-
joannafarley-arm authored
-