Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * Copyright 2018 NXP |
| 4 | */ |
| 5 | |
| 6 | #ifndef __IMX8QXP_MEK_H |
| 7 | #define __IMX8QXP_MEK_H |
| 8 | |
| 9 | #include <linux/sizes.h> |
Simon Glass | fb64e36 | 2020-05-10 11:40:09 -0600 | [diff] [blame] | 10 | #include <linux/stringify.h> |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 11 | #include <asm/arch/imx-regs.h> |
| 12 | |
Peng Fan | 0b2236d | 2018-12-21 06:21:34 +0000 | [diff] [blame] | 13 | #ifdef CONFIG_SPL_BUILD |
Peng Fan | 0b2236d | 2018-12-21 06:21:34 +0000 | [diff] [blame] | 14 | #define CONFIG_SPL_MAX_SIZE (124 * 1024) |
| 15 | #define CONFIG_SYS_MONITOR_LEN (1024 * 1024) |
| 16 | #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR |
Peng Fan | 9d6819fd | 2019-08-21 08:28:15 +0000 | [diff] [blame] | 17 | #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x800 |
Peng Fan | 0b2236d | 2018-12-21 06:21:34 +0000 | [diff] [blame] | 18 | |
| 19 | #define CONFIG_SPL_LDSCRIPT "arch/arm/cpu/armv8/u-boot-spl.lds" |
| 20 | #define CONFIG_SPL_STACK 0x013E000 |
| 21 | #define CONFIG_SPL_BSS_START_ADDR 0x00128000 |
| 22 | #define CONFIG_SPL_BSS_MAX_SIZE 0x1000 /* 4 KB */ |
| 23 | #define CONFIG_SYS_SPL_MALLOC_START 0x00120000 |
| 24 | #define CONFIG_SYS_SPL_MALLOC_SIZE 0x3000 /* 12 KB */ |
| 25 | #define CONFIG_SERIAL_LPUART_BASE 0x5a060000 |
Peng Fan | 0b2236d | 2018-12-21 06:21:34 +0000 | [diff] [blame] | 26 | #define CONFIG_MALLOC_F_ADDR 0x00120000 |
| 27 | |
| 28 | #define CONFIG_SPL_RAW_IMAGE_ARM_TRUSTED_FIRMWARE |
| 29 | |
| 30 | #define CONFIG_SPL_ABORT_ON_RAW_IMAGE |
| 31 | |
| 32 | #define CONFIG_OF_EMBED |
| 33 | #endif |
| 34 | |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 35 | #define CONFIG_REMAKE_ELF |
| 36 | |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 37 | /* Flat Device Tree Definitions */ |
| 38 | #define CONFIG_OF_BOARD_SETUP |
| 39 | |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 40 | #define CONFIG_SYS_FSL_ESDHC_ADDR 0 |
| 41 | #define USDHC1_BASE_ADDR 0x5B010000 |
| 42 | #define USDHC2_BASE_ADDR 0x5B020000 |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 43 | |
Peng Fan | 128f189 | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 44 | #ifdef CONFIG_AHAB_BOOT |
| 45 | #define AHAB_ENV "sec_boot=yes\0" |
| 46 | #else |
| 47 | #define AHAB_ENV "sec_boot=no\0" |
| 48 | #endif |
| 49 | |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 50 | /* Initial environment variables */ |
| 51 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
Peng Fan | 128f189 | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 52 | AHAB_ENV \ |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 53 | "script=boot.scr\0" \ |
| 54 | "image=Image\0" \ |
| 55 | "panel=NULL\0" \ |
Fabio Estevam | 1f9ce1d | 2020-02-17 15:17:01 -0300 | [diff] [blame] | 56 | "console=ttyLP0\0" \ |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 57 | "fdt_addr=0x83000000\0" \ |
| 58 | "fdt_high=0xffffffffffffffff\0" \ |
| 59 | "boot_fdt=try\0" \ |
Peng Fan | e95219d | 2020-05-05 20:28:45 +0800 | [diff] [blame] | 60 | "fdt_file=undefined\0" \ |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 61 | "initrd_addr=0x83800000\0" \ |
| 62 | "initrd_high=0xffffffffffffffff\0" \ |
| 63 | "mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \ |
| 64 | "mmcpart=" __stringify(CONFIG_SYS_MMC_IMG_LOAD_PART) "\0" \ |
| 65 | "mmcroot=" CONFIG_MMCROOT " rootwait rw\0" \ |
| 66 | "mmcautodetect=yes\0" \ |
Fabio Estevam | 1f9ce1d | 2020-02-17 15:17:01 -0300 | [diff] [blame] | 67 | "mmcargs=setenv bootargs console=${console},${baudrate} root=${mmcroot}\0 " \ |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 68 | "loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \ |
| 69 | "bootscript=echo Running bootscript from mmc ...; " \ |
| 70 | "source\0" \ |
| 71 | "loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \ |
| 72 | "loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \ |
Peng Fan | 128f189 | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 73 | "loadcntr=fatload mmc ${mmcdev}:${mmcpart} ${cntr_addr} ${cntr_file}\0" \ |
| 74 | "auth_os=auth_cntr ${cntr_addr}\0" \ |
| 75 | "boot_os=booti ${loadaddr} - ${fdt_addr};\0" \ |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 76 | "mmcboot=echo Booting from mmc ...; " \ |
| 77 | "run mmcargs; " \ |
Peng Fan | 128f189 | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 78 | "if test ${sec_boot} = yes; then " \ |
| 79 | "if run auth_os; then " \ |
| 80 | "run boot_os; " \ |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 81 | "else " \ |
Peng Fan | 128f189 | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 82 | "echo ERR: failed to authenticate; " \ |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 83 | "fi; " \ |
| 84 | "else " \ |
Peng Fan | 128f189 | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 85 | "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \ |
| 86 | "if run loadfdt; then " \ |
| 87 | "run boot_os; " \ |
| 88 | "else " \ |
| 89 | "echo WARN: Cannot load the DT; " \ |
| 90 | "fi; " \ |
| 91 | "else " \ |
| 92 | "echo wait for boot; " \ |
| 93 | "fi;" \ |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 94 | "fi;\0" \ |
Fabio Estevam | 1f9ce1d | 2020-02-17 15:17:01 -0300 | [diff] [blame] | 95 | "netargs=setenv bootargs console=${console},${baudrate} " \ |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 96 | "root=/dev/nfs " \ |
| 97 | "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \ |
| 98 | "netboot=echo Booting from net ...; " \ |
| 99 | "run netargs; " \ |
| 100 | "if test ${ip_dyn} = yes; then " \ |
| 101 | "setenv get_cmd dhcp; " \ |
| 102 | "else " \ |
| 103 | "setenv get_cmd tftp; " \ |
| 104 | "fi; " \ |
Peng Fan | 128f189 | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 105 | "if test ${sec_boot} = yes; then " \ |
| 106 | "${get_cmd} ${cntr_addr} ${cntr_file}; " \ |
| 107 | "if run auth_os; then " \ |
| 108 | "run boot_os; " \ |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 109 | "else " \ |
Peng Fan | 128f189 | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 110 | "echo ERR: failed to authenticate; " \ |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 111 | "fi; " \ |
| 112 | "else " \ |
Peng Fan | 128f189 | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 113 | "${get_cmd} ${loadaddr} ${image}; " \ |
| 114 | "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \ |
| 115 | "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \ |
| 116 | "run boot_os; " \ |
| 117 | "else " \ |
| 118 | "echo WARN: Cannot load the DT; " \ |
| 119 | "fi; " \ |
| 120 | "else " \ |
| 121 | "booti; " \ |
| 122 | "fi;" \ |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 123 | "fi;\0" |
| 124 | |
| 125 | #define CONFIG_BOOTCOMMAND \ |
| 126 | "mmc dev ${mmcdev}; if mmc rescan; then " \ |
| 127 | "if run loadbootscript; then " \ |
| 128 | "run bootscript; " \ |
| 129 | "else " \ |
Peng Fan | 128f189 | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 130 | "if test ${sec_boot} = yes; then " \ |
| 131 | "if run loadcntr; then " \ |
| 132 | "run mmcboot; " \ |
| 133 | "else run netboot; " \ |
| 134 | "fi; " \ |
| 135 | "else " \ |
| 136 | "if run loadimage; then " \ |
| 137 | "run mmcboot; " \ |
| 138 | "else run netboot; " \ |
| 139 | "fi; " \ |
| 140 | "fi; " \ |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 141 | "fi; " \ |
| 142 | "else booti ${loadaddr} - ${fdt_addr}; fi" |
| 143 | |
| 144 | /* Link Definitions */ |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 145 | |
| 146 | #define CONFIG_SYS_INIT_SP_ADDR 0x80200000 |
| 147 | |
| 148 | /* Default environment is in SD */ |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 149 | |
| 150 | #define CONFIG_SYS_MMC_IMG_LOAD_PART 1 |
| 151 | |
| 152 | /* On LPDDR4 board, USDHC1 is for eMMC, USDHC2 is for SD on CPU board */ |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 153 | #define CONFIG_MMCROOT "/dev/mmcblk1p2" /* USDHC2 */ |
| 154 | #define CONFIG_SYS_FSL_USDHC_NUM 2 |
| 155 | |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 156 | #define CONFIG_SYS_SDRAM_BASE 0x80000000 |
| 157 | #define PHYS_SDRAM_1 0x80000000 |
| 158 | #define PHYS_SDRAM_2 0x880000000 |
| 159 | #define PHYS_SDRAM_1_SIZE 0x80000000 /* 2 GB */ |
| 160 | /* LPDDR4 board total DDR is 3GB */ |
| 161 | #define PHYS_SDRAM_2_SIZE 0x40000000 /* 1 GB */ |
| 162 | |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 163 | /* Generic Timer Definitions */ |
| 164 | #define COUNTER_FREQUENCY 8000000 /* 8MHz */ |
| 165 | |
| 166 | #ifndef CONFIG_DM_PCA953X |
| 167 | #define CONFIG_PCA953X |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 168 | #endif |
| 169 | |
| 170 | /* Networking */ |
| 171 | #define CONFIG_FEC_XCV_TYPE RGMII |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 172 | |
Anatolij Gustschin | 1bfd6f4 | 2019-10-21 17:31:53 +0200 | [diff] [blame] | 173 | /* Misc configuration */ |
| 174 | #define CONFIG_SYS_CBSIZE 2048 |
| 175 | #define CONFIG_SYS_MAXARGS 64 |
| 176 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE |
| 177 | |
Peng Fan | 702c6dc | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 178 | #endif /* __IMX8QXP_MEK_H */ |