blob: b55660d485faa2469f2990bc21a65ac1aa1bb6d8 [file] [log] [blame]
Prabhakar Kushwahaa315c662016-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 Upadhaya9bd20182018-05-23 11:03:29 +053015if CHAIN_OF_TRUST
Biwen Lib9eeb082020-11-05 19:28:12 +080016config SYS_LS_PFE_ESBC_ADDR
17 hex "PFE Firmware HDR Addr"
18 default 0x40640000
19
20config SYS_LS_PFE_ESBC_LENGTH
21 hex "length of PFE Firmware HDR"
22 default 0xc00
Bhaskar Upadhaya9bd20182018-05-23 11:03:29 +053023endif
24
Calvin Johnson6e6679b2018-03-08 15:30:30 +053025if FSL_PFE
26
27config BOARD_SPECIFIC_OPTIONS # dummy
28 def_bool y
29 select PHYLIB
30 imply PHY_REALTEK
31
32config SYS_LS_PFE_FW_ADDR
33 hex "Flash address of PFE firmware"
34 default 0x40a00000
35
Biwen Lib9eeb082020-11-05 19:28:12 +080036config SYS_LS_PFE_FW_LENGTH
37 hex "length of PFE firmware"
38 default 0x300000
Rajesh Bhagatfcafef62018-11-05 18:02:53 +000039
Calvin Johnson6e6679b2018-03-08 15:30:30 +053040config DDR_PFE_PHYS_BASEADDR
41 hex "PFE DDR physical base address"
42 default 0x03800000
43
44config DDR_PFE_BASEADDR
45 hex "PFE DDR base address"
46 default 0x83800000
47
48config PFE_EMAC1_PHY_ADDR
49 hex "PFE DDR base address"
50 default 0x2
51
52config PFE_EMAC2_PHY_ADDR
53 hex "PFE DDR base address"
54 default 0x1
55
56endif
57
Prabhakar Kushwahaa315c662016-06-03 18:41:35 +053058endif
Bhaskar Upadhaya7fff22a2018-01-11 20:03:31 +053059
60if TARGET_LS1012A2G5RDB
61
62config SYS_BOARD
63 default "ls1012ardb"
64
65config SYS_VENDOR
66 default "freescale"
67
68config SYS_SOC
69 default "fsl-layerscape"
70
71config SYS_CONFIG_NAME
72 default "ls1012a2g5rdb"
73
Calvin Johnsona69c9c52018-03-08 15:30:31 +053074if FSL_PFE
75
76config BOARD_SPECIFIC_OPTIONS # dummy
77 def_bool y
78 select PHYLIB
Heinrich Schuchardt4f600622020-01-25 20:40:21 +010079 imply PHYLIB_10G
80 imply PHY_AQUANTIA
Calvin Johnsona69c9c52018-03-08 15:30:31 +053081
82config SYS_LS_PFE_FW_ADDR
83 hex "Flash address of PFE firmware"
84 default 0x40a00000
85
Biwen Lib9eeb082020-11-05 19:28:12 +080086config SYS_LS_PFE_FW_LENGTH
87 hex "length of PFE firmware"
88 default 0x300000
89
Calvin Johnsona69c9c52018-03-08 15:30:31 +053090config DDR_PFE_PHYS_BASEADDR
91 hex "PFE DDR physical base address"
92 default 0x03800000
93
94config DDR_PFE_BASEADDR
95 hex "PFE DDR base address"
96 default 0x83800000
97
98config PFE_EMAC1_PHY_ADDR
99 hex "PFE DDR base address"
100 default 0x2
101
102config PFE_EMAC2_PHY_ADDR
103 hex "PFE DDR base address"
104 default 0x1
105
106endif
107
Bhaskar Upadhaya7fff22a2018-01-11 20:03:31 +0530108endif