#define CONFIG_SYS_BOOTMAPSZ (16 << 20)
/* Default environment */
-#define CONFIG_IPADDR 10.10.70.102
-#define CONFIG_SERVERIP 10.10.70.101
-
#define CONFIG_EXTRA_ENV_SETTINGS \
"ethaddr=00:0a:35:00:01:22\0" \
"kernel_size=0x140000\0" \
* Physical Memory map
*/
#define CONFIG_NR_DRAM_BANKS 1
-/* Semi-educated guess based on p.48 of DF Arch spec */
-#define PHYS_SDRAM_1 (256 * 1024)
-/* Cameron guessed 256 or 512 MB */
-#define PHYS_SDRAM_1_SIZE (256 * 1024 * 1024)
+#define PHYS_SDRAM_1 0
-#define CONFIG_SYS_MEMTEST_START PHYS_SDRAM_1
-#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 0x10000)
+#define CONFIG_SYS_MEMTEST_START PHYS_SDRAM_1
+#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + \
+ PHYS_SDRAM_1_SIZE - (16 * 1024 * 1024))
#define CONFIG_SYS_SDRAM_BASE 0
#define CONFIG_SYS_INIT_RAM_ADDR 0xFFFF0000
#include <configs/zynq_common.h>
+/* Default environment */
+#define CONFIG_IPADDR 10.10.70.102
+#define CONFIG_SERVERIP 10.10.70.101
+
#define CONFIG_ARM_DCC
#define CONFIG_CPU_V6 /* Required by CONFIG_ARM_DCC */
//#define CONFIG_GEM0 1
/*
- * These were lifted straight from imx31_phycore, and may well be very wrong.
+ * Physical Memory map
*/
+#define PHYS_SDRAM_1_SIZE (256 * 1024 * 1024)
+
//#define CONFIG_ENV_SIZE 4096
#define CONFIG_ENV_SIZE 896
#define CONFIG_SYS_GBL_DATA_SIZE 128
#include <configs/zynq_common.h>
+/* Default environment */
+#define CONFIG_IPADDR 10.10.70.102
+#define CONFIG_SERVERIP 10.10.70.101
+
#undef CONFIG_ZYNQ_XIL_LQSPI
/* Uncomment it if you don't want Flash */
#define CONFIG_XGMAC_PHY_ADDR 0x17
/*
- * These were lifted straight from imx31_phycore, and may well be very wrong.
+ * Physical Memory map
*/
-#define CONFIG_NR_DRAM_BANKS 1
+#define PHYS_SDRAM_1_SIZE (256 * 1024 * 1024)
/*
* SPI Settings
#include <configs/zynq_common.h>
+/* Default environment */
+#define CONFIG_IPADDR 10.10.70.102
+#define CONFIG_SERVERIP 10.10.70.101
+
#undef CONFIG_ZYNQ_XIL_LQSPI
/* no NOR on zc702 */
#define CONFIG_XGMAC_PHY_ADDR 0x7
/*
- * These were lifted straight from imx31_phycore, and may well be very wrong.
+ * Physical Memory map
*/
+#define PHYS_SDRAM_1_SIZE (256 * 1024 * 1024)
/*
* SPI Settings
#include <configs/zynq_common.h>
+/* Default environment */
+#define CONFIG_IPADDR 10.10.70.102
+#define CONFIG_SERVERIP 10.10.70.101
+
#if defined(CONFIG_ZC770_XM012)
#undef CONFIG_SYS_NO_FLASH
#else
#endif
/*
- * These were lifted straight from imx31_phycore, and may well be very wrong.
+ * Physical Memory map
*/
+#define PHYS_SDRAM_1_SIZE (256 * 1024 * 1024)
#if defined(CONFIG_ZC770_XM010) || defined(CONFIG_ZC770_XM011) \
|| defined(CONFIG_ZC770_XM012)
#define CONFIG_NET_MULTI
/* Default environment */
-#undef CONFIG_IPADDR
#define CONFIG_IPADDR 192.168.1.10
+/* ETHADDR should pretty much never be in the default env */
#define CONFIG_ETHADDR 00:0a:35:00:01:22
-#undef CONFIG_SERVERIP
#define CONFIG_SERVERIP 192.168.1.50
#undef CONFIG_EXTRA_ENV_SETTINGS
#define CONFIG_GEM0 1
/*
- * These were lifted straight from imx31_phycore, and may well be very wrong.
+ * Physical Memory map
*/
+#define PHYS_SDRAM_1_SIZE (256 * 1024 * 1024)
#define CONFIG_SYS_GBL_DATA_SIZE 128
/*