1. 26 5月, 2015 2 次提交
  2. 13 3月, 2015 1 次提交
  3. 25 2月, 2015 1 次提交
  4. 03 11月, 2014 1 次提交
  5. 20 8月, 2014 1 次提交
  6. 17 6月, 2014 1 次提交
    • S
      mx6: drop ARM errata 742230 · 4a4784e9
      Shawn Guo 提交于
      Commit e9fd66de (ARM: mx6: define CONFIG_ARM_ERRATA_742230) enables
      errata 742230 for imx6, because it helps remove one reboot issue.
      However, this errata does not really apply on imx6, because Cortex-A9
      on imx6 is r2p10 while the errata only applies to revisions r1p0..r2p2.
      
      At a later time, commit f71cbfe3 (ARM: Add workaround for Cortex-A9
      errata 794072) adds support of errata 794072, which applies to all
      Cortex-A9 revisions.  As the workaround for both errata are exactly
      same, it makes a lot more sense to select 794072 instead of 742230 for
      imx6.  Since we already enable 794072 for imx6, it's time to drop
      errata 742230 to avoid confusion.
      Signed-off-by: NShawn Guo <shawn.guo@freescale.com>
      Acked-by: NNitin Garg <nitin.garg@freescale.com>
      4a4784e9
  7. 08 4月, 2014 1 次提交
  8. 11 2月, 2014 1 次提交
  9. 03 1月, 2014 1 次提交
  10. 17 4月, 2013 1 次提交
    • S
      ARM: mx6: define CONFIG_ARM_ERRATA_742230 · e9fd66de
      Shawn Guo 提交于
      The ARM errata 742230 - "ARM errata: DMB operation may be faulty" is
      claimed for Cortex-A9 (r1p0..r2p2).  Though i.MX6 uses a newer revision
      than r2p2, we are seeing a reboot failure on i.MX6 SMP build that can be
      fixed by applying the workaround for this errata.  So for safety, let's
      define CONFIG_ARM_ERRATA_742230 to enable the workaround on i.MX6.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      e9fd66de
  11. 08 3月, 2013 1 次提交
  12. 12 2月, 2013 1 次提交
  13. 17 1月, 2013 1 次提交