]> git.sur5r.net Git - u-boot/blobdiff - README
* Modify KUP4X board configuration to use SL811 driver for USB memory
[u-boot] / README
diff --git a/README b/README
index e8120c47c81a123846b598c908aebf5dae817b0f..d441442d63a2ad104b661dc6cddc2e790b457e7b 100644 (file)
--- a/README
+++ b/README
@@ -240,6 +240,10 @@ The following options need to be configured:
                CONFIG_ARM7
                CONFIG_PXA250
 
+               MicroBlaze based CPUs:
+               ----------------------
+               CONFIG_MICROBLZE
+
 
 - Board Type:  Define exactly one of
 
@@ -277,11 +281,11 @@ The following options need to be configured:
                CONFIG_RPXlite,         CONFIG_RPXsuper,        CONFIG_rsdproto,
                CONFIG_sacsng,          CONFIG_Sandpoint8240,   CONFIG_Sandpoint8245,
                CONFIG_sbc8260,         CONFIG_SM850,           CONFIG_SPD823TS,
-               CONFIG_SXNI855T,        CONFIG_TQM823L,         CONFIG_TQM8260,
-               CONFIG_TQM850L,         CONFIG_TQM855L,         CONFIG_TQM860L,
-               CONFIG_TTTech,          CONFIG_UTX8245,         CONFIG_V37,
-               CONFIG_W7OLMC,          CONFIG_W7OLMG,          CONFIG_WALNUT405,
-               CONFIG_ZPC1900,         CONFIG_ZUMA,
+               CONFIG_STXGP3,          CONFIG_SXNI855T,        CONFIG_TQM823L,
+               CONFIG_TQM8260,         CONFIG_TQM850L,         CONFIG_TQM855L,
+               CONFIG_TQM860L,         CONFIG_TTTech,          CONFIG_UTX8245,
+               CONFIG_V37,             CONFIG_W7OLMC,          CONFIG_W7OLMG,
+               CONFIG_WALNUT405,       CONFIG_ZPC1900,         CONFIG_ZUMA,
 
                ARM based boards:
                -----------------
@@ -292,6 +296,11 @@ The following options need to be configured:
                CONFIG_LUBBOCK,                 CONFIG_SHANNON,         CONFIG_SMDK2400,
                CONFIG_SMDK2410,                CONFIG_TRAB,            CONFIG_VCMA9,
 
+               MicroBlaze based boards:
+               ------------------------
+
+               CONFIG_SUZAKU
+
 
 - CPU Module Type: (if CONFIG_COGENT is defined)
                Define exactly one of
@@ -1742,6 +1751,17 @@ to save the current settings.
          The length in bytes of the EEPROM memory array address.  Note
          that this is NOT the chip address length!
 
+       - CFG_I2C_EEPROM_ADDR_OVERFLOW:
+         EEPROM chips that implement "address overflow" are ones
+         like Catalyst 24WC04/08/16 which has 9/10/11 bits of
+         address and the extra bits end up in the "chip address" bit
+         slots. This makes a 24WC08 (1Kbyte) chip look like four 256
+         byte chips.
+
+         Note that we consider the length of the address field to
+         still be one byte because the extra address bits are hidden
+         in the chip address.
+
        - CFG_EEPROM_SIZE:
          The size in bytes of the EEPROM device.
 
@@ -1963,6 +1983,16 @@ Low Level (hardware related) configuration options:
                Note that this is a global option, we can't
                have one FEC in standard MII mode and another in RMII mode.
 
+- CONFIG_CRC32_VERIFY
+               Add a verify option to the crc32 command.
+               The syntax is:
+
+               => crc32 -v <address> <count> <crc32>
+
+               Where address/count indicate a memory area
+               and crc32 is the correct crc32 which the
+               area should have.
+
 Building the Software:
 ======================
 
@@ -2008,9 +2038,9 @@ configurations; the following names are supported:
        QS850_config            QS860T_config           RPXlite_config
        RPXsuper_config         rsdproto_config         Sandpoint8240_config
        sbc8260_config          SM850_config            SPD823TS_config
-       SXNI855T_config         TQM823L_config          TQM850L_config
-       TQM855L_config          TQM860L_config          WALNUT405_config
-       ZPC1900_config
+       stxgp3_config           SXNI855T_config         TQM823L_config
+       TQM850L_config          TQM855L_config          TQM860L_config
+       WALNUT405_config        ZPC1900_config
 
        Note: for some board special configuration names may exist; check  if
              additional  information is available from the board vendor; for