Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 1 | if ROCKCHIP_RK3288 |
| 2 | |
Simon Glass | 17aa548 | 2015-08-30 16:55:41 -0600 | [diff] [blame] | 3 | config TARGET_FIREFLY_RK3288 |
| 4 | bool "Firefly-RK3288" |
| 5 | help |
| 6 | Firefly is a RK3288-based development board with 2 USB ports, |
| 7 | HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It |
| 8 | also includes on-board eMMC and 1GB of SDRAM. Expansion connectors |
| 9 | provide access to display pins, I2C, SPI, UART and GPIOs. |
| 10 | |
Simon Glass | e2e947f | 2015-08-30 16:55:42 -0600 | [diff] [blame] | 11 | config TARGET_CHROMEBOOK_JERRY |
| 12 | bool "Google/Rockchip Veyron-Jerry Chromebook" |
| 13 | help |
| 14 | Jerry is a RK3288-based clamshell device with 2 USB 3.0 ports, |
| 15 | HDMI, an 11.9 inch EDP display, micro-SD card, touchpad and |
| 16 | WiFi. It includes a Chrome OS EC (Cortex-M3) to provide access to |
| 17 | the keyboard and battery functions. |
| 18 | |
Simon Glass | dae594f | 2016-01-21 19:45:17 -0700 | [diff] [blame^] | 19 | config ROCKCHIP_FAST_SPL |
| 20 | bool "Change the CPU to full speed in SPL" |
| 21 | depends on TARGET_CHROMEBOOK_JERRY |
| 22 | help |
| 23 | Some boards want to boot as fast as possible. We can increase the |
| 24 | CPU frequency in SPL if the power supply is configured to the correct |
| 25 | voltage. This option is only available on boards which support it |
| 26 | and have the required PMIC code. |
| 27 | |
Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 28 | config SYS_SOC |
| 29 | default "rockchip" |
| 30 | |
huang lin | 8117803 | 2015-11-17 14:20:10 +0800 | [diff] [blame] | 31 | config SYS_MALLOC_F_LEN |
| 32 | default 0x0800 |
| 33 | |
Simon Glass | e2e947f | 2015-08-30 16:55:42 -0600 | [diff] [blame] | 34 | source "board/google/chromebook_jerry/Kconfig" |
| 35 | |
Simon Glass | 17aa548 | 2015-08-30 16:55:41 -0600 | [diff] [blame] | 36 | source "board/firefly/firefly-rk3288/Kconfig" |
| 37 | |
Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 38 | endif |