blob: a5d52e3977fd359e8c47f84f1e8820fccf706284 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Fabio Estevam47173482016-02-29 09:33:22 -03002/*
3 * Copyright (C) 2016 NXP Semiconductors
4 *
5 * Configuration settings for the i.MX7S Warp board.
Fabio Estevam47173482016-02-29 09:33:22 -03006 */
7
8#ifndef __WARP7_CONFIG_H
9#define __WARP7_CONFIG_H
10
Fabio Estevam47173482016-02-29 09:33:22 -030011#include "mx7_common.h"
Bryan O'Donoghued9cb9ae2018-04-24 18:46:45 +010012#include <imximage.h>
Fabio Estevam47173482016-02-29 09:33:22 -030013
14#define PHYS_SDRAM_SIZE SZ_512M
15
Fabio Estevam6baa2612016-03-26 13:30:49 -030016/* Size of malloc() pool */
Fabio Estevam67ef2c12016-06-09 14:54:30 -030017#define CONFIG_SYS_MALLOC_LEN (35 * SZ_1M)
Fabio Estevam6baa2612016-03-26 13:30:49 -030018
Fabio Estevam47173482016-02-29 09:33:22 -030019/* MMC Config*/
20#define CONFIG_SYS_FSL_ESDHC_ADDR USDHC3_BASE_ADDR
Fabio Estevam47173482016-02-29 09:33:22 -030021#define CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE
22#define CONFIG_SYS_MMC_IMG_LOAD_PART 1
23
Bryan O'Donoghue852cc542018-03-26 15:27:34 +010024/* Switch on SERIAL_TAG */
25#define CONFIG_SERIAL_TAG
26
Fabio Estevam47173482016-02-29 09:33:22 -030027#define CONFIG_DFU_ENV_SETTINGS \
Pierre-Jean Texierd776b072019-04-12 22:36:36 +020028 "dfu_alt_info=boot raw 0x2 0x1000 mmcpart 1\0" \
Fabio Estevam47173482016-02-29 09:33:22 -030029
Bryan O'Donoghue299ef262019-05-08 19:14:43 +010030/* When booting with FIT specify the node entry containing boot.scr */
31#if defined(CONFIG_FIT)
32#define BOOT_SCR_STRING "source ${bootscriptaddr}:${bootscr_fitimage_name}\0"
33#else
34#define BOOT_SCR_STRING "source ${bootscriptaddr}\0"
35#endif
36
Bryan O'Donoghue2528a662019-05-08 19:14:48 +010037#ifndef CONFIG_OPTEE_LOAD_ADDR
38#define CONFIG_OPTEE_LOAD_ADDR 0
39#endif
40
Fabio Estevam47173482016-02-29 09:33:22 -030041#define CONFIG_EXTRA_ENV_SETTINGS \
42 CONFIG_DFU_ENV_SETTINGS \
43 "script=boot.scr\0" \
Bryan O'Donoghue299ef262019-05-08 19:14:43 +010044 "bootscr_fitimage_name=bootscr\0" \
Bryan O'Donoghuee4514052018-04-24 18:46:43 +010045 "script_signed=boot.scr.imx-signed\0" \
Bryan O'Donoghue1d4cdc72019-05-08 19:14:44 +010046 "bootscriptaddr=0x83200000\0" \
Fabio Estevam47173482016-02-29 09:33:22 -030047 "image=zImage\0" \
48 "console=ttymxc0\0" \
Kevin Hilman25aaebd2016-12-16 13:08:10 -080049 "ethact=usb_ether\0" \
Fabio Estevam47173482016-02-29 09:33:22 -030050 "fdt_high=0xffffffff\0" \
51 "initrd_high=0xffffffff\0" \
Breno Limaed395222016-08-08 09:57:38 -030052 "fdt_file=imx7s-warp.dtb\0" \
Bryan O'Donoghue56eca402018-04-24 18:46:40 +010053 "fdt_addr=" __stringify(CONFIG_SYS_FDT_ADDR)"\0" \
Bryan O'Donoghue66a15492019-05-08 19:14:47 +010054 "fdtovaddr=0x83100000\0" \
Bryan O'Donoghue4bcbfcf2018-04-24 18:46:37 +010055 "optee_addr=" __stringify(CONFIG_OPTEE_LOAD_ADDR)"\0" \
Fabio Estevam47173482016-02-29 09:33:22 -030056 "boot_fdt=try\0" \
57 "ip_dyn=yes\0" \
58 "mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
59 "mmcpart=" __stringify(CONFIG_SYS_MMC_IMG_LOAD_PART) "\0" \
Bryan O'Donoghue29480892018-04-24 18:46:42 +010060 "rootpart=" __stringify(CONFIG_WARP7_ROOT_PART) "\0" \
61 "finduuid=part uuid mmc 0:${rootpart} uuid\0" \
Fabio Estevam47173482016-02-29 09:33:22 -030062 "mmcargs=setenv bootargs console=${console},${baudrate} " \
Fabio Estevamca4f3382016-08-25 21:07:19 -030063 "root=PARTUUID=${uuid} rootwait rw\0" \
Bryan O'Donoghued9cb9ae2018-04-24 18:46:45 +010064 "ivt_offset=" __stringify(BOOTROM_IVT_HDR_OFFSET)"\0"\
Bryan O'Donoghuec0df0ca2018-04-24 18:46:44 +010065 "warp7_auth_or_fail=hab_auth_img_or_fail ${hab_ivt_addr} ${filesize} 0;\0" \
Bryan O'Donoghuebb96a082018-04-24 18:46:47 +010066 "do_bootscript_hab=" \
67 "if test ${hab_enabled} -eq 1; then " \
Bryan O'Donoghue1d4cdc72019-05-08 19:14:44 +010068 "setexpr hab_ivt_addr ${bootscriptaddr} - ${ivt_offset}; " \
Bryan O'Donoghuebb96a082018-04-24 18:46:47 +010069 "setenv script ${script_signed}; " \
70 "load mmc ${mmcdev}:${mmcpart} ${hab_ivt_addr} ${script}; " \
71 "run warp7_auth_or_fail; " \
72 "run bootscript; "\
73 "fi;\0" \
Fabio Estevam47173482016-02-29 09:33:22 -030074 "loadbootscript=" \
Bryan O'Donoghue1d4cdc72019-05-08 19:14:44 +010075 "load mmc ${mmcdev}:${mmcpart} ${bootscriptaddr} ${script};\0" \
Fabio Estevam47173482016-02-29 09:33:22 -030076 "bootscript=echo Running bootscript from mmc ...; " \
Bryan O'Donoghue1d4cdc72019-05-08 19:14:44 +010077 BOOT_SCR_STRING \
Pierre-Jean TEXIER206426a2018-04-01 00:49:04 +020078 "loadimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
79 "loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
Fabio Estevam47173482016-02-29 09:33:22 -030080 "mmcboot=echo Booting from mmc ...; " \
Fabio Estevamca4f3382016-08-25 21:07:19 -030081 "run finduuid; " \
Fabio Estevam47173482016-02-29 09:33:22 -030082 "run mmcargs; " \
83 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
84 "if run loadfdt; then " \
85 "bootz ${loadaddr} - ${fdt_addr}; " \
86 "else " \
87 "if test ${boot_fdt} = try; then " \
88 "bootz; " \
89 "else " \
90 "echo WARN: Cannot load the DT; " \
91 "fi; " \
92 "fi; " \
93 "else " \
94 "bootz; " \
95 "fi;\0" \
96
97#define CONFIG_BOOTCOMMAND \
98 "mmc dev ${mmcdev};" \
99 "mmc dev ${mmcdev}; if mmc rescan; then " \
Bryan O'Donoghuebb96a082018-04-24 18:46:47 +0100100 "run do_bootscript_hab;" \
Fabio Estevam47173482016-02-29 09:33:22 -0300101 "if run loadbootscript; then " \
102 "run bootscript; " \
103 "else " \
104 "if run loadimage; then " \
105 "run mmcboot; " \
106 "fi; " \
107 "fi; " \
108 "fi"
109
Fabio Estevam47173482016-02-29 09:33:22 -0300110#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
111#define CONFIG_SYS_HZ 1000
112
Fabio Estevam47173482016-02-29 09:33:22 -0300113/* Physical Memory Map */
Fabio Estevam47173482016-02-29 09:33:22 -0300114#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
115
116#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
117#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
118#define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
119
120#define CONFIG_SYS_INIT_SP_OFFSET \
121 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
122#define CONFIG_SYS_INIT_SP_ADDR \
123 (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
124
Fabio Estevam1fae2382019-12-02 20:40:28 -0300125/*
126 * Environment starts at CONFIG_ENV_OFFSET= 0xC0000 = 768k = 768*1024 = 786432
127 *
128 * Detect overlap between U-Boot image and environment area in build-time
129 *
130 * CONFIG_BOARD_SIZE_LIMIT = CONFIG_ENV_OFFSET - u-boot.imx offset
131 * CONFIG_BOARD_SIZE_LIMIT = 768k - 1k = 767k = 785408
132 *
133 * Currently CONFIG_BOARD_SIZE_LIMIT does not handle expressions, so
134 * write the direct value here
135 */
136#define CONFIG_BOARD_SIZE_LIMIT 785408
137
Vanessa Maegima7d301a52016-08-19 10:21:36 -0300138/* I2C configs */
Vanessa Maegima7d301a52016-08-19 10:21:36 -0300139#define CONFIG_SYS_I2C_MXC
Vanessa Maegima7d301a52016-08-19 10:21:36 -0300140#define CONFIG_SYS_I2C_SPEED 100000
141
Masahiro Yamadae856bdc2017-02-11 22:43:54 +0900142/* environment organization */
Fabio Estevam47173482016-02-29 09:33:22 -0300143
Fabio Estevam47173482016-02-29 09:33:22 -0300144#define CONFIG_SYS_FSL_USDHC_NUM 1
145
Fabio Estevam47173482016-02-29 09:33:22 -0300146
147#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
Fabio Estevam47173482016-02-29 09:33:22 -0300148
Fabio Estevam47173482016-02-29 09:33:22 -0300149#define CONFIG_USBD_HS
Fabio Estevam47173482016-02-29 09:33:22 -0300150
Fabio Estevam47173482016-02-29 09:33:22 -0300151/* USB Device Firmware Update support */
Fabio Estevam47173482016-02-29 09:33:22 -0300152#define DFU_DEFAULT_POLL_TIMEOUT 300
153
Kevin Hilman25aaebd2016-12-16 13:08:10 -0800154#define CONFIG_USBNET_DEV_ADDR "de:ad:be:af:00:01"
155
Bryan O'Donoghuea2accd82018-04-24 18:46:33 +0100156/* Environment variable name to represent HAB enable state */
157#define HAB_ENABLED_ENVNAME "hab_enabled"
158
Fabio Estevam47173482016-02-29 09:33:22 -0300159#endif