blob: 431d6c49c47b0dff969e39ed8bae6f65c450b3b1 [file] [log] [blame]
Michal Simekaf482d52012-09-28 09:56:37 +00001/*
2 * (C) Copyright 2012 Michal Simek <monstr@monstr.eu>
Jagannadha Sutradharudu Teki20ddda02014-01-09 01:48:10 +05303 * (C) Copyright 2013 Xilinx, Inc.
4 *
5 * Common configuration options for all Zynq boards.
Michal Simekaf482d52012-09-28 09:56:37 +00006 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02007 * SPDX-License-Identifier: GPL-2.0+
Michal Simekaf482d52012-09-28 09:56:37 +00008 */
9
Jagannadha Sutradharudu Teki20ddda02014-01-09 01:48:10 +053010#ifndef __CONFIG_ZYNQ_COMMON_H
11#define __CONFIG_ZYNQ_COMMON_H
Michal Simekaf482d52012-09-28 09:56:37 +000012
Michal Simekaf482d52012-09-28 09:56:37 +000013/* CPU clock */
Jagannadha Sutradharudu Teki4ecfc2f2014-01-09 01:48:06 +053014#ifndef CONFIG_CPU_FREQ_HZ
15# define CONFIG_CPU_FREQ_HZ 800000000
16#endif
Michal Simekaf482d52012-09-28 09:56:37 +000017
Jagannadha Sutradharudu Tekifef608a2014-01-09 01:48:07 +053018/* Cache options */
Jagannadha Sutradharudu Tekifef608a2014-01-09 01:48:07 +053019#define CONFIG_SYS_L2CACHE_OFF
20#ifndef CONFIG_SYS_L2CACHE_OFF
21# define CONFIG_SYS_L2_PL310
22# define CONFIG_SYS_PL310_BASE 0xf8f02000
23#endif
24
Michal Simek40bcb862015-04-20 12:56:24 +020025#define ZYNQ_SCUTIMER_BASEADDR 0xF8F00600
26#define CONFIG_SYS_TIMERBASE ZYNQ_SCUTIMER_BASEADDR
27#define CONFIG_SYS_TIMER_COUNTS_DOWN
28#define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMERBASE + 0x4)
29
Jagannadha Sutradharudu Teki4ecfc2f2014-01-09 01:48:06 +053030/* Serial drivers */
31#define CONFIG_BAUDRATE 115200
Michal Simekaf482d52012-09-28 09:56:37 +000032/* The following table includes the supported baudrates */
33#define CONFIG_SYS_BAUDRATE_TABLE \
34 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 230400}
35
Michal Simekd5c13f72016-02-23 10:02:29 +010036#define CONFIG_ARM_DCC
37#define CONFIG_ZYNQ_SERIAL
Jagannadha Sutradharudu Teki4ecfc2f2014-01-09 01:48:06 +053038
Michal Simekaf482d52012-09-28 09:56:37 +000039/* Ethernet driver */
Michal Simek3d7285f2015-11-30 14:34:52 +010040#if defined(CONFIG_ZYNQ_GEM)
Jagannadha Sutradharudu Teki0ea4dc72014-01-09 01:48:09 +053041# define CONFIG_MII
42# define CONFIG_SYS_FAULT_ECHO_LINK_DOWN
Jagannadha Sutradharudu Teki0ea4dc72014-01-09 01:48:09 +053043# define CONFIG_PHY_MARVELL
Michal Simekdb8aa0b2016-02-06 13:34:54 +010044# define CONFIG_PHY_REALTEK
Siva Durga Prasad Paladugu8d24b022016-02-05 13:22:12 +053045# define CONFIG_PHY_XILINX
Michal Simek53e3a062015-01-13 16:27:14 +010046# define CONFIG_BOOTP_BOOTPATH
47# define CONFIG_BOOTP_GATEWAY
48# define CONFIG_BOOTP_HOSTNAME
49# define CONFIG_BOOTP_MAY_FAIL
Jagannadha Sutradharudu Teki0ea4dc72014-01-09 01:48:09 +053050#endif
Michal Simekaf482d52012-09-28 09:56:37 +000051
Jagannadha Sutradharudu Teki4ecfc2f2014-01-09 01:48:06 +053052/* SPI */
53#ifdef CONFIG_ZYNQ_SPI
Jagannadha Sutradharudu Teki4ecfc2f2014-01-09 01:48:06 +053054#endif
55
Jagan Teki5dd9d062015-08-17 18:55:02 +053056/* QSPI */
57#ifdef CONFIG_ZYNQ_QSPI
58# define CONFIG_SF_DEFAULT_SPEED 30000000
Jagan Teki7c78c882015-09-04 18:30:34 +053059# define CONFIG_SPI_FLASH_ISSI
Jagan Teki5dd9d062015-08-17 18:55:02 +053060#endif
61
Jagannadha Sutradharudu Teki03c0b862014-01-09 01:48:20 +053062/* NOR */
Masahiro Yamada8cea9b52017-02-11 22:43:54 +090063#ifdef CONFIG_MTD_NOR_FLASH
Jagannadha Sutradharudu Teki03c0b862014-01-09 01:48:20 +053064# define CONFIG_SYS_FLASH_BASE 0xE2000000
65# define CONFIG_SYS_FLASH_SIZE (16 * 1024 * 1024)
66# define CONFIG_SYS_MAX_FLASH_BANKS 1
67# define CONFIG_SYS_MAX_FLASH_SECT 512
68# define CONFIG_SYS_FLASH_ERASE_TOUT 1000
69# define CONFIG_SYS_FLASH_WRITE_TOUT 5000
70# define CONFIG_FLASH_SHOW_PROGRESS 10
71# define CONFIG_SYS_FLASH_CFI
72# undef CONFIG_SYS_FLASH_EMPTY_INFO
73# define CONFIG_FLASH_CFI_DRIVER
74# undef CONFIG_SYS_FLASH_PROTECTION
75# define CONFIG_SYS_FLASH_USE_BUFFER_WRITE
76#endif
77
Siva Durga Prasad Paladuguddb9f062016-09-27 10:55:47 +053078#ifdef CONFIG_NAND_ZYNQ
79#define CONFIG_CMD_NAND_LOCK_UNLOCK
80#define CONFIG_SYS_MAX_NAND_DEVICE 1
81#define CONFIG_SYS_NAND_ONFI_DETECTION
82#define CONFIG_MTD_DEVICE
83#endif
84
Michal Simek0dd222b2013-04-22 14:56:49 +020085/* MMC */
Masahiro Yamada168c57d2017-01-30 19:46:51 +090086#if defined(CONFIG_MMC_SDHCI_ZYNQ)
Michal Simek8bc78172015-09-29 01:27:13 +020087# define CONFIG_ZYNQ_SDHCI_MAX_FREQ 52000000
Michal Simek0dd222b2013-04-22 14:56:49 +020088#endif
89
Siva Durga Prasad Paladugu42fcc182016-07-22 14:51:51 +053090#ifdef CONFIG_USB_EHCI_ZYNQ
Siva Durga Prasad Paladugu0ad27ca2014-02-20 10:28:27 +053091# define CONFIG_EHCI_IS_TDI
Siva Durga Prasad Paladugue3b24742014-08-25 10:58:33 +053092
Siva Durga Prasad Paladugue3b24742014-08-25 10:58:33 +053093# define CONFIG_SYS_DFU_DATA_BUF_SIZE 0x600000
94# define DFU_DEFAULT_POLL_TIMEOUT 300
Siva Durga Prasad Paladugue3b24742014-08-25 10:58:33 +053095# define CONFIG_USB_CABLE_CHECK
Siva Durga Prasad Paladugud682fc22014-09-08 22:09:37 +053096# define CONFIG_CMD_THOR_DOWNLOAD
Michal Simek72cc9932016-04-07 18:55:11 +020097# define CONFIG_THOR_RESET_OFF
Paul Kocialkowski045d6052015-06-12 19:56:58 +020098# define CONFIG_USB_FUNCTION_THOR
Siva Durga Prasad Paladugue3b24742014-08-25 10:58:33 +053099# define DFU_ALT_INFO_RAM \
100 "dfu_ram_info=" \
101 "set dfu_alt_info " \
102 "${kernel_image} ram 0x3000000 0x500000\\\\;" \
103 "${devicetree_image} ram 0x2A00000 0x20000\\\\;" \
104 "${ramdisk_image} ram 0x2000000 0x600000\0" \
Siva Durga Prasad Paladugud682fc22014-09-08 22:09:37 +0530105 "dfu_ram=run dfu_ram_info && dfu 0 ram 0\0" \
106 "thor_ram=run dfu_ram_info && thordown 0 ram 0\0"
Siva Durga Prasad Paladugue3b24742014-08-25 10:58:33 +0530107
Masahiro Yamada168c57d2017-01-30 19:46:51 +0900108# if defined(CONFIG_MMC_SDHCI_ZYNQ)
Siva Durga Prasad Paladugue3b24742014-08-25 10:58:33 +0530109# define DFU_ALT_INFO_MMC \
110 "dfu_mmc_info=" \
111 "set dfu_alt_info " \
112 "${kernel_image} fat 0 1\\\\;" \
113 "${devicetree_image} fat 0 1\\\\;" \
114 "${ramdisk_image} fat 0 1\0" \
Siva Durga Prasad Paladugud682fc22014-09-08 22:09:37 +0530115 "dfu_mmc=run dfu_mmc_info && dfu 0 mmc 0\0" \
116 "thor_mmc=run dfu_mmc_info && thordown 0 mmc 0\0"
117
Siva Durga Prasad Paladugue3b24742014-08-25 10:58:33 +0530118# define DFU_ALT_INFO \
119 DFU_ALT_INFO_RAM \
120 DFU_ALT_INFO_MMC
121# else
122# define DFU_ALT_INFO \
123 DFU_ALT_INFO_RAM
124# endif
125#endif
126
127#if !defined(DFU_ALT_INFO)
128# define DFU_ALT_INFO
Siva Durga Prasad Paladugu0ad27ca2014-02-20 10:28:27 +0530129#endif
130
Masahiro Yamada168c57d2017-01-30 19:46:51 +0900131#if defined(CONFIG_MMC_SDHCI_ZYNQ) || defined(CONFIG_ZYNQ_USB)
Michal Simekaf482d52012-09-28 09:56:37 +0000132# define CONFIG_SUPPORT_VFAT
Siva Durga Prasad Paladugu2102b5f2014-03-12 14:52:56 +0530133# define CONFIG_FAT_WRITE
Michal Simekaf482d52012-09-28 09:56:37 +0000134#endif
135
Siva Durga Prasad Paladugu5ea85902015-10-28 11:19:08 +0530136#if defined(CONFIG_ZYNQ_I2C0) || defined(CONFIG_ZYNQ_I2C1)
Michael Burr91fae472014-01-22 09:46:08 +0100137#define CONFIG_SYS_I2C_ZYNQ
Siva Durga Prasad Paladugu5ea85902015-10-28 11:19:08 +0530138#endif
139
Michal Simekbeedbcf2013-04-22 15:21:33 +0200140/* I2C */
Michael Burr91fae472014-01-22 09:46:08 +0100141#if defined(CONFIG_SYS_I2C_ZYNQ)
Heiko Schocher465819a2013-11-08 07:30:53 +0100142# define CONFIG_SYS_I2C
Heiko Schocher465819a2013-11-08 07:30:53 +0100143# define CONFIG_SYS_I2C_ZYNQ_SPEED 100000
Michael Burr91fae472014-01-22 09:46:08 +0100144# define CONFIG_SYS_I2C_ZYNQ_SLAVE 0
Michal Simekbeedbcf2013-04-22 15:21:33 +0200145#endif
146
Jagannadha Sutradharudu Tekibf0046b2014-01-09 01:48:16 +0530147/* EEPROM */
148#ifdef CONFIG_ZYNQ_EEPROM
149# define CONFIG_CMD_EEPROM
150# define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
151# define CONFIG_SYS_I2C_EEPROM_ADDR 0x54
152# define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 4
153# define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5
154# define CONFIG_SYS_EEPROM_SIZE 1024 /* Bytes */
155#endif
156
Jagannadha Sutradharudu Teki3b6d32f2014-01-09 01:48:23 +0530157/* Total Size of Environment Sector */
158#define CONFIG_ENV_SIZE (128 << 10)
159
Jagannadha Sutradharudu Teki1eb446d2014-01-09 01:48:25 +0530160/* Allow to overwrite serial and ethaddr */
161#define CONFIG_ENV_OVERWRITE
162
Michal Simekaf482d52012-09-28 09:56:37 +0000163/* Environment */
Jagannadha Sutradharudu Tekia50e04d2014-01-09 01:48:24 +0530164#ifndef CONFIG_ENV_IS_NOWHERE
Masahiro Yamada8cea9b52017-02-11 22:43:54 +0900165# ifdef CONFIG_MTD_NOR_FLASH
Michal Simekd35c79e2016-02-13 12:02:53 +0100166/* Environment in NOR flash */
Jagannadha Sutradharudu Tekia50e04d2014-01-09 01:48:24 +0530167# define CONFIG_ENV_IS_IN_FLASH
Michal Simekd35c79e2016-02-13 12:02:53 +0100168# elif defined(CONFIG_ZYNQ_QSPI)
169/* Environment in Serial Flash */
170# define CONFIG_ENV_IS_IN_SPI_FLASH
Masahiro Yamada8cea9b52017-02-11 22:43:54 +0900171# elif !defined(CONFIG_MTD_NOR_FLASH)
Jagannadha Sutradharudu Tekia50e04d2014-01-09 01:48:24 +0530172# define CONFIG_ENV_IS_NOWHERE
173# endif
174
175# define CONFIG_ENV_SECT_SIZE CONFIG_ENV_SIZE
176# define CONFIG_ENV_OFFSET 0xE0000
Jagannadha Sutradharudu Tekia50e04d2014-01-09 01:48:24 +0530177#endif
Jagannadha Sutradharudu Tekia534a112014-01-09 01:48:22 +0530178
Michal Simekb22ece12016-03-18 23:43:39 +0100179/* enable preboot to be loaded before CONFIG_BOOTDELAY */
180#define CONFIG_PREBOOT
181
Jagannadha Sutradharudu Tekia534a112014-01-09 01:48:22 +0530182/* Default environment */
Michal Simekc6262ef2016-02-13 11:50:03 +0100183#ifndef CONFIG_EXTRA_ENV_SETTINGS
Jagannadha Sutradharudu Tekia534a112014-01-09 01:48:22 +0530184#define CONFIG_EXTRA_ENV_SETTINGS \
185 "fit_image=fit.itb\0" \
186 "load_addr=0x2000000\0" \
187 "fit_size=0x800000\0" \
188 "flash_off=0x100000\0" \
189 "nor_flash_off=0xE2100000\0" \
190 "fdt_high=0x20000000\0" \
191 "initrd_high=0x20000000\0" \
Michal Simekb22ece12016-03-18 23:43:39 +0100192 "loadbootenv_addr=0x2000000\0" \
193 "bootenv=uEnv.txt\0" \
194 "bootenv_dev=mmc\0" \
195 "loadbootenv=load ${bootenv_dev} 0 ${loadbootenv_addr} ${bootenv}\0" \
196 "importbootenv=echo Importing environment from ${bootenv_dev} ...; " \
197 "env import -t ${loadbootenv_addr} $filesize\0" \
198 "bootenv_existence_test=test -e ${bootenv_dev} 0 /${bootenv}\0" \
199 "setbootenv=if env run bootenv_existence_test; then " \
200 "if env run loadbootenv; then " \
201 "env run importbootenv; " \
202 "fi; " \
203 "fi; \0" \
204 "sd_loadbootenv=set bootenv_dev mmc && " \
205 "run setbootenv \0" \
206 "usb_loadbootenv=set bootenv_dev usb && usb start && run setbootenv \0" \
207 "preboot=if test $modeboot = sdboot; then " \
208 "run sd_loadbootenv; " \
209 "echo Checking if uenvcmd is set ...; " \
210 "if test -n $uenvcmd; then " \
211 "echo Running uenvcmd ...; " \
212 "run uenvcmd; " \
213 "fi; " \
214 "fi; \0" \
Jagannadha Sutradharudu Tekia534a112014-01-09 01:48:22 +0530215 "norboot=echo Copying FIT from NOR flash to RAM... && " \
216 "cp.b ${nor_flash_off} ${load_addr} ${fit_size} && " \
217 "bootm ${load_addr}\0" \
218 "sdboot=echo Copying FIT from SD to RAM... && " \
Michal Simek3319dbc2014-09-24 14:55:03 +0200219 "load mmc 0 ${load_addr} ${fit_image} && " \
Jagannadha Sutradharudu Tekia534a112014-01-09 01:48:22 +0530220 "bootm ${load_addr}\0" \
221 "jtagboot=echo TFTPing FIT to RAM... && " \
Michal Simek9dd915c2014-02-05 07:56:07 +0100222 "tftpboot ${load_addr} ${fit_image} && " \
Siva Durga Prasad Paladugu0ad27ca2014-02-20 10:28:27 +0530223 "bootm ${load_addr}\0" \
224 "usbboot=if usb start; then " \
225 "echo Copying FIT from USB to RAM... && " \
Michal Simek3319dbc2014-09-24 14:55:03 +0200226 "load usb 0 ${load_addr} ${fit_image} && " \
Jason Wu9f24fbc2016-02-22 22:07:49 +1000227 "bootm ${load_addr}; fi\0" \
Siva Durga Prasad Paladugue3b24742014-08-25 10:58:33 +0530228 DFU_ALT_INFO
Michal Simekc6262ef2016-02-13 11:50:03 +0100229#endif
Siva Durga Prasad Paladugu0ad27ca2014-02-20 10:28:27 +0530230
Jagannadha Sutradharudu Tekia534a112014-01-09 01:48:22 +0530231#define CONFIG_BOOTCOMMAND "run $modeboot"
Jagannadha Sutradharudu Tekia534a112014-01-09 01:48:22 +0530232#define CONFIG_SYS_LOAD_ADDR 0 /* default? */
Michal Simekaf482d52012-09-28 09:56:37 +0000233
Jagannadha Sutradharudu Teki4817a192014-01-09 01:48:04 +0530234/* Miscellaneous configurable options */
Jagannadha Sutradharudu Teki4817a192014-01-09 01:48:04 +0530235
236#define CONFIG_CMDLINE_EDITING
237#define CONFIG_AUTO_COMPLETE
238#define CONFIG_SYS_LONGHELP
Soren Brinkmann102ad002013-11-21 13:38:54 -0800239#define CONFIG_CLOCKS
Soren Brinkmann37523442013-11-21 13:39:03 -0800240#define CONFIG_CMD_CLK
Michal Simek97d03c32014-04-25 13:33:19 +0200241#define CONFIG_SYS_MAXARGS 32 /* max number of command args */
Jagannadha Sutradharudu Teki4817a192014-01-09 01:48:04 +0530242#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
243#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
Michal Simekaf482d52012-09-28 09:56:37 +0000244 sizeof(CONFIG_SYS_PROMPT) + 16)
245
Michal Simekf4780a72016-04-01 15:56:33 +0200246#ifndef CONFIG_NR_DRAM_BANKS
247# define CONFIG_NR_DRAM_BANKS 1
248#endif
Jagannadha Sutradharudu Teki6681b3e2014-01-09 01:48:05 +0530249
Michal Simek134244a2016-04-01 16:04:14 +0200250#define CONFIG_SYS_MEMTEST_START 0
251#define CONFIG_SYS_MEMTEST_END 0x1000
Jagannadha Sutradharudu Teki6681b3e2014-01-09 01:48:05 +0530252
Przemyslaw Marczakf9324b32015-03-04 14:01:28 +0100253#define CONFIG_SYS_MALLOC_LEN 0x1400000
Michal Simek134244a2016-04-01 16:04:14 +0200254
255#define CONFIG_SYS_INIT_RAM_ADDR 0xFFFF0000
256#define CONFIG_SYS_INIT_RAM_SIZE 0x1000
Jagannadha Sutradharudu Teki6681b3e2014-01-09 01:48:05 +0530257#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \
258 CONFIG_SYS_INIT_RAM_SIZE - \
259 GENERATED_GBL_DATA_SIZE)
Jagannadha Sutradharudu Teki4ecfc2f2014-01-09 01:48:06 +0530260
261/* Enable the PL to be downloaded */
262#define CONFIG_FPGA
263#define CONFIG_FPGA_XILINX
264#define CONFIG_FPGA_ZYNQPL
Siva Durga Prasad Paladuguadc11de2014-03-14 16:35:38 +0530265#define CONFIG_CMD_FPGA_LOADMK
Michal Simek0e4f8002014-05-02 14:50:50 +0200266#define CONFIG_CMD_FPGA_LOADP
267#define CONFIG_CMD_FPGA_LOADBP
Siva Durga Prasad Paladugu9112b4c2014-03-14 16:35:37 +0530268#define CONFIG_CMD_FPGA_LOADFS
Jagannadha Sutradharudu Teki4ecfc2f2014-01-09 01:48:06 +0530269
Jagannadha Sutradharudu Teki4ecfc2f2014-01-09 01:48:06 +0530270/* FIT support */
Heiko Schocher515eb122014-05-28 11:33:33 +0200271#define CONFIG_IMAGE_FORMAT_LEGACY /* enable also legacy image format */
Michal Simekaf482d52012-09-28 09:56:37 +0000272
Jagannadha Sutradharudu Teki369ccb12014-01-09 01:48:26 +0530273/* FDT support */
Jagannadha Sutradharudu Teki369ccb12014-01-09 01:48:26 +0530274#define CONFIG_DISPLAY_BOARDINFO_LATE
275
Michal Simekec789f52014-01-20 11:29:06 +0100276/* Extend size of kernel image for uncompression */
Michal Simekc8e9b892014-01-20 11:29:06 +0100277#define CONFIG_SYS_BOOTM_LEN (60 * 1024 * 1024)
Michal Simekec789f52014-01-20 11:29:06 +0100278
Jagannadha Sutradharudu Tekid06b7ad2014-01-09 01:48:03 +0530279/* Boot FreeBSD/vxWorks from an ELF image */
Michal Simek644ba0e2016-02-04 11:08:26 +0100280#define CONFIG_SYS_MMC_MAX_DEVICE 1
Jagannadha Sutradharudu Tekid06b7ad2014-01-09 01:48:03 +0530281
Masahiro Yamada43246cc2015-03-16 16:43:22 +0900282#define CONFIG_SYS_LDSCRIPT "arch/arm/mach-zynq/u-boot.lds"
Michal Simekc8cf4712014-02-05 08:06:29 +0100283
Michal Simekaf482d52012-09-28 09:56:37 +0000284/* Commands */
Michal Simekaf482d52012-09-28 09:56:37 +0000285
Michal Simeke60148d2014-01-14 14:21:52 +0100286/* SPL part */
Michal Simeke60148d2014-01-14 14:21:52 +0100287#define CONFIG_CMD_SPL
288#define CONFIG_SPL_FRAMEWORK
Michal Simeka831f1f2014-04-25 12:15:40 +0200289#define CONFIG_SPL_BOARD_INIT
Michal Simeke60148d2014-01-14 14:21:52 +0100290
Masahiro Yamada43246cc2015-03-16 16:43:22 +0900291#define CONFIG_SPL_LDSCRIPT "arch/arm/mach-zynq/u-boot-spl.lds"
Michal Simeke60148d2014-01-14 14:21:52 +0100292
Michal Simeke60148d2014-01-14 14:21:52 +0100293/* MMC support */
Masahiro Yamada168c57d2017-01-30 19:46:51 +0900294#ifdef CONFIG_MMC_SDHCI_ZYNQ
Paul Kocialkowski341e8cd2014-11-08 23:14:55 +0100295#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1
Masahiro Yamadafd633652016-04-14 06:52:26 +0900296#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img"
Masahiro Yamada77244362014-05-15 20:37:52 +0900297#endif
298
299/* Disable dcache for SPL just for sure */
300#ifdef CONFIG_SPL_BUILD
301#define CONFIG_SYS_DCACHE_OFF
302#undef CONFIG_FPGA
Michal Simeke60148d2014-01-14 14:21:52 +0100303#endif
304
305/* Address in RAM where the parameters must be copied by SPL. */
306#define CONFIG_SYS_SPL_ARGS_ADDR 0x10000000
307
Guillaume GARDET602a16c2014-10-15 17:53:11 +0200308#define CONFIG_SPL_FS_LOAD_ARGS_NAME "system.dtb"
309#define CONFIG_SPL_FS_LOAD_KERNEL_NAME "uImage"
Michal Simeke60148d2014-01-14 14:21:52 +0100310
311/* Not using MMC raw mode - just for compilation purpose */
312#define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR 0
313#define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS 0
314#define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR 0
315
316/* qspi mode is working fine */
317#ifdef CONFIG_ZYNQ_QSPI
Michal Simeke60148d2014-01-14 14:21:52 +0100318#define CONFIG_SPL_SPI_LOAD
Michal Simeke60148d2014-01-14 14:21:52 +0100319#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x100000
Siva Durga Prasad Paladugu40ea29b2015-09-14 12:59:08 +0530320#define CONFIG_SYS_SPI_ARGS_OFFS 0x200000
321#define CONFIG_SYS_SPI_ARGS_SIZE 0x80000
322#define CONFIG_SYS_SPI_KERNEL_OFFS (CONFIG_SYS_SPI_ARGS_OFFS + \
323 CONFIG_SYS_SPI_ARGS_SIZE)
Michal Simeke60148d2014-01-14 14:21:52 +0100324#endif
325
326/* for booting directly linux */
Michal Simeke60148d2014-01-14 14:21:52 +0100327
328/* SP location before relocation, must use scratch RAM */
329#define CONFIG_SPL_TEXT_BASE 0x0
330
331/* 3 * 64kB blocks of OCM - one is on the top because of bootrom */
332#define CONFIG_SPL_MAX_SIZE 0x30000
333
334/* The highest 64k OCM address */
335#define OCM_HIGH_ADDR 0xffff0000
336
Michal Simeke60148d2014-01-14 14:21:52 +0100337/* On the top of OCM space */
Michal Simek8f0af3f2015-11-23 16:27:38 +0100338#define CONFIG_SYS_SPL_MALLOC_START OCM_HIGH_ADDR
Michal Simek0e248052015-12-01 09:03:43 +0100339#define CONFIG_SYS_SPL_MALLOC_SIZE 0x2000
Michal Simeke60148d2014-01-14 14:21:52 +0100340
Michal Simek8f0af3f2015-11-23 16:27:38 +0100341/*
342 * SPL stack position - and stack goes down
343 * 0xfffffe00 is used for putting wfi loop.
344 * Set it up as limit for now.
345 */
346#define CONFIG_SPL_STACK 0xfffffe00
347
Michal Simeke60148d2014-01-14 14:21:52 +0100348/* BSS setup */
349#define CONFIG_SPL_BSS_START_ADDR 0x100000
350#define CONFIG_SPL_BSS_MAX_SIZE 0x100000
351
352#define CONFIG_SYS_UBOOT_START CONFIG_SYS_TEXT_BASE
Michal Simekaf482d52012-09-28 09:56:37 +0000353
Jagannadha Sutradharudu Teki20ddda02014-01-09 01:48:10 +0530354#endif /* __CONFIG_ZYNQ_COMMON_H */