]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ppc4xx: Update lwmon5 POST configuration
authorStefan Roese <sr@denx.de>
Fri, 10 Aug 2007 06:42:55 +0000 (08:42 +0200)
committerStefan Roese <sr@denx.de>
Fri, 10 Aug 2007 06:42:55 +0000 (08:42 +0200)
Signed-off-by: Stefan Roese <sr@denx.de>
include/configs/lwmon5.h

index 5ebe4404d92826b703583d9e2bcb651af29ceb82..52db71e89d7de90c1e5d379f09d00e7dec47c311 100644 (file)
 #define CONFIG_DDR_DATA_EYE    1               /* use DDR2 optimization        */
 #if 0 /* test-only: disable ECC for now */
 #define CONFIG_DDR_ECC         1               /* enable ECC                   */
+#define CFG_POST_ECC_ON                CFG_POST_ECC
+#else
+#define CFG_POST_ECC_ON                0
+#endif
 
 /* POST support */
-#define CONFIG_POST            (CFG_POST_ECC)
-#endif
+#define CONFIG_POST            (CFG_POST_MEMORY   | \
+                                CFG_POST_ECC_ON   | \
+                                CFG_POST_CPU      | \
+                                CFG_POST_UART     | \
+                                CFG_POST_I2C      | \
+                                CFG_POST_CACHE    | \
+                                CFG_POST_FPU      | \
+                                CFG_POST_ETHER    | \
+                                CFG_POST_SPR)
+
+#define CFG_POST_CACHE_ADDR    0x10000000      /* free virtual address         */
+#define CONFIG_LOGBUFFER
+#define CFG_CONSOLE_IS_IN_ENV /* Otherwise it catches logbuffer as output */
 
 /*-----------------------------------------------------------------------
  * I2C
        "hostname=lwmon5\0"                                             \
        "netdev=eth0\0"                                                 \
        "unlock=yes\0"                                                  \
+       "logversion=2\0"                                                \
        "nfsargs=setenv bootargs root=/dev/nfs rw "                     \
                "nfsroot=${serverip}:${rootpath}\0"                     \
        "ramargs=setenv bootargs root=/dev/ram rw\0"                    \
                               CFG_CMD_EEPROM   |       \
                               CFG_CMD_ELF      |       \
                               CFG_CMD_FAT      |       \
+                              CFG_CMD_LOG      |       \
                               CFG_CMD_I2C      |       \
                               CFG_CMD_IRQ      |       \
                               CFG_CMD_MII      |       \