Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
Yangbo Lu | bb32e68 | 2021-06-03 10:51:19 +0800 | [diff] [blame] | 3 | * Copyright 2019-2021 NXP |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef __L1028A_COMMON_H |
| 7 | #define __L1028A_COMMON_H |
| 8 | |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 9 | #include <asm/arch/stream_id_lsch3.h> |
| 10 | #include <asm/arch/config.h> |
| 11 | #include <asm/arch/soc.h> |
| 12 | |
| 13 | /* Link Definitions */ |
| 14 | #define CONFIG_SYS_INIT_SP_ADDR CONFIG_SYS_TEXT_BASE |
| 15 | |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 16 | #define CONFIG_VERY_BIG_RAM |
| 17 | #define CONFIG_SYS_DDR_SDRAM_BASE 0x80000000UL |
| 18 | #define CONFIG_SYS_FSL_DDR_SDRAM_BASE_PHY 0 |
| 19 | #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE |
| 20 | #define CONFIG_SYS_DDR_BLOCK2_BASE 0x2080000000ULL |
| 21 | #define CONFIG_SYS_FSL_DDR_MAIN_NUM_CTRLS 1 |
| 22 | |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 23 | /* |
| 24 | * SMP Definitinos |
| 25 | */ |
Michael Walle | f056e0f | 2020-06-01 21:53:26 +0200 | [diff] [blame] | 26 | #define CPU_RELEASE_ADDR secondary_boot_addr |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 27 | |
Biwen Li | e7c3b04 | 2021-02-05 19:01:57 +0800 | [diff] [blame] | 28 | /* GPIO */ |
Biwen Li | e7c3b04 | 2021-02-05 19:01:57 +0800 | [diff] [blame] | 29 | |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 30 | /* I2C */ |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 31 | |
| 32 | /* Serial Port */ |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 33 | #define CONFIG_SYS_NS16550_SERIAL |
| 34 | #define CONFIG_SYS_NS16550_REG_SIZE 1 |
| 35 | #define CONFIG_SYS_NS16550_CLK (get_bus_freq(0) / 2) |
| 36 | |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 37 | /* Miscellaneous configurable options */ |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 38 | |
| 39 | /* Physical Memory Map */ |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 40 | |
| 41 | #define CONFIG_HWCONFIG |
| 42 | #define HWCONFIG_BUFFER_SIZE 128 |
| 43 | |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 44 | #define BOOT_TARGET_DEVICES(func) \ |
| 45 | func(MMC, mmc, 0) \ |
Yuantian Tang | 7f3da7b | 2019-11-04 15:10:45 +0800 | [diff] [blame] | 46 | func(MMC, mmc, 1) \ |
Yuantian Tang | 7a224e7 | 2020-03-10 11:31:05 +0800 | [diff] [blame] | 47 | func(USB, usb, 0) \ |
| 48 | func(DHCP, dhcp, na) |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 49 | #include <config_distro_bootcmd.h> |
| 50 | |
Yuantian Tang | 7f3da7b | 2019-11-04 15:10:45 +0800 | [diff] [blame] | 51 | #define XSPI_NOR_BOOTCOMMAND \ |
| 52 | "run xspi_hdploadcmd; run distro_bootcmd; run xspi_bootcmd; " \ |
| 53 | "env exists secureboot && esbc_halt;;" |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 54 | #define SD_BOOTCOMMAND \ |
Yuantian Tang | 7f3da7b | 2019-11-04 15:10:45 +0800 | [diff] [blame] | 55 | "run sd_hdploadcmd; run distro_bootcmd;run sd_bootcmd; " \ |
| 56 | "env exists secureboot && esbc_halt;" |
| 57 | #define SD2_BOOTCOMMAND \ |
| 58 | "run emmc_hdploadcmd; run distro_bootcmd;run emmc_bootcmd; " \ |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 59 | "env exists secureboot && esbc_halt;" |
| 60 | |
| 61 | /* Monitor Command Prompt */ |
| 62 | #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */ |
| 63 | #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ |
| 64 | sizeof(CONFIG_SYS_PROMPT) + 16) |
| 65 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot args buffer */ |
| 66 | |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 67 | #define CONFIG_SYS_MAXARGS 64 /* max command args */ |
| 68 | |
| 69 | #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */ |
| 70 | |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 71 | #define OCRAM_NONSECURE_SIZE 0x00010000 |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 72 | #define CONFIG_SYS_FSL_QSPI_BASE 0x20000000 |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 73 | |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 74 | /* I2C bus multiplexer */ |
| 75 | #define I2C_MUX_PCA_ADDR_PRI 0x77 /* Primary Mux*/ |
| 76 | #define I2C_MUX_CH_DEFAULT 0x8 |
| 77 | |
| 78 | /* EEPROM */ |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 79 | #define CONFIG_SYS_I2C_EEPROM_NXID |
| 80 | #define CONFIG_SYS_EEPROM_BUS_NUM 0 |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 81 | |
Wen He | 41e63db | 2019-11-18 13:26:09 +0800 | [diff] [blame] | 82 | /* DisplayPort */ |
| 83 | #define DP_PWD_EN_DEFAULT_MASK 0x8 |
| 84 | |
Udit Agarwal | 22ec238 | 2019-11-07 16:11:32 +0000 | [diff] [blame] | 85 | #ifdef CONFIG_NXP_ESBC |
Yuantian Tang | 029d8ab | 2019-05-24 14:36:27 +0800 | [diff] [blame] | 86 | #include <asm/fsl_secure_boot.h> |
| 87 | #endif |
| 88 | |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 89 | #endif /* __L1028A_COMMON_H */ |