1. 14 1月, 2015 1 次提交
    • T
      ARM: OMAP3: Remove legacy support for am3517-evm · 4d62dbda
      Tony Lindgren 提交于
      This board is working with device tree based booting so there should
      not be any need to keep the legacy booting support around. People
      using this board can boot it with appended DTB with existing bootloader.
      
      By removing the 3517 legacy booting support we can get a bit closer to
      making all of omap3 boot in device tree only mode.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      4d62dbda
  2. 29 11月, 2014 1 次提交
  3. 08 11月, 2014 1 次提交
  4. 04 11月, 2014 3 次提交
  5. 27 10月, 2014 1 次提交
  6. 17 9月, 2014 1 次提交
  7. 10 9月, 2014 1 次提交
  8. 16 7月, 2014 1 次提交
  9. 06 7月, 2014 1 次提交
  10. 02 7月, 2014 2 次提交
  11. 16 6月, 2014 1 次提交
  12. 01 3月, 2014 1 次提交
  13. 18 1月, 2014 4 次提交
  14. 26 11月, 2013 3 次提交
  15. 19 11月, 2013 1 次提交
    • T
      ARM: OMAP2+: More randconfig fixes for reconfigure_io_chain · cae26f31
      Tony Lindgren 提交于
      Commit 26273e02 (ARM: OMAP2+: Fix build for dra7xx without
      omap4 and 5) attempted to fix randconfig found errors for
      redefinition of omap44xx_prm_reconfigure_io_chain, but was
      not enough.
      
      We need to check for AM43XX without any omap4 or 5 related
      SoCs as well. And looks like we have prm44xx.o built always
      anyways with omap-4-5-prcm-common because of the calls to
      omap4_prm_vp_clear_txdone, so we can remove the duplicate
      entries in the Makefile.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      cae26f31
  16. 16 11月, 2013 1 次提交
  17. 19 10月, 2013 4 次提交
  18. 14 10月, 2013 2 次提交
  19. 09 10月, 2013 1 次提交
  20. 26 9月, 2013 1 次提交
  21. 23 8月, 2013 4 次提交
  22. 13 8月, 2013 1 次提交
  23. 04 7月, 2013 1 次提交
  24. 24 6月, 2013 1 次提交
    • M
      ARM: OMAP2+: AM43x: resolve SMP related build error · 22fe3b89
      Mohammed, Afzal 提交于
      If AM43x and SMP is selected, OMAP4 & OMAP5 deselected, build error as
      follows,
      
      arch/arm/mach-omap2/built-in.o: In function `scu_gp_set':
      arch/arm/mach-omap2/sleep44xx.S:131: undefined reference to `omap4_get_scu_base'
      arch/arm/mach-omap2/sleep44xx.S:132: undefined reference to `scu_power_mode'
      arch/arm/mach-omap2/built-in.o: In function `scu_gp_clear':
      arch/arm/mach-omap2/sleep44xx.S:227: undefined reference to `omap4_get_scu_base'
      arch/arm/mach-omap2/sleep44xx.S:229: undefined reference to `scu_power_mode'
      
      Resolve it by building sleep44xx.S only for OMAP4 & OMAP5.
      Signed-off-by: NAfzal Mohammed <afzal@ti.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      22fe3b89
  25. 17 6月, 2013 1 次提交