]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Merge with port of MPC8349EMDS board
authorWolfgang Denk <wd@pollux.denx.de>
Fri, 17 Mar 2006 16:41:56 +0000 (17:41 +0100)
committerWolfgang Denk <wd@pollux.denx.de>
Fri, 17 Mar 2006 16:41:56 +0000 (17:41 +0100)
1  2 
CHANGELOG
MAKEALL
Makefile

diff --combined CHANGELOG
index 3f969c8bba4bd76baf9e8ed7b017bd29beb5ff9e,9274bdb357bf228456285b263e6d539236775639..542a4d12f150bd8c21fc16afd42c164e6c3f4a6f
+++ b/CHANGELOG
@@@ -2,9 -2,28 +2,31 @@@
  Changes since U-Boot 1.1.4:
  ======================================================================
  
+ * Add command for handling DDR ECC registers on MPC8349EE MDS board.
+ * Fix DDR ECC bit definitions for MPC83xx.
+ * Add initial support for MPC8349E MDS board.
+ * Add support for ECC DDR initialization on MPC83xx.
+ * Add DMA support for MPC83xx.
+ * Add sync in do_reset() routine for MPC83xx after RPR register
+   was written to. It is need on some targets when BAT translation
+   is enabled.
+ * Add bit definitions for MPC83xx DDR controller registers.
+ * Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx.
+ * Correct shift offsets in icache_status and dcache_status for MPC83xx.
+ * Add support for DS1374 RTC chip.
 +* Add support for Lite5200B board.
 +  Patch by  Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
 +
  * Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific
    timer and cpu_reset code from cpu/$(CPU) into the new
    cpu/$(CPU)/$(SOC) directories
diff --combined MAKEALL
index 72fef88ceb631ceff2c2ed1d9769f4d8c1a78c94,e377840dd9008eecdcca7cfa3921cda1f0e9536e..d388afa90975f4a8c31435a139a45222e5a15530
+++ b/MAKEALL
@@@ -25,10 -25,9 +25,10 @@@ LIST_5xx="  
  #########################################################################
  
  LIST_5xxx="   \
 -      cpci5200        icecube_5100    icecube_5200    EVAL5200        \
 -      mcc200          o2dnt           pf5200          PM520           \
 -      Total5100       Total5200       Total5200_Rev2  TQM5200_auto    \
 +      cpci5200        EVAL5200        icecube_5100    icecube_5200    \
 +      lite5200b       mcc200          o2dnt           pf5200          \
 +      PM520           Total5100       Total5200       Total5200_Rev2  \
 +      TQM5200_auto                                                    \
  "
  
  #########################################################################
@@@ -117,7 -116,7 +117,7 @@@ LIST_8260="        
  #########################################################################
  
  LIST_83xx="   \
-       MPC8349ADS      TQM834x\
+       MPC8349ADS      TQM834x         MPC8349EMDS                     \
  "
  
  
diff --combined Makefile
index a1c663f1d371b325665cf05e0a93108b1ed63698,869d61f9ca8aca723496aee9e136ff8481f00be0..beea5d2881a8da7099c44c8677feb9df368b53fb
+++ b/Makefile
@@@ -303,20 -303,6 +303,20 @@@ icecube_5100_config:                     unconfi
  inka4x0_config:       unconfig
        @./mkconfig inka4x0 ppc mpc5xxx inka4x0
  
 +lite5200b_config      \
 +lite5200b_LOWBOOT_config:     unconfig
 +      @ >include/config.h
 +      @ echo "#define CONFIG_MPC5200_DDR"     >>include/config.h
 +      @ echo "... DDR memory revision"
 +      @ echo "#define CONFIG_MPC5200"         >>include/config.h
 +      @ echo "#define CONFIG_LITE5200B"       >>include/config.h
 +      @[ -z "$(findstring LOWBOOT_,$@)" ] || \
 +              { echo "TEXT_BASE = 0xFF000000" >board/icecube/config.tmp ; \
 +                echo "... with LOWBOOT configuration" ; \
 +              }
 +      @ echo "... with MPC5200B processor"
 +      @./mkconfig -a IceCube  ppc mpc5xxx icecube
 +
  mcc200_config \
  mcc200_lowboot_config:        unconfig
        @ >include/config.h
@@@ -1307,6 -1293,9 +1307,9 @@@ MPC8349ADS_config:      unconfi
  TQM834x_config:       unconfig
        @./mkconfig $(@:_config=) ppc mpc83xx tqm834x
  
+ MPC8349EMDS_config:   unconfig
+       @./mkconfig $(@:_config=) ppc mpc83xx mpc8349emds
  #########################################################################
  ## MPC85xx Systems
  #########################################################################