mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2026-05-17 10:40:04 +00:00
Add basic support for Motorola tundra, usable to boot mainline Linux. UniLoader has to be packaged with mkbootimg (header_version 3), as it acts as a wrapper for the kernel image and tree.
304 lines
7.4 KiB
Plaintext
304 lines
7.4 KiB
Plaintext
menu "Device Support"
|
|
config AMAZON_PW3
|
|
bool "Support for Amazon Kindle Paperwhite 3"
|
|
default n
|
|
depends on FREESCALE_IMX6SL
|
|
help
|
|
Say Y if you want to include support for Amaozn Kindle
|
|
Paperwhite 3
|
|
|
|
config APPLE_N61AP
|
|
bool "Support for Apple iPhone 6"
|
|
default n
|
|
depends on APPLE_T7000
|
|
help
|
|
Say Y if you want to include support for iPhone 6
|
|
|
|
config GOOGLE_TAIMEN
|
|
bool "Support for Google Pixel 2 XL"
|
|
default n
|
|
depends on MSM8998
|
|
help
|
|
Say Y if you want to include support for Pixel 2 XL
|
|
|
|
config HUAWEI_AGASSI2
|
|
bool "Support for Huawei Mediapad T5"
|
|
default n
|
|
depends on HI6250
|
|
help
|
|
Say Y if you want to include support for Huawei Mediapad T5
|
|
|
|
config INFINIX_X6710
|
|
bool "Support for Infinix Note 30 VIP"
|
|
default n
|
|
depends on MT6893
|
|
help
|
|
Say Y if you want to include support for Infinix Note 30 VIP
|
|
|
|
config ITEL_P682LPN
|
|
bool "Support for itel Vision 3 Plus"
|
|
default n
|
|
depends on UMS9230
|
|
help
|
|
Say Y if you want to include support for itel Vision 3 Plus
|
|
|
|
config LENOVO_TB373FU
|
|
bool "Support for Lenovo Idea Tab Pro"
|
|
default n
|
|
depends on MT6897
|
|
help
|
|
Say Y if you want to include support for the Lenovo Idea Tab Pro
|
|
|
|
config MOTOROLA_TUNDRA
|
|
bool "Support for Motorola Edge 30 fusion"
|
|
default n
|
|
depends on SM8350
|
|
help
|
|
Say Y if you want to include support for Motorola Edge 30 fusion
|
|
|
|
config NOKIA_ESSENTIAL
|
|
bool "Support for Nokia 3"
|
|
default n
|
|
depends on MT6735
|
|
help
|
|
Say Y if you want to include support for Nokia 3
|
|
|
|
config NOTHING_TETRIS
|
|
bool "Support for CMF Phone 1"
|
|
default n
|
|
depends on MT6878
|
|
help
|
|
Say Y if you want to include support for CMF Phone 1
|
|
|
|
config NOTHING_TETRIS_DISABLE_WDT
|
|
bool "Disable the watchdog timer on startup"
|
|
default y
|
|
depends on NOTHING_TETRIS
|
|
help
|
|
Say Y if you want to disable the watchdog timer on startup
|
|
on this board. While this is obviously useful for end-users,
|
|
developers may want to leave this on to avoid holding down
|
|
the power button every time.
|
|
|
|
config QEMU_BOARD_VIRT
|
|
bool "Support for QEMU virt platform (aarch64)"
|
|
default n
|
|
depends on QEMU_SOC_VIRT
|
|
help
|
|
Say Y if you are using the generic QEMU emulation
|
|
platform target - virt.
|
|
|
|
config REALME_RMX3511
|
|
bool "Support for Realme C35"
|
|
default n
|
|
depends on UMS9230
|
|
help
|
|
Say Y if you want to include support for Realme C35
|
|
|
|
config SAMSUNG_A3XELTE
|
|
bool "Support for Samsung Galaxy A3 (2016)"
|
|
default n
|
|
depends on EXYNOS_7580
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy A3 (2016)
|
|
|
|
config SAMSUNG_A10
|
|
bool "Support for Samsung Galaxy A10"
|
|
default n
|
|
depends on EXYNOS_7885
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy A10
|
|
|
|
config SAMSUNG_A12S
|
|
bool "Support for Samsung Galaxy A12 Nacho"
|
|
default n
|
|
depends on EXYNOS_3830
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy A12 Nacho
|
|
|
|
config SAMSUNG_A30
|
|
bool "Support for Samsung Galaxy A30"
|
|
default n
|
|
depends on EXYNOS_7885
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy A30
|
|
|
|
config SAMSUNG_A33X
|
|
bool "Support for Samsung Galaxy A33 5G"
|
|
default n
|
|
depends on EXYNOS_1280
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy A33 5G
|
|
|
|
config SAMSUNG_BEYOND1LTE
|
|
bool "Support for Samsung Galaxy S10"
|
|
default n
|
|
depends on EXYNOS_9820
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy S10
|
|
|
|
config SAMSUNG_C1S
|
|
bool "Support for Samsung Galaxy Note 20"
|
|
default n
|
|
depends on EXYNOS_990
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy Note 20
|
|
|
|
config SAMSUNG_DREAMLTE
|
|
bool "Support for Samsung Galaxy S8"
|
|
default n
|
|
depends on EXYNOS_8895
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy S8
|
|
|
|
config SAMSUNG_G0S
|
|
bool "Support for Samsung Galaxy S22+"
|
|
default n
|
|
depends on EXYNOS_2200
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy S22+
|
|
|
|
config SAMSUNG_GTA4XL
|
|
bool "Support for Samsung Galaxy Tab S6 Lite (2020)"
|
|
default n
|
|
depends on EXYNOS_9610
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy Tab S6 Lite (2020)
|
|
|
|
config SAMSUNG_HEROLTE
|
|
bool "Support for Samsung Galaxy S7"
|
|
default n
|
|
depends on EXYNOS_8890
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy S7
|
|
|
|
config SAMSUNG_J4LTE
|
|
bool "Support for Samsung Galaxy J4"
|
|
default n
|
|
depends on EXYNOS_7570
|
|
help
|
|
Say Y if you want to include arm64 support for Samsung Galaxy J4
|
|
|
|
config SAMSUNG_J5LTE
|
|
bool "Support for Samsung Galaxy J5 (2015)"
|
|
default n
|
|
depends on QC32_8916
|
|
help
|
|
Say Y if you want to include arm32 support for Samsung Galaxy J5 (2015)
|
|
|
|
config SAMSUNG_JACKPOTLTE
|
|
bool "Support for Samsung Galaxy A8 (2018)"
|
|
default n
|
|
depends on EXYNOS_7885
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy A8 (2018)
|
|
|
|
config SAMSUNG_LUCKY7
|
|
bool "Support for Samsung Galaxy Watch FE"
|
|
default n
|
|
depends on EXYNOS_5515
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy Watch FE
|
|
|
|
config SAMSUNG_NOBLELTE
|
|
bool "Support for Samsung Galaxy Note5"
|
|
default n
|
|
depends on EXYNOS_7420
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy Note5
|
|
|
|
config SAMSUNG_R0Q
|
|
bool "Support for Samsung Galaxy S22"
|
|
default n
|
|
depends on SM8450
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy S22
|
|
|
|
config SAMSUNG_R8S
|
|
bool "Support for Samsung Galaxy S20 FE"
|
|
default n
|
|
depends on EXYNOS_990
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy S20 FE
|
|
|
|
config SAMSUNG_STARLTE
|
|
bool "Support for Samsung Galaxy S9"
|
|
default n
|
|
depends on EXYNOS_9810
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy S9
|
|
|
|
config SAMSUNG_X1S
|
|
bool "Support for Samsung Galaxy S20"
|
|
default n
|
|
depends on EXYNOS_990
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy S20
|
|
|
|
config SAMSUNG_ZEROFLTE
|
|
bool "Support for Samsung Galaxy S6"
|
|
default n
|
|
depends on EXYNOS_7420
|
|
help
|
|
Say Y if you want to include support for Samsung Galaxy S6
|
|
|
|
config SONY_PSVITA
|
|
bool "Support for Sony PlayStation Vita"
|
|
default n
|
|
depends on SONY_KERMIT
|
|
help
|
|
Say Y if you want to include support for Sony PlayStation
|
|
Vita.
|
|
|
|
config VOLLA_ALGIZ
|
|
bool "Support for Volla Phone Quintus"
|
|
default n
|
|
depends on MT6877
|
|
help
|
|
Say Y if you want to include support for Volla Phone Quintus
|
|
|
|
config XIAOMI_BEGONIA
|
|
bool "Support for Redmi Note 8 Pro"
|
|
default n
|
|
depends on MT6785
|
|
help
|
|
Say Y if you want to include support for Redmi Note 8 Pro
|
|
|
|
config XIAOMI_BLOSSOM
|
|
bool "Support for Xiaomi Blossom devices"
|
|
default n
|
|
depends on MT6765
|
|
help
|
|
Say Y if you want to include support for Xiaomi Blossom
|
|
devices (R Vendor only):
|
|
Redmi 9A, Redmi 9I, Redmi 9AT, Redmi 10A, Redmi 9A Sport, Redmi 9I Sport,
|
|
Poco C3, Poco C31, Redmi 9C, Redmi 9C NFC, Redmi 9 India, Redmi 9 Active.
|
|
|
|
config XIAOMI_CAMELLIA
|
|
bool "Support for Xiaomi Poco M3 Pro 5G"
|
|
default n
|
|
depends on MT6833
|
|
help
|
|
Say Y if you want to include support for Poco M3 Pro 5G
|
|
endmenu
|
|
|
|
menu "Device Specific Addresses"
|
|
|
|
config TEXT_BASE
|
|
hex "UniLoader Text Base"
|
|
default 0x0
|
|
|
|
config PAYLOAD_ENTRY
|
|
hex "Payload Entry Address"
|
|
default 0x50000000 if NOTHING_TETRIS
|
|
default 0x050000000 if SAMSUNG_J4LTE
|
|
default 0x60000000 if VOLLA_ALGIZ
|
|
default 0x50000000 if XIAOMI_BEGONIA
|
|
|
|
config RAMDISK_ENTRY
|
|
hex "Ramdisk Entry Address"
|
|
default 0x40000000 if NOTHING_TETRIS
|
|
default 0x51100000 if VOLLA_ALGIZ
|
|
default 0x48000000 if XIAOMI_BEGONIA
|
|
endmenu
|