#ifndef __CONFIG_ZYNQ_COMMON_H
#define __CONFIG_ZYNQ_COMMON_H
+/*
+ * High Level Configuration Options
+ */
+#define CONFIG_ARMV7 /* CPU */
+#define CONFIG_ZYNQ /* SoC */
+
#include <asm/arch/xparameters.h>
#define CONFIG_SYS_TEXT_BASE 0x04000000
CONFIG_SYS_INIT_RAM_SIZE - \
GENERATED_GBL_DATA_SIZE)
+#define CONFIG_ENV_SIZE 0x10000
+#define CONFIG_SYS_MALLOC_LEN 0x400000
+#define CONFIG_SYS_MAXARGS 16
+#define CONFIG_SYS_CBSIZE 2048
+#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
+
#undef CONFIG_SKIP_RELOCATE_UBOOT
/* Because (at least at first) we're going to be loaded via JTAG_Tcl */
/* #define CONFIG_SKIP_LOWLEVEL_INIT */
#define CONFIG_SYS_MMC_MAX_BLK_COUNT 1
+#define BOARD_LATE_INIT
+
#endif /* __CONFIG_ZYNQ_COMMON_H */
/*
* High Level Configuration Options
*/
-#define CONFIG_ARM1176 /* CPU */
-#define CONFIG_ZYNQ /* SoC? */
#include <configs/zynq_common.h>
*/
//#define CONFIG_ENV_SIZE 4096
#define CONFIG_ENV_SIZE 896
-#define CONFIG_SYS_MALLOC_LEN 0x4000 // 16KB
#define CONFIG_SYS_GBL_DATA_SIZE 128
-#define CONFIG_SYS_MAXARGS 16
-#define CONFIG_SYS_CBSIZE 256
-#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* phycore */
/*
* SPI Settings
#define CONFIG_DOS_PARTITION
#endif
-#define BOARD_LATE_INIT 1
-
#endif /* __CONFIG_H */
/*
* High Level Configuration Options
*/
-#define CONFIG_ARM1176 1 /* CPU */
-#define CONFIG_ZYNQ 1 /* SoC? */
#define CONFIG_EP107 1 /* Board */
#include <configs/zynq_common.h>
/*
* These were lifted straight from imx31_phycore, and may well be very wrong.
*/
-//#define CONFIG_ENV_SIZE 4096
-#define CONFIG_ENV_SIZE 0x10000
#define CONFIG_NR_DRAM_BANKS 1
-#define CONFIG_SYS_MALLOC_LEN 0x400000
-#define CONFIG_SYS_MAXARGS 16
-#define CONFIG_SYS_CBSIZE 256
-#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* phycore */
/*
* SPI Settings
#define CONFIG_DOS_PARTITION
#endif
-#define BOARD_LATE_INIT 1
-
#endif /* __CONFIG_ZYNQ_EP107_H */
/*
* High Level Configuration Options
*/
-#define CONFIG_ARM1176 1 /* CPU */
-#define CONFIG_ZYNQ 1 /* SoC? */
#define CONFIG_ZC702 1 /* Board */
#include <configs/zynq_common.h>
/*
* These were lifted straight from imx31_phycore, and may well be very wrong.
*/
-//#define CONFIG_ENV_SIZE 4096
-#define CONFIG_ENV_SIZE 0x10000
-#define CONFIG_SYS_MALLOC_LEN 0x400000
-#define CONFIG_SYS_MAXARGS 16
-#define CONFIG_SYS_CBSIZE 256
-#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* phycore */
/*
* SPI Settings
#define CONFIG_DOS_PARTITION
#endif
-#define BOARD_LATE_INIT 1
-
#endif /* __CONFIG_ZYNQ_ZC702_H */
/*
* High Level Configuration Options
*/
-#define CONFIG_ARM1176 1 /* CPU */
-#define CONFIG_ZYNQ 1 /* SoC? */
#define CONFIG_ZC770 1 /* Board */
#include <configs/zynq_common.h>
/*
* These were lifted straight from imx31_phycore, and may well be very wrong.
*/
-//#define CONFIG_ENV_SIZE 4096
-#define CONFIG_ENV_SIZE 0x10000
-#define CONFIG_SYS_MALLOC_LEN 0x400000
-#define CONFIG_SYS_MAXARGS 16
-#define CONFIG_SYS_CBSIZE 256
-#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* phycore */
#if defined(CONFIG_ZC770_XM010) || defined(CONFIG_ZC770_XM011) \
|| defined(CONFIG_ZC770_XM012)
#endif
#endif
-#define BOARD_LATE_INIT 1
-
#endif /* __CONFIG_ZYNQ_ZC770_H */
#ifndef __CONFIG_H
#define __CONFIG_H
-#define CONFIG_ARM1176 1 /* CPU */
-#define CONFIG_PELE 1 /* SoC? */
#define CONFIG_ZED 1 /* Community Board */
#include <configs/zynq_common.h>
/*
* These were lifted straight from imx31_phycore, and may well be very wrong.
*/
-//#define CONFIG_ENV_SIZE 4096
-#define CONFIG_ENV_SIZE 0x10000
-#define CONFIG_SYS_MALLOC_LEN 0x400000
#define CONFIG_SYS_GBL_DATA_SIZE 128
-#define CONFIG_SYS_MAXARGS 16
-#define CONFIG_SYS_CBSIZE 256
-#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* phycore */
/*
* SPI Settings
#define CONFIG_DOS_PARTITION
#endif
-#define BOARD_LATE_INIT 1
-
#endif /* __CONFIG_H */