blob: b3c9f14c8f4e3e1b2170c777e25f70761af923c4 [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 Estevam47173482016-02-29 09:33:22 -030016/* MMC Config*/
17#define CONFIG_SYS_FSL_ESDHC_ADDR USDHC3_BASE_ADDR
Fabio Estevam47173482016-02-29 09:33:22 -030018#define CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE
Fabio Estevam47173482016-02-29 09:33:22 -030019
20#define CONFIG_DFU_ENV_SETTINGS \
Pierre-Jean Texierd776b072019-04-12 22:36:36 +020021 "dfu_alt_info=boot raw 0x2 0x1000 mmcpart 1\0" \
Fabio Estevam47173482016-02-29 09:33:22 -030022
Bryan O'Donoghue299ef262019-05-08 19:14:43 +010023/* When booting with FIT specify the node entry containing boot.scr */
24#if defined(CONFIG_FIT)
25#define BOOT_SCR_STRING "source ${bootscriptaddr}:${bootscr_fitimage_name}\0"
26#else
27#define BOOT_SCR_STRING "source ${bootscriptaddr}\0"
28#endif
29
Fabio Estevam47173482016-02-29 09:33:22 -030030#define CONFIG_EXTRA_ENV_SETTINGS \
31 CONFIG_DFU_ENV_SETTINGS \
32 "script=boot.scr\0" \
Bryan O'Donoghue299ef262019-05-08 19:14:43 +010033 "bootscr_fitimage_name=bootscr\0" \
Bryan O'Donoghuee4514052018-04-24 18:46:43 +010034 "script_signed=boot.scr.imx-signed\0" \
Bryan O'Donoghue1d4cdc72019-05-08 19:14:44 +010035 "bootscriptaddr=0x83200000\0" \
Fabio Estevam47173482016-02-29 09:33:22 -030036 "image=zImage\0" \
37 "console=ttymxc0\0" \
Kevin Hilman25aaebd2016-12-16 13:08:10 -080038 "ethact=usb_ether\0" \
Fabio Estevam47173482016-02-29 09:33:22 -030039 "fdt_high=0xffffffff\0" \
40 "initrd_high=0xffffffff\0" \
Breno Limaed395222016-08-08 09:57:38 -030041 "fdt_file=imx7s-warp.dtb\0" \
Tom Rini6880b332021-12-12 22:12:33 -050042 "fdt_addr=0x83000000\0" \
Bryan O'Donoghue66a15492019-05-08 19:14:47 +010043 "fdtovaddr=0x83100000\0" \
Fabio Estevam47173482016-02-29 09:33:22 -030044 "boot_fdt=try\0" \
45 "ip_dyn=yes\0" \
46 "mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
Tom Rinide35b8f2021-12-11 14:55:52 -050047 "mmcpart=1\0" \
Bryan O'Donoghue29480892018-04-24 18:46:42 +010048 "rootpart=" __stringify(CONFIG_WARP7_ROOT_PART) "\0" \
49 "finduuid=part uuid mmc 0:${rootpart} uuid\0" \
Fabio Estevam47173482016-02-29 09:33:22 -030050 "mmcargs=setenv bootargs console=${console},${baudrate} " \
Fabio Estevamca4f3382016-08-25 21:07:19 -030051 "root=PARTUUID=${uuid} rootwait rw\0" \
Bryan O'Donoghued9cb9ae2018-04-24 18:46:45 +010052 "ivt_offset=" __stringify(BOOTROM_IVT_HDR_OFFSET)"\0"\
Bryan O'Donoghuec0df0ca2018-04-24 18:46:44 +010053 "warp7_auth_or_fail=hab_auth_img_or_fail ${hab_ivt_addr} ${filesize} 0;\0" \
Bryan O'Donoghuebb96a082018-04-24 18:46:47 +010054 "do_bootscript_hab=" \
55 "if test ${hab_enabled} -eq 1; then " \
Bryan O'Donoghue1d4cdc72019-05-08 19:14:44 +010056 "setexpr hab_ivt_addr ${bootscriptaddr} - ${ivt_offset}; " \
Bryan O'Donoghuebb96a082018-04-24 18:46:47 +010057 "setenv script ${script_signed}; " \
58 "load mmc ${mmcdev}:${mmcpart} ${hab_ivt_addr} ${script}; " \
59 "run warp7_auth_or_fail; " \
60 "run bootscript; "\
61 "fi;\0" \
Fabio Estevam47173482016-02-29 09:33:22 -030062 "loadbootscript=" \
Bryan O'Donoghue1d4cdc72019-05-08 19:14:44 +010063 "load mmc ${mmcdev}:${mmcpart} ${bootscriptaddr} ${script};\0" \
Fabio Estevam47173482016-02-29 09:33:22 -030064 "bootscript=echo Running bootscript from mmc ...; " \
Bryan O'Donoghue1d4cdc72019-05-08 19:14:44 +010065 BOOT_SCR_STRING \
Pierre-Jean TEXIER206426a2018-04-01 00:49:04 +020066 "loadimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
67 "loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
Fabio Estevam47173482016-02-29 09:33:22 -030068 "mmcboot=echo Booting from mmc ...; " \
Fabio Estevamca4f3382016-08-25 21:07:19 -030069 "run finduuid; " \
Fabio Estevam47173482016-02-29 09:33:22 -030070 "run mmcargs; " \
71 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
72 "if run loadfdt; then " \
73 "bootz ${loadaddr} - ${fdt_addr}; " \
74 "else " \
75 "if test ${boot_fdt} = try; then " \
76 "bootz; " \
77 "else " \
78 "echo WARN: Cannot load the DT; " \
79 "fi; " \
80 "fi; " \
81 "else " \
82 "bootz; " \
83 "fi;\0" \
84
Fabio Estevam47173482016-02-29 09:33:22 -030085/* Physical Memory Map */
Fabio Estevam47173482016-02-29 09:33:22 -030086#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
87
88#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
89#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
90#define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
91
92#define CONFIG_SYS_INIT_SP_OFFSET \
93 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
94#define CONFIG_SYS_INIT_SP_ADDR \
95 (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
96
Masahiro Yamadae856bdc2017-02-11 22:43:54 +090097/* environment organization */
Fabio Estevam47173482016-02-29 09:33:22 -030098
Fabio Estevam47173482016-02-29 09:33:22 -030099#define CONFIG_SYS_FSL_USDHC_NUM 1
100
Fabio Estevam47173482016-02-29 09:33:22 -0300101
102#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
Fabio Estevam47173482016-02-29 09:33:22 -0300103
Fabio Estevam47173482016-02-29 09:33:22 -0300104#define CONFIG_USBD_HS
Fabio Estevam47173482016-02-29 09:33:22 -0300105
Fabio Estevam47173482016-02-29 09:33:22 -0300106/* USB Device Firmware Update support */
Fabio Estevam47173482016-02-29 09:33:22 -0300107#define DFU_DEFAULT_POLL_TIMEOUT 300
108
Kevin Hilman25aaebd2016-12-16 13:08:10 -0800109#define CONFIG_USBNET_DEV_ADDR "de:ad:be:af:00:01"
110
Bryan O'Donoghuea2accd82018-04-24 18:46:33 +0100111/* Environment variable name to represent HAB enable state */
112#define HAB_ENABLED_ENVNAME "hab_enabled"
113
Fabio Estevam47173482016-02-29 09:33:22 -0300114#endif