Skip to content
Snippets Groups Projects
  1. Jan 31, 2016
    • Marek Vasut's avatar
      arm: Remove S bit from MMU section entry · 8890c2fb
      Marek Vasut authored
      
      Restore the old behavior of the MMU section entries configuration,
      which is without the S-bit.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Tom Rini <trini@konsulko.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Simon Glass <sjg@chromium.org>
      8890c2fb
    • Marek Vasut's avatar
      arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7 · a592e6fb
      Marek Vasut authored
      
      The arch/arm/lib/cache-cp15.c checks for CONFIG_ARMV7 and if this macro is
      set, it configures TTBR0 register. This register must be configured for the
      cache on ARMv7 to operate correctly.
      
      The problem is that noone actually sets the CONFIG_ARMV7 macro and thus the
      TTBR0 is not configured at all. On SoCFPGA, this produces all sorts of minor
      issues which are hard to replicate, for example certain USB sticks are not
      detected or QSPI NOR sometimes fails to write pages completely.
      
      The solution is to replace CONFIG_ARMV7 test with CONFIG_CPU_V7 one. This is
      correct because the code which added the test(s) for CONFIG_ARMV7 was added
      shortly after CONFIG_ARMV7 was replaced by CONFIG_CPU_V7 and this code was
      not adjusted correctly to reflect that change.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Tom Rini <trini@konsulko.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Cc: Simon Glass <sjg@chromium.org>
      a592e6fb
  2. Jan 30, 2016
  3. Jan 29, 2016
Loading