blob: aa15f5a027e891d8aac8ed062c33a58f426a4935 [file] [log] [blame]
Prabhakar Kushwaha3b6e3892016-06-03 18:41:35 +05301if TARGET_LS1012ARDB
2
3config SYS_BOARD
4 default "ls1012ardb"
5
6config SYS_VENDOR
7 default "freescale"
8
9config SYS_SOC
10 default "fsl-layerscape"
11
12config SYS_CONFIG_NAME
13 default "ls1012ardb"
14
Bhaskar Upadhaya7191d452018-05-23 11:03:29 +053015config SYS_LS_PPA_FW_ADDR
16 hex "PPA Firmware Addr"
17 default 0x40400000
18
19if CHAIN_OF_TRUST
20config SYS_LS_PPA_ESBC_ADDR
21 hex "PPA Firmware HDR Addr"
22 default 0x40680000
Biwen Li164941c2020-11-05 19:28:12 +080023
24config SYS_LS_PFE_ESBC_ADDR
25 hex "PFE Firmware HDR Addr"
26 default 0x40640000
27
28config SYS_LS_PFE_ESBC_LENGTH
29 hex "length of PFE Firmware HDR"
30 default 0xc00
Bhaskar Upadhaya7191d452018-05-23 11:03:29 +053031endif
32
Calvin Johnson7ab16472018-03-08 15:30:30 +053033if FSL_PFE
34
35config BOARD_SPECIFIC_OPTIONS # dummy
36 def_bool y
37 select PHYLIB
38 imply PHY_REALTEK
39
40config SYS_LS_PFE_FW_ADDR
41 hex "Flash address of PFE firmware"
42 default 0x40a00000
43
Biwen Li164941c2020-11-05 19:28:12 +080044config SYS_LS_PFE_FW_LENGTH
45 hex "length of PFE firmware"
46 default 0x300000
Rajesh Bhagat1f6180d2018-11-05 18:02:53 +000047
Calvin Johnson7ab16472018-03-08 15:30:30 +053048config DDR_PFE_PHYS_BASEADDR
49 hex "PFE DDR physical base address"
50 default 0x03800000
51
52config DDR_PFE_BASEADDR
53 hex "PFE DDR base address"
54 default 0x83800000
55
56config PFE_EMAC1_PHY_ADDR
57 hex "PFE DDR base address"
58 default 0x2
59
60config PFE_EMAC2_PHY_ADDR
61 hex "PFE DDR base address"
62 default 0x1
63
64endif
65
Prabhakar Kushwaha3b6e3892016-06-03 18:41:35 +053066endif
Bhaskar Upadhayab0ce1872018-01-11 20:03:31 +053067
68if TARGET_LS1012A2G5RDB
69
70config SYS_BOARD
71 default "ls1012ardb"
72
73config SYS_VENDOR
74 default "freescale"
75
76config SYS_SOC
77 default "fsl-layerscape"
78
79config SYS_CONFIG_NAME
80 default "ls1012a2g5rdb"
81
Bhaskar Upadhaya7191d452018-05-23 11:03:29 +053082config SYS_LS_PPA_FW_ADDR
83 hex "PPA Firmware Addr"
84 default 0x40400000
85
Calvin Johnson28e3c392018-03-08 15:30:31 +053086if FSL_PFE
87
88config BOARD_SPECIFIC_OPTIONS # dummy
89 def_bool y
90 select PHYLIB
Heinrich Schuchardtd9618e92020-01-25 20:40:21 +010091 imply PHYLIB_10G
92 imply PHY_AQUANTIA
Calvin Johnson28e3c392018-03-08 15:30:31 +053093
94config SYS_LS_PFE_FW_ADDR
95 hex "Flash address of PFE firmware"
96 default 0x40a00000
97
Biwen Li164941c2020-11-05 19:28:12 +080098config SYS_LS_PFE_FW_LENGTH
99 hex "length of PFE firmware"
100 default 0x300000
101
Calvin Johnson28e3c392018-03-08 15:30:31 +0530102config DDR_PFE_PHYS_BASEADDR
103 hex "PFE DDR physical base address"
104 default 0x03800000
105
106config DDR_PFE_BASEADDR
107 hex "PFE DDR base address"
108 default 0x83800000
109
110config PFE_EMAC1_PHY_ADDR
111 hex "PFE DDR base address"
112 default 0x2
113
114config PFE_EMAC2_PHY_ADDR
115 hex "PFE DDR base address"
116 default 0x1
117
118endif
119
Bhaskar Upadhayab0ce1872018-01-11 20:03:31 +0530120endif