blob: f1a45236061bf2c72a93258a1f5b4d35a8d89e04 [file] [log] [blame]
Ashish Kumar77697762017-08-31 16:12:55 +05301if TARGET_LS1088AQDS
2
3config SYS_BOARD
4 default "ls1088a"
5
6config SYS_VENDOR
7 default "freescale"
8
9config SYS_SOC
10 default "fsl-layerscape"
11
12config SYS_CONFIG_NAME
13 default "ls1088aqds"
14
Bhaskar Upadhaya7191d452018-05-23 11:03:29 +053015if FSL_LS_PPA
16config SYS_LS_PPA_FW_ADDR
17 hex "PPA Firmware Addr"
18 default 0x20400000 if SYS_LS_PPA_FW_IN_XIP
19 default 0x400000 if SYS_LS_PPA_FW_IN_MMC || SYS_LS_PPA_FW_IN_NAND
20
21if CHAIN_OF_TRUST
22config SYS_LS_PPA_ESBC_ADDR
23 hex "PPA Firmware HDR Addr"
24 default 0x20680000 if SYS_LS_PPA_FW_IN_XIP
25 default 0x680000 if SYS_LS_PPA_FW_IN_MMC || SYS_LS_PPA_FW_IN_NAND
26endif
27endif
28
Ashish Kumar77697762017-08-31 16:12:55 +053029endif
30
Ashish Kumare84a3242017-08-31 16:12:54 +053031if TARGET_LS1088ARDB
32
33config SYS_BOARD
34 default "ls1088a"
35
36config SYS_VENDOR
37 default "freescale"
38
39config SYS_SOC
40 default "fsl-layerscape"
41
42config SYS_CONFIG_NAME
43 default "ls1088ardb"
44
Bhaskar Upadhaya7191d452018-05-23 11:03:29 +053045if FSL_LS_PPA
46config SYS_LS_PPA_FW_ADDR
47 hex "PPA Firmware Addr"
48 default 0x20400000 if SYS_LS_PPA_FW_IN_XIP
49 default 0x400000 if SYS_LS_PPA_FW_IN_MMC || SYS_LS_PPA_FW_IN_NAND
50
51if CHAIN_OF_TRUST
52config SYS_LS_PPA_ESBC_ADDR
53 hex "PPA Firmware HDR Addr"
54 default 0x20680000 if SYS_LS_PPA_FW_IN_XIP
55 default 0x680000 if SYS_LS_PPA_FW_IN_MMC || SYS_LS_PPA_FW_IN_NAND
56endif
57endif
58
Ashish Kumare84a3242017-08-31 16:12:54 +053059endif