commit | d5a59607502b9ac6e846ea2f876a5899f05d5720 | [log] [tgz] |
---|---|---|
author | John Tsichritzis <john.tsichritzis@arm.com> | Mon Mar 04 16:42:54 2019 +0000 |
committer | John Tsichritzis <john.tsichritzis@arm.com> | Tue Mar 12 11:30:33 2019 +0000 |
tree | 644859f20345a652ea148187dfd5a35fd48734c6 | |
parent | b8e160b9e03a9657edc7e73bea327b562d0ac08f [diff] |
Apply stricter speculative load restriction The SCTLR.DSSBS bit is zero by default thus disabling speculative loads. However, we also explicitly set it to zero for BL2 and TSP images when each image initialises its context. This is done to ensure that the image environment is initialised in a safe state, regardless of the reset value of the bit. Change-Id: If25a8396641edb640f7f298b8d3309d5cba3cd79 Signed-off-by: John Tsichritzis <john.tsichritzis@arm.com>