hc
2023-02-18 84d1d1bed0120e0921c876885ca9006fb9ddf42e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
if ROCKCHIP_RK3288
 
config TARGET_CHROMEBOOK_JERRY
   bool "Google/Rockchip Veyron-Jerry Chromebook"
   select BOARD_LATE_INIT
   help
     Jerry is a RK3288-based clamshell device with 2 USB 3.0 ports,
     HDMI, an 11.9 inch EDP display, micro-SD card, touchpad and
     WiFi. It includes a Chrome OS EC (Cortex-M3) to provide access to
     the keyboard and battery functions.
 
config TARGET_CHROMEBIT_MICKEY
   bool "Google/Rockchip Veyron-Mickey Chromebit"
   select BOARD_LATE_INIT
   help
     Mickey is a small RK3288-based device with one USB 3.0 port, HDMI
     and WiFi. It has a separate power port and is designed to connect
     to the HDMI input of a monitor or TV. It has no internal battery.
     Typically a USB hub or wireless keyboard/touchpad is used to get
     keyboard and mouse access.
 
config TARGET_CHROMEBOOK_MINNIE
   bool "Google/Rockchip Veyron-Minnie Chromebook"
   select BOARD_LATE_INIT
   help
     Minnie is a RK3288-based convertible clamshell device with 2 USB 3.0
     ports, micro HDMI, a 10.1-inch 1280x800 EDP display, micro-SD card,
     HD camera, touchpad, WiFi and Bluetooth. It includes a Chrome OS
     EC (Cortex-M3) to provide access to the keyboard and battery
     functions. It includes 2 or 4GB of SDRAM and 16 or 32GB of
     internal MMC. The product name is ASUS Chromebook Flip.
 
config TARGET_EVB_RK3288
   bool "Evb-RK3288"
   select BOARD_LATE_INIT
   help
     EVB-RK3288 is a RK3288-based development board with 2 USB ports,
     HDMI, VGA, micro-SD card, audio, WiFi  and Gigabit Ethernet, It
     also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
     provide access to display pins, I2C, SPI, UART and GPIOs.
 
config TARGET_EVB_RK3288_RK1608
   bool "Evb-RK3288-RK1608"
   select BOARD_LATE_INIT
   help
     The EVB-RK3288-RK1608 includes a Host AP RK3288 and a DSP coprocessor
     RK1608. The EVB can help us to develop the RK1608 easily through a
     good RK3288 host environment. On the RK3288 side, there are 2 USB
     ports, MIPI, micro-SD card, WiFi and Gigabit Ethernet, It also
     includes on-board eMMC and 2GB of DDR3. Expansion connectors provide
     access to display pins, I2C, SPI, UART and GPIOs.
 
config TARGET_FENNEC_RK3288
   bool "Fennec-RK3288"
   select BOARD_LATE_INIT
   help
     Fennec is a RK3288-based development board with 2 USB ports,
     HDMI, micro-SD card, audio, WiFi and Gigabit Ethernet. It also
     includes on-board eMMC and 2GB of SDRAM. Expansion connectors
     provide access to display pins, I2C, SPI, UART and GPIOs.
 
config TARGET_FIREFLY_RK3288
   bool "Firefly-RK3288"
   select BOARD_LATE_INIT
   help
     Firefly is a RK3288-based development board with 2 USB ports,
     HDMI, VGA, micro-SD card, audio, WiFi  and Gigabit Ethernet, It
     also includes on-board eMMC and 1GB of SDRAM. Expansion connectors
     provide access to display pins, I2C, SPI, UART and GPIOs.
 
config TARGET_MIQI_RK3288
   bool "MiQi-RK3288"
   select BOARD_LATE_INIT
   help
     MiQi-RK3288 is a RK3288-based development board with 4 USB 2.0
     ports, HDMI, micro-SD card, 16 GB eMMC and Gigabit Ethernet. It
     has 1 or 2 GiB SDRAM. Expansion connectors provide access to
     I2C, SPI, UART, GPIOs and fan control.
 
config TARGET_PHYCORE_RK3288
   bool "phyCORE-RK3288"
        select BOARD_LATE_INIT
   help
     Add basic support for the PCM-947 carrier board, a RK3288 based
     development board made by PHYTEC. This board works in a combination
     with the phyCORE-RK3288 System on Module.
 
config TARGET_POPMETAL_RK3288
   bool "PopMetal-RK3288"
   select BOARD_LATE_INIT
   help
     PopMetal is a RK3288-based development board with 3 USB host ports,
     1 micro USB OTG port, HDMI, VGA, micro-SD card, audio, WiFi, Gigabit
     Ethernet and lots of sensors. It also includes on-board 8 GeMMC and
     2GB DDR3. Expansion connectors provide access to I2C, SPI, UART,
     GPIOs and display interface.
 
config TARGET_VYASA_RK3288
   bool "Vyasa-RK3288"
   select BOARD_LATE_INIT
   select TPL
   select SUPPORT_TPL
   select TPL_DM
   select TPL_REGMAP
   select TPL_SYSCON
   select TPL_CLK
   select TPL_RAM
   select TPL_OF_PLATDATA
   select TPL_OF_CONTROL
   select TPL_BOOTROM_SUPPORT
   select TPL_NEEDS_SEPARATE_TEXT_BASE if SPL
   select ROCKCHIP_BROM_HELPER
   select TPL_DRIVERS_MISC_SUPPORT
   select TPL_LIBCOMMON_SUPPORT
   select TPL_LIBGENERIC_SUPPORT
   select TPL_SERIAL_SUPPORT
   help
     Vyasa is a RK3288-based development board with 2 USB ports,
     HDMI, VGA, micro-SD card, audio, WiFi  and Gigabit Ethernet, It
     also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
     provide access to display pins, I2C, SPI, UART and GPIOs.
 
config TARGET_ROCK2
   bool "Radxa Rock 2"
   select BOARD_LATE_INIT
   help
     Rock 2 is a SOM and base-board combination based on RK3288. It
     includes Ethernet, HDMI, 3 USB, micro-SD, audio, SATA, WiFi and
     space for a real-time-clock battery. There is also an expansion
     interface which provides access to many pins.
 
config TARGET_TINKER_RK3288
   bool "Tinker-RK3288"
        select BOARD_LATE_INIT
   help
     Tinker is a RK3288-based development board with 2 USB ports, HDMI,
     micro-SD card, audio, Gigabit Ethernet. It also includes on-board
     8GB eMMC and 2GB of SDRAM. Expansion connectors provide access to
     I2C, SPI, UART, GPIOs.
 
config ROCKCHIP_FAST_SPL
   bool "Change the CPU to full speed in SPL"
   depends on TARGET_CHROMEBOOK_JERRY
   help
     Some boards want to boot as fast as possible. We can increase the
     CPU frequency in SPL if the power supply is configured to the correct
     voltage. This option is only available on boards which support it
     and have the required PMIC code.
 
config SYS_SOC
   default "rockchip"
 
config SYS_MALLOC_F_LEN
   default 0x0800
 
config SPL_DRIVERS_MISC_SUPPORT
   default y
 
config SPL_LIBCOMMON_SUPPORT
   default y
 
config SPL_LIBGENERIC_SUPPORT
   default y
 
config SPL_SERIAL_SUPPORT
   default y
 
config ROCKCHIP_SPL
   bool "Use Rockchip's SPL binary"
   select ROCKCHIP_SPL_BACK_TO_BROM
   help
     Rockchip has provide a SPL binary to configure DDR device instead of
     open source u-boot-spl binary, which can autodetect DDR deivce type and
     initialize.
 
source "board/amarula/vyasa-rk3288/Kconfig"
 
source "board/chipspark/popmetal_rk3288/Kconfig"
 
source "board/firefly/firefly-rk3288/Kconfig"
 
source "board/google/veyron/Kconfig"
 
source "board/mqmaker/miqi_rk3288/Kconfig"
 
source "board/phytec/phycore_rk3288/Kconfig"
 
source "board/radxa/rock2/Kconfig"
 
source "board/rockchip/evb_rk3288/Kconfig"
 
source "board/rockchip/evb_rk3288_rk1608/Kconfig"
 
source "board/rockchip/fennec_rk3288/Kconfig"
 
source "board/rockchip/tinker_rk3288/Kconfig"
 
endif