[openwrt/openwrt] mvebu: activate more workarounds for ARM erratas

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 2 12:52:52 PST 2018


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/e54f937f5149bb684b9add3f3a975dd2bd606c5d

commit e54f937f5149bb684b9add3f3a975dd2bd606c5d
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Feb 18 18:57:02 2018 +0100

    mvebu: activate more workarounds for ARM erratas
    
    The Armada XP uses a Marvell PJ4Bv7 Processor for which already one
    workaround for an errata is activated.
    The Armada 285 uses a Cortex A9 r4p1 for which the Linux kernel provides
    a workaround for ERRATA_764369, activate this.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/mvebu/config-4.14 | 1 +
 target/linux/mvebu/config-4.9  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/target/linux/mvebu/config-4.14 b/target/linux/mvebu/config-4.14
index 708c4e5..71123f52 100644
--- a/target/linux/mvebu/config-4.14
+++ b/target/linux/mvebu/config-4.14
@@ -45,6 +45,7 @@ CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y
 CONFIG_ARM_CPU_SUSPEND=y
 CONFIG_ARM_CRYPTO=y
 CONFIG_ARM_ERRATA_720789=y
+CONFIG_ARM_ERRATA_764369=y
 CONFIG_ARM_GIC=y
 CONFIG_ARM_GLOBAL_TIMER=y
 CONFIG_ARM_HAS_SG_CHAIN=y
diff --git a/target/linux/mvebu/config-4.9 b/target/linux/mvebu/config-4.9
index 87040a4..743f667 100644
--- a/target/linux/mvebu/config-4.9
+++ b/target/linux/mvebu/config-4.9
@@ -38,6 +38,7 @@ CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y
 CONFIG_ARM_CPU_SUSPEND=y
 CONFIG_ARM_CRYPTO=y
 CONFIG_ARM_ERRATA_720789=y
+CONFIG_ARM_ERRATA_764369=y
 CONFIG_ARM_GIC=y
 CONFIG_ARM_HAS_SG_CHAIN=y
 CONFIG_ARM_HEAVY_MB=y



More information about the lede-commits mailing list