Mateusz Kulikowski | 2507d82 | 2016-03-31 23:12:32 +0200 | [diff] [blame] | 1 | if ARCH_SNAPDRAGON |
| 2 | |
| 3 | config SYS_SOC |
| 4 | default "snapdragon" |
| 5 | |
Ramon Fried | 8a1ed60 | 2018-05-28 23:55:49 +0300 | [diff] [blame] | 6 | config SYS_MALLOC_F_LEN |
| 7 | default 0x2000 |
| 8 | |
Simon Glass | b59037b | 2023-09-26 08:14:25 -0600 | [diff] [blame] | 9 | config SPL_SYS_MALLOC_F |
| 10 | default y |
| 11 | |
Ramon Fried | 8a1ed60 | 2018-05-28 23:55:49 +0300 | [diff] [blame] | 12 | config SPL_SYS_MALLOC_F_LEN |
| 13 | default 0x2000 |
| 14 | |
Dzmitry Sankouski | 2826cbd | 2021-10-17 13:44:31 +0300 | [diff] [blame] | 15 | config SDM845 |
| 16 | bool "Qualcomm Snapdragon 845 SoC" |
| 17 | default n |
Dzmitry Sankouski | 4e6df40 | 2021-10-17 13:44:32 +0300 | [diff] [blame] | 18 | select LINUX_KERNEL_IMAGE_HEADER |
| 19 | |
| 20 | config LNX_KRNL_IMG_TEXT_OFFSET_BASE |
| 21 | default 0x80000000 |
Dzmitry Sankouski | 2826cbd | 2021-10-17 13:44:31 +0300 | [diff] [blame] | 22 | |
Mateusz Kulikowski | ee5e70d | 2016-03-31 23:12:33 +0200 | [diff] [blame] | 23 | choice |
| 24 | prompt "Snapdragon board select" |
| 25 | |
| 26 | config TARGET_DRAGONBOARD410C |
| 27 | bool "96Boards Dragonboard 410C" |
Ramon Fried | 63596f0 | 2018-09-21 13:35:46 +0300 | [diff] [blame] | 28 | select BOARD_LATE_INIT |
Stephan Gerhold | 2279dde | 2021-07-07 11:06:02 +0200 | [diff] [blame] | 29 | select ENABLE_ARM_SOC_BOOT0_HOOK |
Mateusz Kulikowski | ee5e70d | 2016-03-31 23:12:33 +0200 | [diff] [blame] | 30 | help |
| 31 | Support for 96Boards Dragonboard 410C. This board complies with |
| 32 | 96Board Open Platform Specifications. Features: |
| 33 | - Qualcomm Snapdragon 410C SoC - APQ8016 (4xCortex A53, Adreno 306) |
| 34 | - 1GiB RAM |
| 35 | - 8GiB eMMC, uSD slot |
| 36 | - WiFi, Bluetooth and GPS module |
| 37 | - 2x Host, 1x Device USB port |
| 38 | - HDMI |
| 39 | - 20-pin low speed and 40-pin high speed expanders, 4 LED, 3 buttons |
| 40 | |
Jorge Ramirez-Ortiz | 9f2d1b2 | 2018-01-10 11:33:50 +0100 | [diff] [blame] | 41 | config TARGET_DRAGONBOARD820C |
| 42 | bool "96Boards Dragonboard 820C" |
| 43 | help |
| 44 | Support for 96Boards Dragonboard 820C. This board complies with |
| 45 | 96Board Open Platform Specifications. Features: |
| 46 | - Qualcomm Snapdragon 820C SoC - APQ8096 (4xKyro CPU) |
| 47 | - 3GiB RAM |
| 48 | - 32GiB UFS drive |
| 49 | |
Sumit Garg | 5b32da4 | 2022-07-12 12:42:08 +0530 | [diff] [blame] | 50 | config TARGET_DRAGONBOARD845C |
| 51 | bool "96Boards Dragonboard 845C" |
| 52 | help |
| 53 | Support for 96Boards Dragonboard 845C aka Robotics RB3 Development |
| 54 | Platform. This board complies with 96Boards Open Platform |
| 55 | Specifications. Features: |
| 56 | - Qualcomm Snapdragon SDA845 SoC |
| 57 | - 4GiB RAM |
| 58 | - 64GiB UFS drive |
| 59 | select MISC_INIT_R |
| 60 | select SDM845 |
Sumit Garg | 5b32da4 | 2022-07-12 12:42:08 +0530 | [diff] [blame] | 61 | |
Dzmitry Sankouski | 4e6df40 | 2021-10-17 13:44:32 +0300 | [diff] [blame] | 62 | config TARGET_STARQLTECHN |
| 63 | bool "Samsung S9 SM-G9600(starqltechn)" |
| 64 | help |
| 65 | Support for Samsung S9 SM-G9600(starqltechn) board. |
| 66 | Features: |
| 67 | - Qualcomm Snapdragon SDM845 SoC |
| 68 | - 4GiB RAM |
| 69 | - 64GiB UFS drive |
| 70 | select MISC_INIT_R |
| 71 | select SDM845 |
Dzmitry Sankouski | 4e6df40 | 2021-10-17 13:44:32 +0300 | [diff] [blame] | 72 | |
Sumit Garg | 89a8ec9 | 2022-07-12 12:42:12 +0530 | [diff] [blame] | 73 | config TARGET_QCS404EVB |
| 74 | bool "Qualcomm Technologies, Inc. QCS404 EVB" |
| 75 | select LINUX_KERNEL_IMAGE_HEADER |
| 76 | help |
| 77 | Support for Qualcomm Technologies, Inc. QCS404 evaluation board. |
| 78 | Features: |
| 79 | - Qualcomm Snapdragon QCS404 SoC |
| 80 | - 1GiB RAM |
| 81 | - 8GiB eMMC, uSD slot |
| 82 | |
Mateusz Kulikowski | ee5e70d | 2016-03-31 23:12:33 +0200 | [diff] [blame] | 83 | endchoice |
| 84 | |
| 85 | source "board/qualcomm/dragonboard410c/Kconfig" |
Jorge Ramirez-Ortiz | 9f2d1b2 | 2018-01-10 11:33:50 +0100 | [diff] [blame] | 86 | source "board/qualcomm/dragonboard820c/Kconfig" |
Sumit Garg | 5b32da4 | 2022-07-12 12:42:08 +0530 | [diff] [blame] | 87 | source "board/qualcomm/dragonboard845c/Kconfig" |
Dzmitry Sankouski | 4e6df40 | 2021-10-17 13:44:32 +0300 | [diff] [blame] | 88 | source "board/samsung/starqltechn/Kconfig" |
Sumit Garg | 89a8ec9 | 2022-07-12 12:42:12 +0530 | [diff] [blame] | 89 | source "board/qualcomm/qcs404-evb/Kconfig" |
Mateusz Kulikowski | ee5e70d | 2016-03-31 23:12:33 +0200 | [diff] [blame] | 90 | |
Mateusz Kulikowski | 2507d82 | 2016-03-31 23:12:32 +0200 | [diff] [blame] | 91 | endif |