omap: move TI's boards to board/ti/

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
master
Jean-Christophe PLAGNIOL-VILLARD 15 years ago
parent 2dc851e3b0
commit 0a0e4bad96
  1. 14
      Makefile
  2. 0
      board/ti/beagle/Makefile
  3. 0
      board/ti/beagle/beagle.c
  4. 0
      board/ti/beagle/beagle.h
  5. 0
      board/ti/beagle/config.mk
  6. 0
      board/ti/evm/Makefile
  7. 0
      board/ti/evm/config.mk
  8. 0
      board/ti/evm/evm.c
  9. 0
      board/ti/evm/evm.h
  10. 0
      board/ti/omap1510inn/Makefile
  11. 0
      board/ti/omap1510inn/config.mk
  12. 0
      board/ti/omap1510inn/lowlevel_init.S
  13. 0
      board/ti/omap1510inn/omap1510innovator.c
  14. 0
      board/ti/omap1610inn/Makefile
  15. 0
      board/ti/omap1610inn/config.mk
  16. 0
      board/ti/omap1610inn/flash.c
  17. 0
      board/ti/omap1610inn/lowlevel_init.S
  18. 0
      board/ti/omap1610inn/omap1610innovator.c
  19. 0
      board/ti/omap2420h4/Makefile
  20. 0
      board/ti/omap2420h4/config.mk
  21. 0
      board/ti/omap2420h4/lowlevel_init.S
  22. 0
      board/ti/omap2420h4/mem.c
  23. 0
      board/ti/omap2420h4/omap2420h4.c
  24. 0
      board/ti/omap2420h4/sys_info.c
  25. 0
      board/ti/omap5912osk/Makefile
  26. 0
      board/ti/omap5912osk/config.mk
  27. 0
      board/ti/omap5912osk/lowlevel_init.S
  28. 0
      board/ti/omap5912osk/omap5912osk.c
  29. 0
      board/ti/omap730p2/Makefile
  30. 0
      board/ti/omap730p2/config.mk
  31. 0
      board/ti/omap730p2/flash.c
  32. 0
      board/ti/omap730p2/lowlevel_init.S
  33. 0
      board/ti/omap730p2/omap730p2.c

@ -2987,7 +2987,7 @@ nhk8815_onenand_config: unconfig
@$(MKCONFIG) -a nhk8815 arm arm926ejs nhk8815 st nomadik
omap1510inn_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm925t omap1510inn
@$(MKCONFIG) $(@:_config=) arm arm925t omap1510inn ti
xtract_omap1610xxx = $(subst _cs0boot,,$(subst _cs3boot,,$(subst _cs_autoboot,,$(subst _config,,$1))))
@ -3010,10 +3010,10 @@ omap1610h2_cs_autoboot_config: unconfig
echo "#define CONFIG_CS3_BOOT" >> $(obj)include/config.h ; \
$(XECHO) "... configured for CS3 boot"; \
fi;
@$(MKCONFIG) -a $(call xtract_omap1610xxx,$@) arm arm926ejs omap1610inn NULL omap
@$(MKCONFIG) -a $(call xtract_omap1610xxx,$@) arm arm926ejs omap1610inn ti omap
omap5912osk_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm926ejs omap5912osk NULL omap
@$(MKCONFIG) $(@:_config=) arm arm926ejs omap5912osk ti omap
xtract_omap730p2 = $(subst _cs0boot,,$(subst _cs3boot,, $(subst _config,,$1)))
@ -3028,7 +3028,7 @@ omap730p2_cs3boot_config : unconfig
echo "#define CONFIG_CS3_BOOT" >> $(obj)include/config.h ; \
$(XECHO) "... configured for CS3 boot"; \
fi;
@$(MKCONFIG) -a $(call xtract_omap730p2,$@) arm arm926ejs omap730p2 NULL omap
@$(MKCONFIG) -a $(call xtract_omap730p2,$@) arm arm926ejs omap730p2 ti omap
rd6281a_config: unconfig
@$(MKCONFIG) $(@:_config=) arm arm926ejs $(@:_config=) Marvell kirkwood
@ -3146,13 +3146,13 @@ SMN42_config : unconfig
#########################################################################
omap3_beagle_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 beagle omap3 omap3
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 beagle ti omap3
omap3_overo_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 overo omap3 omap3
omap3_evm_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 evm omap3 omap3
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 evm ti omap3
omap3_pandora_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 pandora omap3 omap3
@ -3281,7 +3281,7 @@ mx31pdk_nand_config : unconfig
@$(MKCONFIG) -a mx31pdk arm arm1136 mx31pdk freescale mx31
omap2420h4_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 NULL omap24xx
@$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4 ti omap24xx
qong_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm1136 qong davedenx mx31

Loading…
Cancel
Save