blob: 4b6b08885134125187fb38a82a4e4a983c6483e5 [file] [log] [blame]
Michal Simekf22651c2012-09-28 09:56:37 +00001/*
2 * (C) Copyright 2012 Michal Simek <monstr@monstr.eu>
Jagannadha Sutradharudu Teki06fe8da2014-01-09 01:48:10 +05303 * (C) Copyright 2013 Xilinx, Inc.
4 *
5 * Common configuration options for all Zynq boards.
Michal Simekf22651c2012-09-28 09:56:37 +00006 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02007 * SPDX-License-Identifier: GPL-2.0+
Michal Simekf22651c2012-09-28 09:56:37 +00008 */
9
Jagannadha Sutradharudu Teki06fe8da2014-01-09 01:48:10 +053010#ifndef __CONFIG_ZYNQ_COMMON_H
11#define __CONFIG_ZYNQ_COMMON_H
Michal Simekf22651c2012-09-28 09:56:37 +000012
Michal Simekf22651c2012-09-28 09:56:37 +000013/* CPU clock */
Jagannadha Sutradharudu Teki53e49f72014-01-09 01:48:06 +053014#ifndef CONFIG_CPU_FREQ_HZ
15# define CONFIG_CPU_FREQ_HZ 800000000
16#endif
Michal Simekf22651c2012-09-28 09:56:37 +000017
Jagannadha Sutradharudu Teki8cfac502014-01-09 01:48:07 +053018/* Cache options */
Jagannadha Sutradharudu Teki8cfac502014-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 Simeka2ec7fb2015-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 Teki53e49f72014-01-09 01:48:06 +053030/* Serial drivers */
Michal Simekf22651c2012-09-28 09:56:37 +000031/* The following table includes the supported baudrates */
32#define CONFIG_SYS_BAUDRATE_TABLE \
33 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 230400}
34
Michal Simek636ac182016-02-23 10:02:29 +010035#define CONFIG_ARM_DCC
36#define CONFIG_ZYNQ_SERIAL
Jagannadha Sutradharudu Teki53e49f72014-01-09 01:48:06 +053037
Michal Simekf22651c2012-09-28 09:56:37 +000038/* Ethernet driver */
Michal Simek596e5782015-11-30 14:34:52 +010039#if defined(CONFIG_ZYNQ_GEM)
Jagannadha Sutradharudu Teki88fcfb12014-01-09 01:48:09 +053040# define CONFIG_MII
41# define CONFIG_SYS_FAULT_ECHO_LINK_DOWN
Jagannadha Sutradharudu Teki88fcfb12014-01-09 01:48:09 +053042# define CONFIG_PHY_MARVELL
Michal Simek9ec2cf02016-02-06 13:34:54 +010043# define CONFIG_PHY_REALTEK
Siva Durga Prasad Paladugu217185b2016-02-05 13:22:12 +053044# define CONFIG_PHY_XILINX
Michal Simekdd1c3512015-01-13 16:27:14 +010045# define CONFIG_BOOTP_BOOTPATH
46# define CONFIG_BOOTP_GATEWAY
47# define CONFIG_BOOTP_HOSTNAME
48# define CONFIG_BOOTP_MAY_FAIL
Jagannadha Sutradharudu Teki88fcfb12014-01-09 01:48:09 +053049#endif
Michal Simekf22651c2012-09-28 09:56:37 +000050
Jagannadha Sutradharudu Teki53e49f72014-01-09 01:48:06 +053051/* SPI */
52#ifdef CONFIG_ZYNQ_SPI
Jagannadha Sutradharudu Teki53e49f72014-01-09 01:48:06 +053053#endif
Michal Simek293eb332013-04-22 14:56:49 +020054
Jagan Tekia241d4e2015-08-17 18:55:02 +053055/* QSPI */
56#ifdef CONFIG_ZYNQ_QSPI
57# define CONFIG_SF_DEFAULT_SPEED 30000000
Jagan Teki232a8e42015-09-04 18:30:34 +053058# define CONFIG_SPI_FLASH_ISSI
Jagan Tekia241d4e2015-08-17 18:55:02 +053059#endif
60
Jagannadha Sutradharudu Tekife5eddb2014-01-09 01:48:20 +053061/* NOR */
Masahiro Yamadae856bdc2017-02-11 22:43:54 +090062#ifdef CONFIG_MTD_NOR_FLASH
Jagannadha Sutradharudu Tekife5eddb2014-01-09 01:48:20 +053063# define CONFIG_SYS_FLASH_BASE 0xE2000000
64# define CONFIG_SYS_FLASH_SIZE (16 * 1024 * 1024)
65# define CONFIG_SYS_MAX_FLASH_BANKS 1
66# define CONFIG_SYS_MAX_FLASH_SECT 512
67# define CONFIG_SYS_FLASH_ERASE_TOUT 1000
68# define CONFIG_SYS_FLASH_WRITE_TOUT 5000
69# define CONFIG_FLASH_SHOW_PROGRESS 10
70# define CONFIG_SYS_FLASH_CFI
71# undef CONFIG_SYS_FLASH_EMPTY_INFO
72# define CONFIG_FLASH_CFI_DRIVER
73# undef CONFIG_SYS_FLASH_PROTECTION
74# define CONFIG_SYS_FLASH_USE_BUFFER_WRITE
75#endif
76
Siva Durga Prasad Paladuguba8adb22016-09-27 10:55:47 +053077#ifdef CONFIG_NAND_ZYNQ
78#define CONFIG_CMD_NAND_LOCK_UNLOCK
79#define CONFIG_SYS_MAX_NAND_DEVICE 1
80#define CONFIG_SYS_NAND_ONFI_DETECTION
81#define CONFIG_MTD_DEVICE
82#endif
83
Michal Simek293eb332013-04-22 14:56:49 +020084/* MMC */
Masahiro Yamada08aa0332017-01-30 19:46:51 +090085#if defined(CONFIG_MMC_SDHCI_ZYNQ)
Michal Simekf3bd7282015-09-29 01:27:13 +020086# define CONFIG_ZYNQ_SDHCI_MAX_FREQ 52000000
Michal Simek293eb332013-04-22 14:56:49 +020087#endif
88
Siva Durga Prasad Paladugu2cdc7782016-07-22 14:51:51 +053089#ifdef CONFIG_USB_EHCI_ZYNQ
Siva Durga Prasad Paladuguc6024c82014-02-20 10:28:27 +053090# define CONFIG_EHCI_IS_TDI
Siva Durga Prasad Paladugu87f3dbd2014-08-25 10:58:33 +053091
Siva Durga Prasad Paladugu87f3dbd2014-08-25 10:58:33 +053092# define CONFIG_SYS_DFU_DATA_BUF_SIZE 0x600000
93# define DFU_DEFAULT_POLL_TIMEOUT 300
Siva Durga Prasad Paladugu87f3dbd2014-08-25 10:58:33 +053094# define CONFIG_USB_CABLE_CHECK
Siva Durga Prasad Paladuguc4fa5112014-09-08 22:09:37 +053095# define CONFIG_CMD_THOR_DOWNLOAD
Michal Simek1e8d3832016-04-07 18:55:11 +020096# define CONFIG_THOR_RESET_OFF
Paul Kocialkowski01acd6a2015-06-12 19:56:58 +020097# define CONFIG_USB_FUNCTION_THOR
Siva Durga Prasad Paladugu87f3dbd2014-08-25 10:58:33 +053098# define DFU_ALT_INFO_RAM \
99 "dfu_ram_info=" \
100 "set dfu_alt_info " \
101 "${kernel_image} ram 0x3000000 0x500000\\\\;" \
102 "${devicetree_image} ram 0x2A00000 0x20000\\\\;" \
103 "${ramdisk_image} ram 0x2000000 0x600000\0" \
Siva Durga Prasad Paladuguc4fa5112014-09-08 22:09:37 +0530104 "dfu_ram=run dfu_ram_info && dfu 0 ram 0\0" \
105 "thor_ram=run dfu_ram_info && thordown 0 ram 0\0"
Siva Durga Prasad Paladugu87f3dbd2014-08-25 10:58:33 +0530106
Masahiro Yamada08aa0332017-01-30 19:46:51 +0900107# if defined(CONFIG_MMC_SDHCI_ZYNQ)
Siva Durga Prasad Paladugu87f3dbd2014-08-25 10:58:33 +0530108# define DFU_ALT_INFO_MMC \
109 "dfu_mmc_info=" \
110 "set dfu_alt_info " \
111 "${kernel_image} fat 0 1\\\\;" \
112 "${devicetree_image} fat 0 1\\\\;" \
113 "${ramdisk_image} fat 0 1\0" \
Siva Durga Prasad Paladuguc4fa5112014-09-08 22:09:37 +0530114 "dfu_mmc=run dfu_mmc_info && dfu 0 mmc 0\0" \
115 "thor_mmc=run dfu_mmc_info && thordown 0 mmc 0\0"
116
Siva Durga Prasad Paladugu87f3dbd2014-08-25 10:58:33 +0530117# define DFU_ALT_INFO \
118 DFU_ALT_INFO_RAM \
119 DFU_ALT_INFO_MMC
120# else
121# define DFU_ALT_INFO \
122 DFU_ALT_INFO_RAM
123# endif
124#endif
125
126#if !defined(DFU_ALT_INFO)
127# define DFU_ALT_INFO
Siva Durga Prasad Paladuguc6024c82014-02-20 10:28:27 +0530128#endif
129
Masahiro Yamada08aa0332017-01-30 19:46:51 +0900130#if defined(CONFIG_MMC_SDHCI_ZYNQ) || defined(CONFIG_ZYNQ_USB)
Michal Simekf22651c2012-09-28 09:56:37 +0000131# define CONFIG_SUPPORT_VFAT
Michal Simekf22651c2012-09-28 09:56:37 +0000132#endif
133
Siva Durga Prasad Paladugu1c3f2c72015-10-28 11:19:08 +0530134#if defined(CONFIG_ZYNQ_I2C0) || defined(CONFIG_ZYNQ_I2C1)
Michael Burr18948632014-01-22 09:46:08 +0100135#define CONFIG_SYS_I2C_ZYNQ
Siva Durga Prasad Paladugu1c3f2c72015-10-28 11:19:08 +0530136#endif
137
Michal Simek8934f782013-04-22 15:21:33 +0200138/* I2C */
Michael Burr18948632014-01-22 09:46:08 +0100139#if defined(CONFIG_SYS_I2C_ZYNQ)
Heiko Schocher0bdffe72013-11-08 07:30:53 +0100140# define CONFIG_SYS_I2C
Heiko Schocher0bdffe72013-11-08 07:30:53 +0100141# define CONFIG_SYS_I2C_ZYNQ_SPEED 100000
Michael Burr18948632014-01-22 09:46:08 +0100142# define CONFIG_SYS_I2C_ZYNQ_SLAVE 0
Michal Simek8934f782013-04-22 15:21:33 +0200143#endif
144
Jagannadha Sutradharudu Teki65da1ef2014-01-09 01:48:16 +0530145/* EEPROM */
146#ifdef CONFIG_ZYNQ_EEPROM
Jagannadha Sutradharudu Teki65da1ef2014-01-09 01:48:16 +0530147# define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1
148# define CONFIG_SYS_I2C_EEPROM_ADDR 0x54
149# define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS 4
150# define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5
151# define CONFIG_SYS_EEPROM_SIZE 1024 /* Bytes */
152#endif
153
Jagannadha Sutradharudu Teki18eee222014-01-09 01:48:23 +0530154/* Total Size of Environment Sector */
155#define CONFIG_ENV_SIZE (128 << 10)
156
Jagannadha Sutradharudu Tekib660ca12014-01-09 01:48:25 +0530157/* Allow to overwrite serial and ethaddr */
158#define CONFIG_ENV_OVERWRITE
159
Michal Simekf22651c2012-09-28 09:56:37 +0000160/* Environment */
Jagannadha Sutradharudu Tekied53e4d2014-01-09 01:48:24 +0530161#ifndef CONFIG_ENV_IS_NOWHERE
Masahiro Yamadae856bdc2017-02-11 22:43:54 +0900162# ifdef CONFIG_MTD_NOR_FLASH
Michal Simek18c61e92016-02-13 12:02:53 +0100163/* Environment in NOR flash */
Jagannadha Sutradharudu Tekied53e4d2014-01-09 01:48:24 +0530164# define CONFIG_ENV_IS_IN_FLASH
Michal Simek18c61e92016-02-13 12:02:53 +0100165# elif defined(CONFIG_ZYNQ_QSPI)
166/* Environment in Serial Flash */
167# define CONFIG_ENV_IS_IN_SPI_FLASH
Masahiro Yamadae856bdc2017-02-11 22:43:54 +0900168# elif !defined(CONFIG_MTD_NOR_FLASH)
Jagannadha Sutradharudu Tekied53e4d2014-01-09 01:48:24 +0530169# define CONFIG_ENV_IS_NOWHERE
170# endif
171
172# define CONFIG_ENV_SECT_SIZE CONFIG_ENV_SIZE
173# define CONFIG_ENV_OFFSET 0xE0000
Jagannadha Sutradharudu Tekied53e4d2014-01-09 01:48:24 +0530174#endif
Jagannadha Sutradharudu Tekie83f61a2014-01-09 01:48:22 +0530175
Michal Simek4d1ed9c2016-03-18 23:43:39 +0100176/* enable preboot to be loaded before CONFIG_BOOTDELAY */
177#define CONFIG_PREBOOT
178
Jagannadha Sutradharudu Tekie83f61a2014-01-09 01:48:22 +0530179/* Default environment */
Michal Simekb7b3efe2016-02-13 11:50:03 +0100180#ifndef CONFIG_EXTRA_ENV_SETTINGS
Jagannadha Sutradharudu Tekie83f61a2014-01-09 01:48:22 +0530181#define CONFIG_EXTRA_ENV_SETTINGS \
182 "fit_image=fit.itb\0" \
183 "load_addr=0x2000000\0" \
184 "fit_size=0x800000\0" \
185 "flash_off=0x100000\0" \
186 "nor_flash_off=0xE2100000\0" \
187 "fdt_high=0x20000000\0" \
188 "initrd_high=0x20000000\0" \
Michal Simek4d1ed9c2016-03-18 23:43:39 +0100189 "loadbootenv_addr=0x2000000\0" \
190 "bootenv=uEnv.txt\0" \
191 "bootenv_dev=mmc\0" \
192 "loadbootenv=load ${bootenv_dev} 0 ${loadbootenv_addr} ${bootenv}\0" \
193 "importbootenv=echo Importing environment from ${bootenv_dev} ...; " \
194 "env import -t ${loadbootenv_addr} $filesize\0" \
195 "bootenv_existence_test=test -e ${bootenv_dev} 0 /${bootenv}\0" \
196 "setbootenv=if env run bootenv_existence_test; then " \
197 "if env run loadbootenv; then " \
198 "env run importbootenv; " \
199 "fi; " \
200 "fi; \0" \
201 "sd_loadbootenv=set bootenv_dev mmc && " \
202 "run setbootenv \0" \
203 "usb_loadbootenv=set bootenv_dev usb && usb start && run setbootenv \0" \
204 "preboot=if test $modeboot = sdboot; then " \
205 "run sd_loadbootenv; " \
206 "echo Checking if uenvcmd is set ...; " \
207 "if test -n $uenvcmd; then " \
208 "echo Running uenvcmd ...; " \
209 "run uenvcmd; " \
210 "fi; " \
211 "fi; \0" \
Jagannadha Sutradharudu Tekie83f61a2014-01-09 01:48:22 +0530212 "norboot=echo Copying FIT from NOR flash to RAM... && " \
213 "cp.b ${nor_flash_off} ${load_addr} ${fit_size} && " \
214 "bootm ${load_addr}\0" \
215 "sdboot=echo Copying FIT from SD to RAM... && " \
Michal Simeke9d69c12014-09-24 14:55:03 +0200216 "load mmc 0 ${load_addr} ${fit_image} && " \
Jagannadha Sutradharudu Tekie83f61a2014-01-09 01:48:22 +0530217 "bootm ${load_addr}\0" \
218 "jtagboot=echo TFTPing FIT to RAM... && " \
Michal Simekdfa94052014-02-05 07:56:07 +0100219 "tftpboot ${load_addr} ${fit_image} && " \
Siva Durga Prasad Paladuguc6024c82014-02-20 10:28:27 +0530220 "bootm ${load_addr}\0" \
221 "usbboot=if usb start; then " \
222 "echo Copying FIT from USB to RAM... && " \
Michal Simeke9d69c12014-09-24 14:55:03 +0200223 "load usb 0 ${load_addr} ${fit_image} && " \
Jason Wu39bc1a82016-02-22 22:07:49 +1000224 "bootm ${load_addr}; fi\0" \
Siva Durga Prasad Paladugu87f3dbd2014-08-25 10:58:33 +0530225 DFU_ALT_INFO
Michal Simekb7b3efe2016-02-13 11:50:03 +0100226#endif
Siva Durga Prasad Paladuguc6024c82014-02-20 10:28:27 +0530227
Jagannadha Sutradharudu Tekie83f61a2014-01-09 01:48:22 +0530228#define CONFIG_BOOTCOMMAND "run $modeboot"
Jagannadha Sutradharudu Tekie83f61a2014-01-09 01:48:22 +0530229#define CONFIG_SYS_LOAD_ADDR 0 /* default? */
Michal Simekf22651c2012-09-28 09:56:37 +0000230
Jagannadha Sutradharudu Teki36e0e192014-01-09 01:48:04 +0530231/* Miscellaneous configurable options */
Jagannadha Sutradharudu Teki36e0e192014-01-09 01:48:04 +0530232
233#define CONFIG_CMDLINE_EDITING
234#define CONFIG_AUTO_COMPLETE
235#define CONFIG_SYS_LONGHELP
Soren Brinkmann6c3e61d2013-11-21 13:38:54 -0800236#define CONFIG_CLOCKS
Michal Simek841426a2014-04-25 13:33:19 +0200237#define CONFIG_SYS_MAXARGS 32 /* max number of command args */
Jagannadha Sutradharudu Teki36e0e192014-01-09 01:48:04 +0530238#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
239#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
Michal Simekf22651c2012-09-28 09:56:37 +0000240 sizeof(CONFIG_SYS_PROMPT) + 16)
241
Michal Simek758f29d2016-04-01 15:56:33 +0200242#ifndef CONFIG_NR_DRAM_BANKS
243# define CONFIG_NR_DRAM_BANKS 1
244#endif
Jagannadha Sutradharudu Teki7cd04192014-01-09 01:48:05 +0530245
Michal Simekc1584e22016-04-01 16:04:14 +0200246#define CONFIG_SYS_MEMTEST_START 0
247#define CONFIG_SYS_MEMTEST_END 0x1000
Jagannadha Sutradharudu Teki7cd04192014-01-09 01:48:05 +0530248
Przemyslaw Marczak599807f2015-03-04 14:01:28 +0100249#define CONFIG_SYS_MALLOC_LEN 0x1400000
Michal Simekc1584e22016-04-01 16:04:14 +0200250
251#define CONFIG_SYS_INIT_RAM_ADDR 0xFFFF0000
252#define CONFIG_SYS_INIT_RAM_SIZE 0x1000
Jagannadha Sutradharudu Teki7cd04192014-01-09 01:48:05 +0530253#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \
254 CONFIG_SYS_INIT_RAM_SIZE - \
255 GENERATED_GBL_DATA_SIZE)
Jagannadha Sutradharudu Teki53e49f72014-01-09 01:48:06 +0530256
257/* Enable the PL to be downloaded */
258#define CONFIG_FPGA
259#define CONFIG_FPGA_XILINX
260#define CONFIG_FPGA_ZYNQPL
Jagannadha Sutradharudu Teki53e49f72014-01-09 01:48:06 +0530261
Jagannadha Sutradharudu Teki53e49f72014-01-09 01:48:06 +0530262/* FIT support */
Heiko Schocher21d29f72014-05-28 11:33:33 +0200263#define CONFIG_IMAGE_FORMAT_LEGACY /* enable also legacy image format */
Michal Simekf22651c2012-09-28 09:56:37 +0000264
Jagannadha Sutradharudu Tekif8f36c52014-01-09 01:48:26 +0530265/* FDT support */
Jagannadha Sutradharudu Tekif8f36c52014-01-09 01:48:26 +0530266#define CONFIG_DISPLAY_BOARDINFO_LATE
267
Michal Simekae9f4892014-01-20 11:29:06 +0100268/* Extend size of kernel image for uncompression */
Michal Simek3d456ee2014-01-20 11:29:06 +0100269#define CONFIG_SYS_BOOTM_LEN (60 * 1024 * 1024)
Michal Simekae9f4892014-01-20 11:29:06 +0100270
Jagannadha Sutradharudu Teki09ed6352014-01-09 01:48:03 +0530271/* Boot FreeBSD/vxWorks from an ELF image */
Michal Simekd82d63c2016-02-04 11:08:26 +0100272#define CONFIG_SYS_MMC_MAX_DEVICE 1
Jagannadha Sutradharudu Teki09ed6352014-01-09 01:48:03 +0530273
Masahiro Yamada0107f242015-03-16 16:43:22 +0900274#define CONFIG_SYS_LDSCRIPT "arch/arm/mach-zynq/u-boot.lds"
Michal Simek38716182014-02-05 08:06:29 +0100275
Michal Simekf22651c2012-09-28 09:56:37 +0000276/* Commands */
Michal Simekf22651c2012-09-28 09:56:37 +0000277
Michal Simekd7e269c2014-01-14 14:21:52 +0100278/* SPL part */
Michal Simekd7e269c2014-01-14 14:21:52 +0100279#define CONFIG_CMD_SPL
280#define CONFIG_SPL_FRAMEWORK
Michal Simekd7e269c2014-01-14 14:21:52 +0100281
Masahiro Yamada0107f242015-03-16 16:43:22 +0900282#define CONFIG_SPL_LDSCRIPT "arch/arm/mach-zynq/u-boot-spl.lds"
Michal Simekd7e269c2014-01-14 14:21:52 +0100283
Michal Simekd7e269c2014-01-14 14:21:52 +0100284/* MMC support */
Masahiro Yamada08aa0332017-01-30 19:46:51 +0900285#ifdef CONFIG_MMC_SDHCI_ZYNQ
Paul Kocialkowskie2ccdf82014-11-08 23:14:55 +0100286#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1
Masahiro Yamada7f307d92016-04-14 06:52:26 +0900287#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img"
Masahiro Yamada0dfbcf02014-05-15 20:37:52 +0900288#endif
289
290/* Disable dcache for SPL just for sure */
291#ifdef CONFIG_SPL_BUILD
292#define CONFIG_SYS_DCACHE_OFF
293#undef CONFIG_FPGA
Michal Simekd7e269c2014-01-14 14:21:52 +0100294#endif
295
296/* Address in RAM where the parameters must be copied by SPL. */
297#define CONFIG_SYS_SPL_ARGS_ADDR 0x10000000
298
Guillaume GARDET205b4f32014-10-15 17:53:11 +0200299#define CONFIG_SPL_FS_LOAD_ARGS_NAME "system.dtb"
300#define CONFIG_SPL_FS_LOAD_KERNEL_NAME "uImage"
Michal Simekd7e269c2014-01-14 14:21:52 +0100301
302/* Not using MMC raw mode - just for compilation purpose */
303#define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR 0
304#define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS 0
305#define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR 0
306
307/* qspi mode is working fine */
308#ifdef CONFIG_ZYNQ_QSPI
Michal Simekd7e269c2014-01-14 14:21:52 +0100309#define CONFIG_SPL_SPI_LOAD
Michal Simekd7e269c2014-01-14 14:21:52 +0100310#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x100000
Siva Durga Prasad Paladugu8e0e01d2015-09-14 12:59:08 +0530311#define CONFIG_SYS_SPI_ARGS_OFFS 0x200000
312#define CONFIG_SYS_SPI_ARGS_SIZE 0x80000
313#define CONFIG_SYS_SPI_KERNEL_OFFS (CONFIG_SYS_SPI_ARGS_OFFS + \
314 CONFIG_SYS_SPI_ARGS_SIZE)
Michal Simekd7e269c2014-01-14 14:21:52 +0100315#endif
316
317/* for booting directly linux */
Michal Simekd7e269c2014-01-14 14:21:52 +0100318
319/* SP location before relocation, must use scratch RAM */
320#define CONFIG_SPL_TEXT_BASE 0x0
321
322/* 3 * 64kB blocks of OCM - one is on the top because of bootrom */
323#define CONFIG_SPL_MAX_SIZE 0x30000
324
325/* The highest 64k OCM address */
326#define OCM_HIGH_ADDR 0xffff0000
327
Michal Simekd7e269c2014-01-14 14:21:52 +0100328/* On the top of OCM space */
Michal Simek83b64642015-11-23 16:27:38 +0100329#define CONFIG_SYS_SPL_MALLOC_START OCM_HIGH_ADDR
Michal Simekec016a12015-12-01 09:03:43 +0100330#define CONFIG_SYS_SPL_MALLOC_SIZE 0x2000
Michal Simekd7e269c2014-01-14 14:21:52 +0100331
Michal Simek83b64642015-11-23 16:27:38 +0100332/*
333 * SPL stack position - and stack goes down
334 * 0xfffffe00 is used for putting wfi loop.
335 * Set it up as limit for now.
336 */
337#define CONFIG_SPL_STACK 0xfffffe00
338
Michal Simekd7e269c2014-01-14 14:21:52 +0100339/* BSS setup */
340#define CONFIG_SPL_BSS_START_ADDR 0x100000
341#define CONFIG_SPL_BSS_MAX_SIZE 0x100000
342
343#define CONFIG_SYS_UBOOT_START CONFIG_SYS_TEXT_BASE
Michal Simekf22651c2012-09-28 09:56:37 +0000344
Jagannadha Sutradharudu Teki06fe8da2014-01-09 01:48:10 +0530345#endif /* __CONFIG_ZYNQ_COMMON_H */