blob: c4acea3ae2db3c7ba93bdf69306b32de42ca8eba [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
Tom Rini88077712017-01-22 19:43:10 -050066source "board/freescale/common/Kconfig"
67
Prabhakar Kushwaha3b6e3892016-06-03 18:41:35 +053068endif
Bhaskar Upadhayab0ce1872018-01-11 20:03:31 +053069
70if TARGET_LS1012A2G5RDB
71
72config SYS_BOARD
73 default "ls1012ardb"
74
75config SYS_VENDOR
76 default "freescale"
77
78config SYS_SOC
79 default "fsl-layerscape"
80
81config SYS_CONFIG_NAME
82 default "ls1012a2g5rdb"
83
Bhaskar Upadhaya7191d452018-05-23 11:03:29 +053084config SYS_LS_PPA_FW_ADDR
85 hex "PPA Firmware Addr"
86 default 0x40400000
87
Calvin Johnson28e3c392018-03-08 15:30:31 +053088if FSL_PFE
89
90config BOARD_SPECIFIC_OPTIONS # dummy
91 def_bool y
92 select PHYLIB
Heinrich Schuchardtd9618e92020-01-25 20:40:21 +010093 imply PHYLIB_10G
94 imply PHY_AQUANTIA
Calvin Johnson28e3c392018-03-08 15:30:31 +053095
96config SYS_LS_PFE_FW_ADDR
97 hex "Flash address of PFE firmware"
98 default 0x40a00000
99
Biwen Li164941c2020-11-05 19:28:12 +0800100config SYS_LS_PFE_FW_LENGTH
101 hex "length of PFE firmware"
102 default 0x300000
103
Calvin Johnson28e3c392018-03-08 15:30:31 +0530104config DDR_PFE_PHYS_BASEADDR
105 hex "PFE DDR physical base address"
106 default 0x03800000
107
108config DDR_PFE_BASEADDR
109 hex "PFE DDR base address"
110 default 0x83800000
111
112config PFE_EMAC1_PHY_ADDR
113 hex "PFE DDR base address"
114 default 0x2
115
116config PFE_EMAC2_PHY_ADDR
117 hex "PFE DDR base address"
118 default 0x1
119
120endif
121
Bhaskar Upadhayab0ce1872018-01-11 20:03:31 +0530122source "board/freescale/common/Kconfig"
123
124endif