Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / board / freescale / ls1012afrdm / Kconfig
1 if TARGET_LS1012AFRDM
2
3 config SYS_BOARD
4         default "ls1012afrdm"
5
6 config SYS_VENDOR
7         default "freescale"
8
9 config SYS_SOC
10         default "fsl-layerscape"
11
12 config SYS_CONFIG_NAME
13         default "ls1012afrdm"
14
15 config SYS_LS_PFE_FW_ADDR
16         hex "Flash address of PFE firmware"
17         default 0x40a00000
18
19 config SYS_LS_PFE_FW_LENGTH
20         hex "length of PFE firmware"
21         default 0x40000
22
23 config SYS_LS_PPA_FW_ADDR
24         hex "PPA Firmware Addr"
25         default 0x40400000
26 endif
27
28 if FSL_PFE
29
30 config BOARD_SPECIFIC_OPTIONS # dummy
31         def_bool y
32         select PHYLIB
33         imply PHY_REALTEK
34         imply PHY_ATHEROS
35
36 config DDR_PFE_PHYS_BASEADDR
37         hex "PFE DDR physical base address"
38         default 0x03800000
39
40 config DDR_PFE_BASEADDR
41         hex "PFE DDR base address"
42         default 0x83800000
43
44 config PFE_EMAC1_PHY_ADDR
45         hex "PFE DDR base address"
46         default 0x2
47
48 config PFE_EMAC2_PHY_ADDR
49         hex "PFE DDR base address"
50         default 0x1
51
52 endif
53
54 if TARGET_LS1012AFRWY
55
56 config SYS_BOARD
57         default "ls1012afrdm"
58
59 config SYS_VENDOR
60         default "freescale"
61
62 config SYS_SOC
63         default "fsl-layerscape"
64
65 config SYS_CONFIG_NAME
66         default "ls1012afrwy"
67
68 config SYS_LS_PFE_FW_ADDR
69         hex "Flash address of PFE firmware"
70         default 0x40020000
71
72 config SYS_LS_PFE_FW_LENGTH
73         hex "length of PFE firmware"
74         default 0x40000
75
76 config SYS_LS_PPA_FW_ADDR
77         hex "PPA Firmware Addr"
78         default 0x40060000
79
80 config SYS_LS_PPA_ESBC_ADDR
81         hex "PPA Firmware HDR Addr"
82         default 0x401f4000
83
84 config SYS_LS_PFE_ESBC_ADDR
85         hex "PFE Firmware HDR Addr"
86         default 0x401f8000
87
88 config SYS_LS_PFE_ESBC_LENGTH
89         hex "length of PFE Firmware HDR"
90         default 0xc00
91 endif
92
93 if TARGET_LS1012AFRDM || TARGET_LS1012AFRWY
94 source "board/freescale/common/Kconfig"
95 endif