summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cleopatre/devkit/doc/cleopatre_mme_specs.odtbin133981 -> 139494 bytes
-rw-r--r--cleopatre/devkit/doc/cleopatre_plcdrv_archi.odtbin131624 -> 138516 bytes
-rw-r--r--cleopatre/u-boot-1.1.6/include/configs/arizona.h32
3 files changed, 6 insertions, 26 deletions
diff --git a/cleopatre/devkit/doc/cleopatre_mme_specs.odt b/cleopatre/devkit/doc/cleopatre_mme_specs.odt
index 4b83fc35d4..86962c4a56 100644
--- a/cleopatre/devkit/doc/cleopatre_mme_specs.odt
+++ b/cleopatre/devkit/doc/cleopatre_mme_specs.odt
Binary files differ
diff --git a/cleopatre/devkit/doc/cleopatre_plcdrv_archi.odt b/cleopatre/devkit/doc/cleopatre_plcdrv_archi.odt
index 26a78fe668..958b11c93f 100644
--- a/cleopatre/devkit/doc/cleopatre_plcdrv_archi.odt
+++ b/cleopatre/devkit/doc/cleopatre_plcdrv_archi.odt
Binary files differ
diff --git a/cleopatre/u-boot-1.1.6/include/configs/arizona.h b/cleopatre/u-boot-1.1.6/include/configs/arizona.h
index 9d3df6d166..d1d720823c 100644
--- a/cleopatre/u-boot-1.1.6/include/configs/arizona.h
+++ b/cleopatre/u-boot-1.1.6/include/configs/arizona.h
@@ -79,29 +79,10 @@
#define CONFIG_BOOTDELAY 3
-#define CONFIG_BOOTARGS "mem=32M console=ttyS0,115200 initrd=0x40000000,4M root=/dev/ram0 rw"
+#define CONFIG_BOOTARGS "console=ttyS0,115200"
#define CONFIG_BOOTCOMMAND "spidboot"
-#if 0
-#define CONFIG_COMMANDS \
- ((CONFIG_CMD_DFL & ~CFG_CMD_CACHE) & ~CFG_CMD_SETGETDCR & ~CFG_CMD_SDRAM & ~CFG_CMD_FPGA & ~CFG_CMD_IMLS & \
- ~CFG_CMD_ITEST & ~CFG_CMD_XIMG | \
- CFG_CMD_FLASH | \
- CFG_CMD_LOADS | \
- CFG_CMD_NET | \
- CFG_CMD_NFS | \
- CFG_CMD_PING | \
- CFG_CMD_DHCP | \
- CFG_CMD_IMI)
-#endif
-#if 0
-#define CONFIG_COMMANDS \
- ((CONFIG_CMD_DFL & ~CFG_CMD_CACHE) & ~CFG_CMD_SETGETDCR & ~CFG_CMD_FPGA & ~CFG_CMD_IMLS & \
- ~CFG_CMD_ITEST & ~CFG_CMD_XIMG & ~CFG_CMD_NET )
-
-#endif
-
#define CONFIG_COMMANDS \
( (CONFIG_CMD_DFL | \
CFG_CMD_PING | \
@@ -183,16 +164,15 @@
#endif
#define CONFIG_ETHADDR 00:50:c2:38:00:0B
-#define CONFIG_SERVERIP 192.168.002.011
-#define CONFIG_IPADDR 192.168.002.199
+#define CONFIG_SERVERIP 192.168.003.011
+#define CONFIG_IPADDR 192.168.003.199
#define CONFIG_NETMASK 255.255.255.000
-#define CONFIG_GATEWAYIP 192.168.002.011
-#define CONFIG_HOSTNAME cleopatre
-#define CONFIG_BOOTFILE "linux"
+#define CONFIG_GATEWAYIP 192.168.003.011
+#define CONFIG_HOSTNAME spc300
+#define CONFIG_BOOTFILE "linux-kernel-2.6.25.10-arm"
#define BOARD_LATE_INIT 1
-//#define MT48LC8M16x2 /* micron RAM in arizona prototype */
#define MT48LCARIZONA /* micron RAM in arizona prototype */
/* Use NVRAM */