commit | 37118fb27be72dc7f3af27b390306396ad6d56b2 | [log] [tgz] |
---|---|---|
author | Bhupesh Sharma <bhupesh.sharma@freescale.com> | Fri Jan 23 15:50:04 2015 +0530 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Jan 31 23:43:06 2015 +0100 |
tree | 357e09f1dff859066624e2b8ef8a2a83c8f9fb5f | |
parent | 2af13d6b6265a6700c4f65597410b769895024bf [diff] |
Errata/ARM57: Add basic constructs to handle and apply A57 specific erratas This patch adds basic constructs in the ARMv8 u-boot code to handle and apply Cortex-A57 specific erratas. As and example, the framework showcases how erratas 833069, 826974 and 828024 can be handled and applied. Later on this framework can be extended to include other erratas. Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>