commit | 0b52e78c0126715e39b5a9036f18fd95e24a8de8 | [log] [tgz] |
---|---|---|
author | Roberto Vargas <roberto.vargas@arm.com> | Wed Aug 30 08:24:48 2017 +0100 |
committer | Roberto Vargas <roberto.vargas@arm.com> | Wed Aug 30 16:09:00 2017 +0100 |
tree | 6cd344889770c87c7a69546bebf9c31f5f27adfd | |
parent | a68141358f8850170fedb84d45884d9c368d5b44 [diff] |
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>