Merge branch 'mpc86xx'
authorJon Loeliger <jdl@freescale.com>
Tue, 9 May 2006 13:33:11 +0000 (08:33 -0500)
committerJon Loeliger <jdl@freescale.com>
Tue, 9 May 2006 13:33:11 +0000 (08:33 -0500)
1  2 
Makefile

diff --combined Makefile
+++ b/Makefile
@@@ -114,6 -114,9 +114,9 @@@ endi
  ifeq ($(CPU),mpc85xx)
  OBJS += cpu/$(CPU)/resetvec.o
  endif
+ ifeq ($(CPU),mpc86xx)
+ OBJS += cpu/$(CPU)/resetvec.o
+ endif
  ifeq ($(CPU),bf533)
  OBJS += cpu/$(CPU)/start1.o   cpu/$(CPU)/interrupt.o  cpu/$(CPU)/cache.o
  OBJS += cpu/$(CPU)/cplbhdlr.o cpu/$(CPU)/cplbmgr.o    cpu/$(CPU)/flush.o
@@@ -326,7 -329,7 +329,7 @@@ mcc200_config      
  mcc200_lowboot_config:        unconfig
        @ >include/config.h
        @[ -z "$(findstring lowboot_,$@)" ] || \
 -              { echo "TEXT_BASE = 0xFE000000" >board/mcc200/config.tmp ; \
 +              { echo "TEXT_BASE = 0xFC000000" >board/mcc200/config.tmp ; \
                  echo "... with lowboot configuration" ; \
                }
        @./mkconfig mcc200 ppc mpc5xxx mcc200
@@@ -1315,12 -1318,6 +1318,12 @@@ M5282EVB_config :             unconfi
  TASREG_config :               unconfig
        @./mkconfig $(@:_config=) m68k mcf52x2 tasreg esd
  
 +r5200_config :                unconfig
 +      @./mkconfig $(@:_config=) m68k mcf52x2 r5200
 +
 +M5271EVB_config :             unconfig
 +      @./mkconfig $(@:_config=) m68k mcf52x2 m5271evb
 +
  #########################################################################
  ## MPC83xx Systems
  #########################################################################
@@@ -1421,6 -1418,14 +1424,14 @@@ TQM8560_config:               unconfi
        @./mkconfig -a TQM85xx ppc mpc85xx tqm85xx
  
  #########################################################################
+ ## MPC86xx Systems
+ #########################################################################
+ MPC8641HPCN_config:    unconfig
+       @./mkconfig $(@:_config=) ppc mpc86xx mpc8641hpcn
+ #########################################################################
  ## 74xx/7xx Systems
  #########################################################################