arm-trusted-firmware/plat/arm/css
Roberto Vargas a1f5a9e5f2 Don't use zero_normalmem in bl2_platform_setup
zero_normalmem only can zero memory when caches are enabled
and the target memory is a normal memory, otherwise an abort is
generated. In the case of EL3_PAYLOAD_BASE bl2_platform_setup was
calling zero_normalmem with device memory and it generated an abort.

Change-Id: If013603f209a12af488a9c54481f97a8f395b26a
Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
2017-08-30 16:09:00 +01:00
..
common Don't use zero_normalmem in bl2_platform_setup 2017-08-30 16:09:00 +01:00
drivers plat/arm: Fix ARM_INSTANTIATE_LOCK syntax anomaly 2017-08-29 12:02:18 +01:00