Merge branch 'master' of git://www.denx.de/git/u-boot
authorShinya Kuribayashi <skuribay@ruby.dti.ne.jp>
Fri, 18 Jan 2008 13:48:06 +0000 (22:48 +0900)
committerShinya Kuribayashi <skuribay@ruby.dti.ne.jp>
Fri, 18 Jan 2008 13:48:06 +0000 (22:48 +0900)
1  2 
MAINTAINERS
MAKEALL
Makefile

diff --combined MAINTAINERS
@@@ -583,9 -583,6 +583,9 @@@ Thomas Lange <thomas@corelatus.se
        dbau1x00                MIPS32 Au1000
        gth2                    MIPS32 Au1000
  
 +Vlad Lungu <vlad@comsys.ro>
 +      qemu_mips               MIPS32
 +
  #########################################################################
  # Nios-32 Systems:                                                    #
  #                                                                     #
@@@ -684,6 -681,10 +684,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
@@@ -543,7 -543,6 +543,7 @@@ LIST_arm="         
  
  LIST_mips4kc="                \
        incaip          \
 +      qemu_mips       \
  "
  
  LIST_mips5kc="                \
@@@ -686,8 -685,9 +686,9 @@@ LIST_sh4="         
        ms7722se        \
  "
  
- LIST_sh3=""
+ LIST_sh3="            \
+       ms7720se        \
+ "
  
  LIST_sh="             \
        ${LIST_sh3}     \
diff --combined Makefile
+++ b/Makefile
@@@ -2601,12 -2601,6 +2601,12 @@@ pb1000_config         :       unconfi
        @echo "#define CONFIG_PB1000 1" >>$(obj)include/config.h
        @$(MKCONFIG) -a pb1x00 mips mips pb1x00
  
 +qemu_mips_config: unconfig
 +      @mkdir -p $(obj)include
 +      @ >$(obj)include/config.h
 +      @echo "#define CONFIG_QEMU_MIPS 1" >>$(obj)include/config.h
 +      @$(MKCONFIG) -a qemu-mips mips mips qemu-mips
 +
  #########################################################################
  ## MIPS64 5Kc
  #########################################################################
@@@ -2762,6 -2756,14 +2762,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