commit | 5afaa1fc1b320cec48affa7e6949f2493f875c12 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Fri Nov 14 15:54:11 2014 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Tue Nov 25 15:56:42 2014 +0000 |
tree | 6d7d20ce61c2939548c6b5105bc5130c4f7191ac | |
parent | 301bcfac42897dbd1b0b3c1be49f24654a1bc49e [diff] |
arm64: add Cortex-A57 erratum 832075 workaround The ARM erratum 832075 applies to certain revisions of Cortex-A57, one of the workarounds is to change device loads into using load-aquire semantics. This is achieved using the alternatives framework. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>