blob: b8f0578a286f9608430d3ae8c4dcecaaef2498c0 [file] [log] [blame]
Pascal Linderc0fed3a2019-06-18 13:27:47 +02001# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (C) 2019, Pascal Linder <pascal.linder@edu.hefr.ch>
4
5config VENDOR_KM
6 bool
7 help
8 Selected by any KM board to have additional configurations.
9
10if VENDOR_KM
11
Pascal Linder707f06f2019-07-09 09:28:20 +020012menu "KM Board Setup"
13
Tom Rini9244b2f2022-10-28 20:26:54 -040014config SYS_I2C_INIT_BOARD
15 def_bool y if ARM
16
Tom Rinib7fbdc52022-05-12 16:12:16 -040017config HUSH_INIT_VAR
18 def_bool y
19
Pascal Linder707f06f2019-07-09 09:28:20 +020020config KM_PNVRAM
21 hex "Pseudo RAM"
22 default 0x80000
Holger Brunck468ba8d2020-02-19 19:55:14 +010023 depends on !ARCH_SOCFPGA
Pascal Linder707f06f2019-07-09 09:28:20 +020024 help
25 Start address of the pseudo non-volatile RAM for application.
26
27config KM_PHRAM
28 hex "Physical RAM"
Aleksandar Gerasimovski91ee5472021-02-22 18:18:11 +000029 default 0x17F000 if ARM && !ARCH_LS1021A
30 default 0x100000 if PPC || ARCH_LS1021A
Holger Brunck468ba8d2020-02-19 19:55:14 +010031 depends on !ARCH_SOCFPGA
Pascal Linder707f06f2019-07-09 09:28:20 +020032 help
33 Start address of the physical RAM, which is the mounted /var folder.
34
35config KM_RESERVED_PRAM
36 hex "Reserved RAM"
Trevor Woernerbb0fb4c2020-05-06 08:02:40 -040037 default 0x801000 if ARCH_KIRKWOOD
Pascal Linder707f06f2019-07-09 09:28:20 +020038 default 0x0 if MPC83xx
Aleksandar Gerasimovski91ee5472021-02-22 18:18:11 +000039 default 0x1000 if MPC85xx || ARCH_LS1021A
Holger Brunck468ba8d2020-02-19 19:55:14 +010040 depends on !ARCH_SOCFPGA
Pascal Linder707f06f2019-07-09 09:28:20 +020041 help
42 Reserved physical RAM area at the end of memory for special purposes.
43
44config KM_CRAMFS_ADDR
45 hex "CRAMFS Address"
Aleksandar Gerasimovski91ee5472021-02-22 18:18:11 +000046 default 0x83000000 if ARCH_LS1021A
Holger Brunck6a0952a2020-10-09 17:21:32 +020047 default 0x3000000
Holger Brunck468ba8d2020-02-19 19:55:14 +010048 depends on !ARCH_SOCFPGA
Pascal Linder707f06f2019-07-09 09:28:20 +020049 help
50 Start address of the CRAMFS containing the Linux kernel.
51
52config KM_KERNEL_ADDR
53 hex "Kernel Load Address"
Aleksandar Gerasimovski91ee5472021-02-22 18:18:11 +000054 default 0x82000000 if ARCH_LS1021A
Holger Brunck6a0952a2020-10-09 17:21:32 +020055 default 0x2000000
Pascal Linder707f06f2019-07-09 09:28:20 +020056 help
57 Address where to load Linux kernel in RAM.
58
59config KM_FDT_ADDR
60 hex "FDT Load Address"
Aleksandar Gerasimovski91ee5472021-02-22 18:18:11 +000061 default 0x82FC0000 if ARCH_LS1021A
Holger Brunck6a0952a2020-10-09 17:21:32 +020062 default 0x2FC0000
Pascal Linder707f06f2019-07-09 09:28:20 +020063 help
64 Address where to load flattened device tree in RAM.
65
Aleksandar Gerasimovski91ee5472021-02-22 18:18:11 +000066config SYS_PAX_BASE
67 hex "PAX IFC Base Address"
68 default 0x78000000
69 depends on ARCH_LS1021A
70 help
71 IFC Base Address for PAXx FPGA.
72
Aleksandar Gerasimovskia7fd6fa2021-06-08 14:16:28 +000073config SYS_CLIPS_BASE
74 hex "CLIPS IFC Base Address"
75 default 0x78000000
76 depends on ARCH_LS1021A
77 help
78 IFC Base Address for CLIPS FPGA.
79
Pascal Linder707f06f2019-07-09 09:28:20 +020080config KM_CONSOLE_TTY
81 string "KM Console"
82 default "ttyS0"
83 help
84 TTY console to use on board.
85
Holger Brunck05577fa2019-11-26 19:09:01 +010086config KM_DEF_NETDEV
87 string "Default Netdevice"
88 default "eth0"
89 help
90 Default netdevice for debug interface
91
Pascal Linder707f06f2019-07-09 09:28:20 +020092config KM_COMMON_ETH_INIT
93 bool "Common Ethernet Initialization"
Trevor Woernerbb0fb4c2020-05-06 08:02:40 -040094 default y if ARCH_KIRKWOOD || MPC83xx
Aleksandar Gerasimovski91ee5472021-02-22 18:18:11 +000095 default n if MPC85xx || ARCH_SOCFPGA || ARCH_LS1021A
Pascal Linder707f06f2019-07-09 09:28:20 +020096 help
Aleksandar Gerasimovski91ee5472021-02-22 18:18:11 +000097 Use the Ethernet initialization implemented in common code that
Pascal Linder707f06f2019-07-09 09:28:20 +020098 detects if a Piggy board is present.
99
Holger Brunck58e1fdb2019-11-25 17:24:13 +0100100config PIGGY_MAC_ADDRESS_OFFSET
Pascal Linder707f06f2019-07-09 09:28:20 +0200101 int "Piggy Address Offset"
102 default 0
103 help
104 MAC address offset for the Piggy board.
105
106config KM_MVEXTSW_ADDR
107 hex "Marvell Switch Address"
108 depends on MV88E6352_SWITCH
109 default 0x10
110 help
111 Address of external Marvell switch.
112
113config KM_IVM_BUS
114 int "IVM I2C Bus"
Holger Brunck468ba8d2020-02-19 19:55:14 +0100115 default 0 if ARCH_SOCFPGA
Aleksandar Gerasimovski91ee5472021-02-22 18:18:11 +0000116 default 1 if ARCH_KIRKWOOD || MPC85xx || ARCH_LS1021A
Pascal Linder707f06f2019-07-09 09:28:20 +0200117 default 2 if MPC83xx
118 help
119 Identifier number of I2C bus, where the inventory EEPROM is connected to.
120
121config SYS_IVM_EEPROM_ADR
122 hex "IVM I2C Address"
123 default 0x50
124 help
125 I2C address of the EEPROM containing the inventory.
126
127config SYS_IVM_EEPROM_MAX_LEN
128 hex "IVM Length"
129 default 0x400
130 help
131 Maximum length of inventory in EEPROM.
132
133config SYS_IVM_EEPROM_PAGE_LEN
134 hex "IVM Page Size"
135 default 0x100
136 help
137 Page size of inventory in EEPROM.
138
Aleksandar Gerasimovskiefe19292021-12-10 11:07:53 +0100139config PG_WCOM_UBOOT_UPDATE_SUPPORTED
140 bool "Enable U-boot Field Fail-Safe Update Functionality"
141 default n
142 help
143 Indicates that field fail-safe u-boot update is supported.
144 This functionality works only for designs that are booting
145 from parallel NOR flash.
146
147config PG_WCOM_UBOOT_BOOTPACKAGE
148 bool "U-boot Is Part Of Factory Boot-Package Image"
149 default n
150 help
151 Indicates that u-boot will be a part of the factory programmed
152 boot-package image.
153 Has to be set for original u-boot programmed at factory.
154
155config PG_WCOM_UBOOT_UPDATE_TEXT_BASE
156 hex "Text Base For U-boot Programmed Outside Factory"
157 default 0xFFFFFFFF
158 help
159 Text base of an updated u-boot that is not factory programmed but
160 later when the unit is rolled out on the field.
161 Has to be set for original u-boot programmed at factory.
162
163config PG_WCOM_UBOOT_UPDATE
164 bool "U-boot Is Part Of Factory Boot-Package Image"
165 default n
166 help
167 Indicates that u-boot will be a part of the embedded software and
168 programmed at field.
169 Has to be set for updated u-boot version programmed at field.
170
Pascal Linderc0fed3a2019-06-18 13:27:47 +0200171source "board/keymile/km83xx/Kconfig"
Niel Fourie37bfd9c2021-01-21 13:19:20 +0100172source "board/keymile/kmcent2/Kconfig"
Aleksandar Gerasimovski91ee5472021-02-22 18:18:11 +0000173source "board/keymile/pg-wcom-ls102xa/Kconfig"
Pascal Linderc0fed3a2019-06-18 13:27:47 +0200174
Pascal Linder707f06f2019-07-09 09:28:20 +0200175endmenu
176
Pascal Linderc0fed3a2019-06-18 13:27:47 +0200177endif