Peng Fan | d0dd739 | 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 | 1af3c7f | 2020-05-10 11:40:09 -0600 | [diff] [blame] | 10 | #include <linux/stringify.h> |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 11 | #include <asm/arch/imx-regs.h> |
| 12 | |
Peng Fan | 018e3fd | 2018-12-21 06:21:34 +0000 | [diff] [blame] | 13 | #ifdef CONFIG_SPL_BUILD |
Peng Fan | 018e3fd | 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) |
Peng Fan | 018e3fd | 2018-12-21 06:21:34 +0000 | [diff] [blame] | 16 | |
Peng Fan | 018e3fd | 2018-12-21 06:21:34 +0000 | [diff] [blame] | 17 | #define CONFIG_SPL_STACK 0x013E000 |
| 18 | #define CONFIG_SPL_BSS_START_ADDR 0x00128000 |
| 19 | #define CONFIG_SPL_BSS_MAX_SIZE 0x1000 /* 4 KB */ |
| 20 | #define CONFIG_SYS_SPL_MALLOC_START 0x00120000 |
| 21 | #define CONFIG_SYS_SPL_MALLOC_SIZE 0x3000 /* 12 KB */ |
| 22 | #define CONFIG_SERIAL_LPUART_BASE 0x5a060000 |
Peng Fan | 018e3fd | 2018-12-21 06:21:34 +0000 | [diff] [blame] | 23 | #define CONFIG_MALLOC_F_ADDR 0x00120000 |
| 24 | |
| 25 | #define CONFIG_SPL_RAW_IMAGE_ARM_TRUSTED_FIRMWARE |
| 26 | |
| 27 | #define CONFIG_SPL_ABORT_ON_RAW_IMAGE |
Peng Fan | 018e3fd | 2018-12-21 06:21:34 +0000 | [diff] [blame] | 28 | #endif |
| 29 | |
Peng Fan | 6dcc6ce | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 30 | #ifdef CONFIG_AHAB_BOOT |
| 31 | #define AHAB_ENV "sec_boot=yes\0" |
| 32 | #else |
| 33 | #define AHAB_ENV "sec_boot=no\0" |
| 34 | #endif |
| 35 | |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 36 | /* Initial environment variables */ |
| 37 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
Peng Fan | 6dcc6ce | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 38 | AHAB_ENV \ |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 39 | "script=boot.scr\0" \ |
| 40 | "image=Image\0" \ |
| 41 | "panel=NULL\0" \ |
Fabio Estevam | 10a8cc0 | 2020-02-17 15:17:01 -0300 | [diff] [blame] | 42 | "console=ttyLP0\0" \ |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 43 | "fdt_addr=0x83000000\0" \ |
| 44 | "fdt_high=0xffffffffffffffff\0" \ |
| 45 | "boot_fdt=try\0" \ |
Peng Fan | a6c36f1 | 2020-05-05 20:28:45 +0800 | [diff] [blame] | 46 | "fdt_file=undefined\0" \ |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 47 | "initrd_addr=0x83800000\0" \ |
| 48 | "initrd_high=0xffffffffffffffff\0" \ |
| 49 | "mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \ |
Tom Rini | de35b8f | 2021-12-11 14:55:52 -0500 | [diff] [blame] | 50 | "mmcpart=1\0" \ |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 51 | "mmcroot=" CONFIG_MMCROOT " rootwait rw\0" \ |
| 52 | "mmcautodetect=yes\0" \ |
Fabio Estevam | 10a8cc0 | 2020-02-17 15:17:01 -0300 | [diff] [blame] | 53 | "mmcargs=setenv bootargs console=${console},${baudrate} root=${mmcroot}\0 " \ |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 54 | "loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \ |
| 55 | "bootscript=echo Running bootscript from mmc ...; " \ |
| 56 | "source\0" \ |
| 57 | "loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \ |
| 58 | "loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \ |
Peng Fan | 6dcc6ce | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 59 | "loadcntr=fatload mmc ${mmcdev}:${mmcpart} ${cntr_addr} ${cntr_file}\0" \ |
| 60 | "auth_os=auth_cntr ${cntr_addr}\0" \ |
| 61 | "boot_os=booti ${loadaddr} - ${fdt_addr};\0" \ |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 62 | "mmcboot=echo Booting from mmc ...; " \ |
| 63 | "run mmcargs; " \ |
Peng Fan | 6dcc6ce | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 64 | "if test ${sec_boot} = yes; then " \ |
| 65 | "if run auth_os; then " \ |
| 66 | "run boot_os; " \ |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 67 | "else " \ |
Peng Fan | 6dcc6ce | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 68 | "echo ERR: failed to authenticate; " \ |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 69 | "fi; " \ |
| 70 | "else " \ |
Peng Fan | 6dcc6ce | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 71 | "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \ |
| 72 | "if run loadfdt; then " \ |
| 73 | "run boot_os; " \ |
| 74 | "else " \ |
| 75 | "echo WARN: Cannot load the DT; " \ |
| 76 | "fi; " \ |
| 77 | "else " \ |
| 78 | "echo wait for boot; " \ |
| 79 | "fi;" \ |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 80 | "fi;\0" \ |
Fabio Estevam | 10a8cc0 | 2020-02-17 15:17:01 -0300 | [diff] [blame] | 81 | "netargs=setenv bootargs console=${console},${baudrate} " \ |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 82 | "root=/dev/nfs " \ |
| 83 | "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \ |
| 84 | "netboot=echo Booting from net ...; " \ |
| 85 | "run netargs; " \ |
| 86 | "if test ${ip_dyn} = yes; then " \ |
| 87 | "setenv get_cmd dhcp; " \ |
| 88 | "else " \ |
| 89 | "setenv get_cmd tftp; " \ |
| 90 | "fi; " \ |
Peng Fan | 6dcc6ce | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 91 | "if test ${sec_boot} = yes; then " \ |
| 92 | "${get_cmd} ${cntr_addr} ${cntr_file}; " \ |
| 93 | "if run auth_os; then " \ |
| 94 | "run boot_os; " \ |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 95 | "else " \ |
Peng Fan | 6dcc6ce | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 96 | "echo ERR: failed to authenticate; " \ |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 97 | "fi; " \ |
| 98 | "else " \ |
Peng Fan | 6dcc6ce | 2019-09-25 08:11:19 +0000 | [diff] [blame] | 99 | "${get_cmd} ${loadaddr} ${image}; " \ |
| 100 | "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \ |
| 101 | "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \ |
| 102 | "run boot_os; " \ |
| 103 | "else " \ |
| 104 | "echo WARN: Cannot load the DT; " \ |
| 105 | "fi; " \ |
| 106 | "else " \ |
| 107 | "booti; " \ |
| 108 | "fi;" \ |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 109 | "fi;\0" |
| 110 | |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 111 | /* Link Definitions */ |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 112 | |
| 113 | #define CONFIG_SYS_INIT_SP_ADDR 0x80200000 |
| 114 | |
| 115 | /* Default environment is in SD */ |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 116 | |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 117 | /* On LPDDR4 board, USDHC1 is for eMMC, USDHC2 is for SD on CPU board */ |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 118 | #define CONFIG_MMCROOT "/dev/mmcblk1p2" /* USDHC2 */ |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 119 | |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 120 | #define CONFIG_SYS_SDRAM_BASE 0x80000000 |
| 121 | #define PHYS_SDRAM_1 0x80000000 |
| 122 | #define PHYS_SDRAM_2 0x880000000 |
| 123 | #define PHYS_SDRAM_1_SIZE 0x80000000 /* 2 GB */ |
| 124 | /* LPDDR4 board total DDR is 3GB */ |
| 125 | #define PHYS_SDRAM_2_SIZE 0x40000000 /* 1 GB */ |
| 126 | |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 127 | /* Generic Timer Definitions */ |
| 128 | #define COUNTER_FREQUENCY 8000000 /* 8MHz */ |
| 129 | |
| 130 | #ifndef CONFIG_DM_PCA953X |
| 131 | #define CONFIG_PCA953X |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 132 | #endif |
| 133 | |
Anatolij Gustschin | 5c1c7c1 | 2019-10-21 17:31:53 +0200 | [diff] [blame] | 134 | /* Misc configuration */ |
| 135 | #define CONFIG_SYS_CBSIZE 2048 |
| 136 | #define CONFIG_SYS_MAXARGS 64 |
| 137 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE |
| 138 | |
Peng Fan | d0dd739 | 2018-10-18 14:28:37 +0200 | [diff] [blame] | 139 | #endif /* __IMX8QXP_MEK_H */ |