]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - doc/README.mpc85xxads
davinci: omapl138_lcdk: boot from zImage
[people/ms/u-boot.git] / doc / README.mpc85xxads
index ae8202bdd17d4146be4f0196dbb8ee4ab9d1a530..9b35fb2016a95062a0d84376082ba7243a66df84 100644 (file)
@@ -35,7 +35,7 @@ Updated 13-July-2004 Jon Loeliger
     "On"  == 0
 
     SW18 is switch 18 as silk-screened onto the board.
-    SW4[8] is the bit labled 8 on Switch 4.
+    SW4[8] is the bit labeled 8 on Switch 4.
     SW2[1:6] refers to bits labeled 1 through 6 in order on switch 2
     SW3[7:1] refers to bits labeled 7 through 1 in order on switch 3
 
@@ -107,7 +107,7 @@ Updated 13-July-2004 Jon Loeliger
 2. MEMORY MAP TO WORK WITH LINUX KERNEL
 
 2.1. For the initial bringup, we adopted a consistent memory scheme
-     between u-boot and linux kernel, you can customize it based on your
+     between U-Boot and linux kernel, you can customize it based on your
      system requirements:
 
      0x0000_0000     0x7fff_ffff     DDR                    2G
@@ -124,8 +124,8 @@ Updated 13-July-2004 Jon Loeliger
     kernel's ppcboot.h is consistent with U-Boot's u-boot.h. You can use two
     default configuration files as your starting points to configure the
     kernel:
-       arch/ppc/configs/mpc8540_ads_defconfig
-       arch/ppc/configs/mpc8560_ads_defconfig
+       arch/powerpc/configs/mpc8540_ads_defconfig
+       arch/powerpc/configs/mpc8560_ads_defconfig
 
 3. DEFINITIONS AND COMPILATION
 
@@ -136,16 +136,14 @@ Updated 13-July-2004 Jon Loeliger
     CONFIG_BOOKE           BOOKE(e.g. Motorola MPC85xx, AMCC 440, etc)
     CONFIG_E500                    BOOKE e500 family(Motorola)
     CONFIG_MPC85xx         MPC8540,MPC8560 and their derivatives
-    CONFIG_MPC8540         MPC8540 specific
-    CONFIG_MPC8540ADS      MPC8540ADS board specific
-    CONFIG_MPC8560ADS      MPC8560ADS board specific
+    CONFIG_ARCH_MPC8540            MPC8540 specific
     CONFIG_TSEC_ENET       Use on-chip 10/100/1000 ethernet for networking
     CONFIG_SPD_EEPROM      Use SPD EEPROM for DDR auto configuration, you can
                            also manual config the DDR after undef this
                            definition.
     CONFIG_DDR_ECC         only for ECC DDR module
-    CONFIG_DDR_DLL         DLL fix on some ADS boards needed for more
-                           stability.
+    CONFIG_SYS_FSL_ERRATUM_DDR_MSYNC_IN            DLL fix on some ADS boards needed
+                           for more stability.
     CONFIG_HAS_FEC         If an FEC is on chip, set to 1, else 0.
 
 Other than the above definitions, the rest in the config files are
@@ -192,7 +190,7 @@ straightforward.
     and future revisions of 8540/8560.
 
 
-4.4 Reflash U-boot Image using U-boot
+4.4 Reflash U-Boot Image using U-Boot
 
     tftp 10000 u-boot.bin
     protect off fff80000 ffffffff