Yuantian Tang | 473bbc4 | 2019-04-10 16:43:35 +0800 | [diff] [blame] | 1 | if TARGET_LS1028AQDS |
| 2 | |
| 3 | config SYS_BOARD |
| 4 | default "ls1028a" |
| 5 | |
| 6 | config SYS_VENDOR |
| 7 | default "freescale" |
| 8 | |
| 9 | config SYS_SOC |
| 10 | default "fsl-layerscape" |
| 11 | |
| 12 | config SYS_CONFIG_NAME |
| 13 | default "ls1028aqds" |
| 14 | |
| 15 | config EMMC_BOOT |
| 16 | bool "Support for booting from EMMC" |
| 17 | default n |
| 18 | |
| 19 | config SYS_TEXT_BASE |
| 20 | default 0x96000000 if SD_BOOT || EMMC_BOOT |
| 21 | default 0x82000000 if TFABOOT |
| 22 | default 0x20100000 |
| 23 | |
| 24 | if FSL_LS_PPA |
| 25 | config SYS_LS_PPA_FW_ADDR |
| 26 | hex "PPA Firmware Addr" |
| 27 | default 0x20400000 if SYS_LS_PPA_FW_IN_XIP && ARCH_LS1028A |
| 28 | default 0x400000 if SYS_LS_PPA_FW_IN_MMC && ARCH_LS1028A |
| 29 | if CHAIN_OF_TRUST |
| 30 | config SYS_LS_PPA_ESBC_ADDR |
| 31 | hex "PPA header Addr" |
| 32 | default 0x20600000 if SYS_LS_PPA_FW_IN_XIP && ARCH_LS1028A |
| 33 | endif |
| 34 | endif |
| 35 | |
| 36 | source "board/freescale/common/Kconfig" |
| 37 | |
| 38 | endif |
| 39 | |
Yuantian Tang | 92f18ff | 2019-04-10 16:43:34 +0800 | [diff] [blame] | 40 | if TARGET_LS1028ARDB |
| 41 | |
| 42 | config SYS_BOARD |
| 43 | default "ls1028a" |
| 44 | |
| 45 | config SYS_VENDOR |
| 46 | default "freescale" |
| 47 | |
| 48 | config SYS_SOC |
| 49 | default "fsl-layerscape" |
| 50 | |
| 51 | config SYS_CONFIG_NAME |
| 52 | default "ls1028ardb" |
| 53 | |
| 54 | config EMMC_BOOT |
| 55 | bool "Support for booting from EMMC" |
| 56 | default n |
| 57 | |
| 58 | config SYS_TEXT_BASE |
| 59 | default 0x96000000 if SD_BOOT || EMMC_BOOT |
| 60 | default 0x82000000 if TFABOOT |
| 61 | default 0x20100000 |
| 62 | |
| 63 | source "board/freescale/common/Kconfig" |
| 64 | |
| 65 | endif |