Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
authorWolfgang Denk <wd@denx.de>
Wed, 23 Jan 2008 13:19:45 +0000 (14:19 +0100)
committerWolfgang Denk <wd@denx.de>
Wed, 23 Jan 2008 13:19:45 +0000 (14:19 +0100)
1  2 
MAINTAINERS
MAKEALL
Makefile

diff --combined MAINTAINERS
@@@ -154,6 -154,7 +154,7 @@@ Matthias Fuchs <matthias.fuchs@esd-elec
        DASA_SIM                IOP480 (PPC401)
        DP405                   PPC405EP
        DU405                   PPC405GP
+       DU440                   PPC440EPx
        G2000                   PPC405EP
        HH405                   PPC405EP
        HUB405                  PPC405EP
@@@ -681,10 -682,6 +682,10 @@@ Nobuhiro Iwmaatsu <iwamatsu@nigauri.org
        MS7750SE                SH7750
        MS7722SE                SH7722
  
 +Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
 +
 +      MS7720SE                SH7720
 +
  #########################################################################
  # End of MAINTAINERS list                                             #
  #########################################################################
diff --combined MAKEALL
+++ b/MAKEALL
@@@ -178,6 -178,7 +178,7 @@@ LIST_4xx="         
        DASA_SIM        \
        DP405           \
        DU405           \
+       DU440           \
        ebony           \
        ERIC            \
        EXBITGEN        \
@@@ -685,9 -686,8 +686,9 @@@ LIST_sh4="         
        ms7722se        \
  "
  
 -LIST_sh3=""
 -
 +LIST_sh3="            \
 +      ms7720se        \
 +"
  
  LIST_sh="             \
        ${LIST_sh3}     \
diff --combined Makefile
+++ b/Makefile
@@@ -230,7 -230,6 +230,7 @@@ LIBS += drivers/net/libnet.
  LIBS += drivers/net/sk98lin/libsk98lin.a
  LIBS += drivers/pci/libpci.a
  LIBS += drivers/pcmcia/libpcmcia.a
 +LIBS += drivers/spi/libspi.a
  ifeq ($(CPU),mpc83xx)
  LIBS += drivers/qe/qe.a
  endif
@@@ -378,7 -377,6 +378,7 @@@ TAG_SUBDIRS += drivers/pcmci
  TAG_SUBDIRS += drivers/qe
  TAG_SUBDIRS += drivers/rtc
  TAG_SUBDIRS += drivers/serial
 +TAG_SUBDIRS += drivers/spi
  TAG_SUBDIRS += drivers/usb
  TAG_SUBDIRS += drivers/video
  
@@@ -1208,6 -1206,9 +1208,9 @@@ DP405_config:   unconfi
  DU405_config: unconfig
        @$(MKCONFIG) $(@:_config=) ppc ppc4xx du405 esd
  
+ DU440_config: unconfig
+       @$(MKCONFIG) $(@:_config=) ppc ppc4xx du440 esd
  ebony_config: unconfig
        @$(MKCONFIG) $(@:_config=) ppc ppc4xx ebony amcc
  
@@@ -2758,14 -2759,6 +2761,14 @@@ atstk1004_config      :       unconfi
  #########################################################################
  
  #########################################################################
 +## sh3 (Renesas SuperH)
 +#########################################################################
 +ms7720se_config: unconfig
 +      @ >include/config.h
 +      @echo "#define CONFIG_MS7720SE 1" >> include/config.h
 +      @./mkconfig -a $(@:_config=) sh sh3 ms7720se
 +
 +#########################################################################
  ## sh4 (Renesas SuperH)
  #########################################################################
  ms7750se_config: unconfig