blob: a7e59e6265657ee840f1a7cf7f60767583ad4e0c [file] [log] [blame]
Prabhakar Kushwaha9e7ee7b2016-06-03 18:41:36 +05301if TARGET_LS1012AFRDM
2
3config SYS_BOARD
4 default "ls1012afrdm"
5
6config SYS_VENDOR
7 default "freescale"
8
9config SYS_SOC
10 default "fsl-layerscape"
11
12config SYS_CONFIG_NAME
13 default "ls1012afrdm"
14
Bhaskar Upadhaya5e6f5982018-05-23 11:03:30 +053015config SYS_LS_PFE_FW_ADDR
16 hex "Flash address of PFE firmware"
17 default 0x40a00000
18
Biwen Lib9eeb082020-11-05 19:28:12 +080019config SYS_LS_PFE_FW_LENGTH
20 hex "length of PFE firmware"
21 default 0x40000
22
Bhaskar Upadhaya5e6f5982018-05-23 11:03:30 +053023endif
Bhaskar Upadhaya9bd20182018-05-23 11:03:29 +053024
Calvin Johnsonb2231452018-03-08 15:30:29 +053025if FSL_PFE
26
27config BOARD_SPECIFIC_OPTIONS # dummy
28 def_bool y
29 select PHYLIB
30 imply PHY_REALTEK
Bhaskar Upadhaya5e6f5982018-05-23 11:03:30 +053031 imply PHY_ATHEROS
Calvin Johnsonb2231452018-03-08 15:30:29 +053032
33config DDR_PFE_PHYS_BASEADDR
34 hex "PFE DDR physical base address"
35 default 0x03800000
36
37config DDR_PFE_BASEADDR
38 hex "PFE DDR base address"
39 default 0x83800000
40
41config PFE_EMAC1_PHY_ADDR
42 hex "PFE DDR base address"
43 default 0x2
44
45config PFE_EMAC2_PHY_ADDR
46 hex "PFE DDR base address"
47 default 0x1
48
49endif
50
Bhaskar Upadhaya5e6f5982018-05-23 11:03:30 +053051if TARGET_LS1012AFRWY
52
53config SYS_BOARD
54 default "ls1012afrdm"
Tom Rini51b06fa2017-01-22 19:43:10 -050055
Bhaskar Upadhaya5e6f5982018-05-23 11:03:30 +053056config SYS_VENDOR
57 default "freescale"
58
59config SYS_SOC
60 default "fsl-layerscape"
61
62config SYS_CONFIG_NAME
63 default "ls1012afrwy"
64
65config SYS_LS_PFE_FW_ADDR
66 hex "Flash address of PFE firmware"
67 default 0x40020000
68
Biwen Lib9eeb082020-11-05 19:28:12 +080069config SYS_LS_PFE_FW_LENGTH
70 hex "length of PFE firmware"
71 default 0x40000
72
Vinitha V Pillaiad698c32018-05-23 11:03:31 +053073config SYS_LS_PFE_ESBC_ADDR
74 hex "PFE Firmware HDR Addr"
75 default 0x401f8000
76
Biwen Lib9eeb082020-11-05 19:28:12 +080077config SYS_LS_PFE_ESBC_LENGTH
78 hex "length of PFE Firmware HDR"
79 default 0xc00
Bhaskar Upadhaya5e6f5982018-05-23 11:03:30 +053080endif