blob: 4cd66bd5488d80c390e91390479e17c6c95b7a12 [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
23endif
24
Calvin Johnson7ab16472018-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
36config DDR_PFE_PHYS_BASEADDR
37 hex "PFE DDR physical base address"
38 default 0x03800000
39
40config DDR_PFE_BASEADDR
41 hex "PFE DDR base address"
42 default 0x83800000
43
44config PFE_EMAC1_PHY_ADDR
45 hex "PFE DDR base address"
46 default 0x2
47
48config PFE_EMAC2_PHY_ADDR
49 hex "PFE DDR base address"
50 default 0x1
51
52endif
53
Tom Rini88077712017-01-22 19:43:10 -050054source "board/freescale/common/Kconfig"
55
Prabhakar Kushwaha3b6e3892016-06-03 18:41:35 +053056endif
Bhaskar Upadhayab0ce1872018-01-11 20:03:31 +053057
58if TARGET_LS1012A2G5RDB
59
60config SYS_BOARD
61 default "ls1012ardb"
62
63config SYS_VENDOR
64 default "freescale"
65
66config SYS_SOC
67 default "fsl-layerscape"
68
69config SYS_CONFIG_NAME
70 default "ls1012a2g5rdb"
71
Bhaskar Upadhaya7191d452018-05-23 11:03:29 +053072config SYS_LS_PPA_FW_ADDR
73 hex "PPA Firmware Addr"
74 default 0x40400000
75
Calvin Johnson28e3c392018-03-08 15:30:31 +053076if FSL_PFE
77
78config BOARD_SPECIFIC_OPTIONS # dummy
79 def_bool y
80 select PHYLIB
81 imply CONFIG_PHYLIB_10G
82 imply CONFIG_PHY_AQUANTIA
83
84config SYS_LS_PFE_FW_ADDR
85 hex "Flash address of PFE firmware"
86 default 0x40a00000
87
88config DDR_PFE_PHYS_BASEADDR
89 hex "PFE DDR physical base address"
90 default 0x03800000
91
92config DDR_PFE_BASEADDR
93 hex "PFE DDR base address"
94 default 0x83800000
95
96config PFE_EMAC1_PHY_ADDR
97 hex "PFE DDR base address"
98 default 0x2
99
100config PFE_EMAC2_PHY_ADDR
101 hex "PFE DDR base address"
102 default 0x1
103
104endif
105
Bhaskar Upadhayab0ce1872018-01-11 20:03:31 +0530106source "board/freescale/common/Kconfig"
107
108endif