Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2016 NXP Semiconductors |
| 4 | * |
| 5 | * Configuration settings for the i.MX7S Warp board. |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef __WARP7_CONFIG_H |
| 9 | #define __WARP7_CONFIG_H |
| 10 | |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 11 | #include "mx7_common.h" |
Bryan O'Donoghue | 4cbef91 | 2018-04-24 18:46:45 +0100 | [diff] [blame] | 12 | #include <imximage.h> |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 13 | |
| 14 | #define PHYS_SDRAM_SIZE SZ_512M |
| 15 | |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 16 | /* MMC Config*/ |
| 17 | #define CONFIG_SYS_FSL_ESDHC_ADDR USDHC3_BASE_ADDR |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 18 | #define CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 19 | |
| 20 | #define CONFIG_DFU_ENV_SETTINGS \ |
Pierre-Jean Texier | 2caff7e | 2019-04-12 22:36:36 +0200 | [diff] [blame] | 21 | "dfu_alt_info=boot raw 0x2 0x1000 mmcpart 1\0" \ |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 22 | |
Bryan O'Donoghue | 15c937c | 2019-05-08 19:14:43 +0100 | [diff] [blame] | 23 | /* 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 Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 30 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
| 31 | CONFIG_DFU_ENV_SETTINGS \ |
| 32 | "script=boot.scr\0" \ |
Bryan O'Donoghue | 15c937c | 2019-05-08 19:14:43 +0100 | [diff] [blame] | 33 | "bootscr_fitimage_name=bootscr\0" \ |
Bryan O'Donoghue | d24cdbc | 2018-04-24 18:46:43 +0100 | [diff] [blame] | 34 | "script_signed=boot.scr.imx-signed\0" \ |
Bryan O'Donoghue | e2a085c | 2019-05-08 19:14:44 +0100 | [diff] [blame] | 35 | "bootscriptaddr=0x83200000\0" \ |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 36 | "image=zImage\0" \ |
| 37 | "console=ttymxc0\0" \ |
Kevin Hilman | 46fdd84 | 2016-12-16 13:08:10 -0800 | [diff] [blame] | 38 | "ethact=usb_ether\0" \ |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 39 | "fdt_high=0xffffffff\0" \ |
| 40 | "initrd_high=0xffffffff\0" \ |
Breno Lima | 3631687 | 2016-08-08 09:57:38 -0300 | [diff] [blame] | 41 | "fdt_file=imx7s-warp.dtb\0" \ |
Tom Rini | 5e653ca | 2021-12-12 22:12:33 -0500 | [diff] [blame] | 42 | "fdt_addr=0x83000000\0" \ |
Bryan O'Donoghue | e032a64 | 2019-05-08 19:14:47 +0100 | [diff] [blame] | 43 | "fdtovaddr=0x83100000\0" \ |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 44 | "boot_fdt=try\0" \ |
| 45 | "ip_dyn=yes\0" \ |
| 46 | "mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \ |
Tom Rini | b113bca | 2021-12-11 14:55:52 -0500 | [diff] [blame] | 47 | "mmcpart=1\0" \ |
Bryan O'Donoghue | 54e93db | 2018-04-24 18:46:42 +0100 | [diff] [blame] | 48 | "rootpart=" __stringify(CONFIG_WARP7_ROOT_PART) "\0" \ |
| 49 | "finduuid=part uuid mmc 0:${rootpart} uuid\0" \ |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 50 | "mmcargs=setenv bootargs console=${console},${baudrate} " \ |
Fabio Estevam | 16174e9 | 2016-08-25 21:07:19 -0300 | [diff] [blame] | 51 | "root=PARTUUID=${uuid} rootwait rw\0" \ |
Bryan O'Donoghue | 4cbef91 | 2018-04-24 18:46:45 +0100 | [diff] [blame] | 52 | "ivt_offset=" __stringify(BOOTROM_IVT_HDR_OFFSET)"\0"\ |
Bryan O'Donoghue | 28d0750 | 2018-04-24 18:46:44 +0100 | [diff] [blame] | 53 | "warp7_auth_or_fail=hab_auth_img_or_fail ${hab_ivt_addr} ${filesize} 0;\0" \ |
Bryan O'Donoghue | 859542e | 2018-04-24 18:46:47 +0100 | [diff] [blame] | 54 | "do_bootscript_hab=" \ |
| 55 | "if test ${hab_enabled} -eq 1; then " \ |
Bryan O'Donoghue | e2a085c | 2019-05-08 19:14:44 +0100 | [diff] [blame] | 56 | "setexpr hab_ivt_addr ${bootscriptaddr} - ${ivt_offset}; " \ |
Bryan O'Donoghue | 859542e | 2018-04-24 18:46:47 +0100 | [diff] [blame] | 57 | "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 Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 62 | "loadbootscript=" \ |
Bryan O'Donoghue | e2a085c | 2019-05-08 19:14:44 +0100 | [diff] [blame] | 63 | "load mmc ${mmcdev}:${mmcpart} ${bootscriptaddr} ${script};\0" \ |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 64 | "bootscript=echo Running bootscript from mmc ...; " \ |
Bryan O'Donoghue | e2a085c | 2019-05-08 19:14:44 +0100 | [diff] [blame] | 65 | BOOT_SCR_STRING \ |
Pierre-Jean TEXIER | e5b2ca2 | 2018-04-01 00:49:04 +0200 | [diff] [blame] | 66 | "loadimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \ |
| 67 | "loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \ |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 68 | "mmcboot=echo Booting from mmc ...; " \ |
Fabio Estevam | 16174e9 | 2016-08-25 21:07:19 -0300 | [diff] [blame] | 69 | "run finduuid; " \ |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 70 | "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 Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 85 | /* Physical Memory Map */ |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 86 | #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 | |
Fabio Estevam | 48d81f9 | 2019-12-02 20:40:28 -0300 | [diff] [blame] | 97 | /* |
| 98 | * Environment starts at CONFIG_ENV_OFFSET= 0xC0000 = 768k = 768*1024 = 786432 |
| 99 | * |
| 100 | * Detect overlap between U-Boot image and environment area in build-time |
| 101 | * |
| 102 | * CONFIG_BOARD_SIZE_LIMIT = CONFIG_ENV_OFFSET - u-boot.imx offset |
| 103 | * CONFIG_BOARD_SIZE_LIMIT = 768k - 1k = 767k = 785408 |
| 104 | * |
| 105 | * Currently CONFIG_BOARD_SIZE_LIMIT does not handle expressions, so |
| 106 | * write the direct value here |
| 107 | */ |
| 108 | #define CONFIG_BOARD_SIZE_LIMIT 785408 |
| 109 | |
Masahiro Yamada | 8cea9b5 | 2017-02-11 22:43:54 +0900 | [diff] [blame] | 110 | /* environment organization */ |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 111 | |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 112 | #define CONFIG_SYS_FSL_USDHC_NUM 1 |
| 113 | |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 114 | |
| 115 | #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 116 | |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 117 | #define CONFIG_USBD_HS |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 118 | |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 119 | /* USB Device Firmware Update support */ |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 120 | #define DFU_DEFAULT_POLL_TIMEOUT 300 |
| 121 | |
Kevin Hilman | 46fdd84 | 2016-12-16 13:08:10 -0800 | [diff] [blame] | 122 | #define CONFIG_USBNET_DEV_ADDR "de:ad:be:af:00:01" |
| 123 | |
Bryan O'Donoghue | 1b60ee6 | 2018-04-24 18:46:33 +0100 | [diff] [blame] | 124 | /* Environment variable name to represent HAB enable state */ |
| 125 | #define HAB_ENABLED_ENVNAME "hab_enabled" |
| 126 | |
Fabio Estevam | 6cfa712 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 127 | #endif |