1. 13 8月, 2017 1 次提交
  2. 06 4月, 2017 1 次提交
  3. 22 11月, 2016 1 次提交
    • T
      arm: Introduce arch/arm/mach-omap2 for OMAP2 derivative platforms · 983e3700
      Tom Rini 提交于
      This moves what was in arch/arm/cpu/armv7/omap-common in to
      arch/arm/mach-omap2 and moves
      arch/arm/cpu/armv7/{am33xx,omap3,omap4,omap5} in to arch/arm/mach-omap2
      as subdirectories.  All refernces to the former locations are updated to
      the current locations.  For the logic to decide what our outputs are,
      consolidate the tests into a single config.mk rather than including 4.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      983e3700
  4. 25 10月, 2014 1 次提交
  5. 24 7月, 2013 1 次提交
  6. 12 12月, 2010 1 次提交
  7. 30 11月, 2010 1 次提交
  8. 30 10月, 2010 1 次提交
    • W
      Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC · a9aa3926
      Wolfgang Denk 提交于
      When this define was introduced, the idea was to provide a soft
      migration path for ARM boards to get adapted to the new relocation
      support.  However, other recent changes led to a different
      implementation (ELF relocation), where this no longer works.  By now
      CONFIG_SYS_ARM_WITHOUT_RELOC does not only not help any more, but it
      actually hurts because it obfuscates the actual code by sprinkling it
      with lots of dead and non-working debris.
      
      So let's make a clean cut and drop CONFIG_SYS_ARM_WITHOUT_RELOC.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Tested-by: NHeiko Schocher <hs@denx.de>
      Tested-by: NReinhard Meyer <u-boot@emk-elektronik.de>
      a9aa3926
  9. 20 9月, 2010 1 次提交
  10. 06 7月, 2010 1 次提交
  11. 08 6月, 2010 2 次提交