Home
last modified time | relevance | path

Searched hist:a1f5a9e5f29e0a4618363f15c29ad6be1bdc707f (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/plat/arm/css/common/
H A Dcss_bl2_setup.ca1f5a9e5f29e0a4618363f15c29ad6be1bdc707f Wed Aug 30 07:24:48 UTC 2017 Roberto Vargas <roberto.vargas@arm.com> 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>