mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2024-11-21 11:30:06 +00:00
Compare commits
2 Commits
1ca161a0a2
...
0fe1215b15
Author | SHA1 | Date | |
---|---|---|---|
|
0fe1215b15 | ||
|
8cb5c6501d |
@ -6,13 +6,6 @@ menu "Device Support"
|
||||
help
|
||||
Say Y if you want to include support for iPhone 6
|
||||
|
||||
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_C1S
|
||||
bool "Support for Samsung Galaxy Note20"
|
||||
default n
|
||||
@ -54,6 +47,13 @@ menu "Device Support"
|
||||
depends on EXYNOS_9810
|
||||
help
|
||||
Say Y if you want to include support for Samsung Galaxy S9
|
||||
|
||||
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_X1S
|
||||
bool "Support for Samsung Galaxy S20"
|
||||
@ -93,13 +93,13 @@ menu "Device Specific Addresses"
|
||||
config PAYLOAD_ENTRY
|
||||
hex "Payload Entry Address"
|
||||
default 0x830000000 if APPLE_N61AP
|
||||
default 0x090000000 if SAMSUNG_R8S
|
||||
default 0x090000000 if SAMSUNG_C1S
|
||||
default 0x050000000 if SAMSUNG_NOBLELTE
|
||||
default 0x090000000 if SAMSUNG_JACKPOTLTE
|
||||
default 0x090000000 if SAMSUNG_ZEROFLTE
|
||||
default 0x090000000 if SAMSUNG_DREAMLTE
|
||||
default 0x090000000 if SAMSUNG_STARLTE
|
||||
default 0x090000000 if SAMSUNG_R8S
|
||||
default 0x090000000 if SAMSUNG_X1S
|
||||
default 0x050000000 if SAMSUNG_J4LTE
|
||||
default 0x090000000 if SAMSUNG_J5LTE
|
||||
@ -108,21 +108,21 @@ menu "Device Specific Addresses"
|
||||
config RAMDISK_ENTRY
|
||||
hex "Ramdisk Entry Address"
|
||||
default 0x082000000 if SAMSUNG_DREAMLTE
|
||||
default 0x084000000 if SAMSUNG_R8S
|
||||
default 0x084000000 if SAMSUNG_C1S
|
||||
default 0x084000000 if SAMSUNG_R8S
|
||||
default 0x084000000 if SAMSUNG_X1S
|
||||
|
||||
config FRAMEBUFFER_BASE
|
||||
hex "Framebuffer Base Address (for SimpleFB)"
|
||||
depends on SIMPLE_FB
|
||||
default 0x83e900000 if APPLE_N61AP
|
||||
default 0x0f1000000 if SAMSUNG_R8S
|
||||
default 0x0f1000000 if SAMSUNG_C1S
|
||||
default 0x0e2a00000 if SAMSUNG_NOBLELTE
|
||||
default 0x0ec000000 if SAMSUNG_JACKPOTLTE
|
||||
default 0x0e2a00000 if SAMSUNG_ZEROFLTE
|
||||
default 0x0cc000000 if SAMSUNG_DREAMLTE
|
||||
default 0x0cc000000 if SAMSUNG_STARLTE
|
||||
default 0x0f1000000 if SAMSUNG_R8S
|
||||
default 0x0f1000000 if SAMSUNG_X1S
|
||||
default 0x067000000 if SAMSUNG_J4LTE
|
||||
default 0x08e000000 if SAMSUNG_J5LTE
|
||||
@ -132,13 +132,13 @@ menu "Device Specific Addresses"
|
||||
int "Framebuffer Width (for SimpleFB)"
|
||||
depends on SIMPLE_FB
|
||||
default 752 if APPLE_N61AP
|
||||
default 1080 if SAMSUNG_R8S
|
||||
default 1080 if SAMSUNG_C1S
|
||||
default 1440 if SAMSUNG_NOBLELTE
|
||||
default 1080 if SAMSUNG_JACKPOTLTE
|
||||
default 1440 if SAMSUNG_ZEROFLTE
|
||||
default 1440 if SAMSUNG_DREAMLTE
|
||||
default 1440 if SAMSUNG_STARLTE
|
||||
default 1080 if SAMSUNG_R8S
|
||||
default 1440 if SAMSUNG_X1S
|
||||
default 720 if SAMSUNG_J4LTE
|
||||
default 720 if SAMSUNG_J5LTE
|
||||
@ -148,13 +148,13 @@ menu "Device Specific Addresses"
|
||||
int "Framebuffer Height (for SimpleFB)"
|
||||
depends on SIMPLE_FB
|
||||
default 1334 if APPLE_N61AP
|
||||
default 2400 if SAMSUNG_R8S
|
||||
default 2400 if SAMSUNG_C1S
|
||||
default 2560 if SAMSUNG_NOBLELTE
|
||||
default 2220 if SAMSUNG_JACKPOTLTE
|
||||
default 2560 if SAMSUNG_ZEROFLTE
|
||||
default 2960 if SAMSUNG_DREAMLTE
|
||||
default 2960 if SAMSUNG_STARLTE
|
||||
default 2400 if SAMSUNG_R8S
|
||||
default 3200 if SAMSUNG_X1S
|
||||
default 1280 if SAMSUNG_J4LTE
|
||||
default 1280 if SAMSUNG_J5LTE
|
||||
@ -164,13 +164,13 @@ menu "Device Specific Addresses"
|
||||
int "Framebuffer Stride (for SimpleFB)"
|
||||
depends on SIMPLE_FB
|
||||
default 4 if APPLE_N61AP
|
||||
default 4 if SAMSUNG_R8S
|
||||
default 4 if SAMSUNG_C1S
|
||||
default 4 if SAMSUNG_NOBLELTE
|
||||
default 4 if SAMSUNG_JACKPOTLTE
|
||||
default 4 if SAMSUNG_ZEROFLTE
|
||||
default 4 if SAMSUNG_DREAMLTE
|
||||
default 4 if SAMSUNG_STARLTE
|
||||
default 4 if SAMSUNG_R8S
|
||||
default 4 if SAMSUNG_X1S
|
||||
default 4 if SAMSUNG_J4LTE
|
||||
default 3 if SAMSUNG_J5LTE
|
||||
|
@ -1,11 +1,11 @@
|
||||
lib-$(CONFIG_APPLE_N61AP) += apple/board-n61ap.o
|
||||
lib-$(CONFIG_SAMSUNG_R8S) += samsung/board-r8s.o
|
||||
lib-$(CONFIG_SAMSUNG_C1S) += samsung/board-c1s.o
|
||||
lib-$(CONFIG_SAMSUNG_NOBLELTE) += samsung/board-noblelte.o
|
||||
lib-$(CONFIG_SAMSUNG_JACKPOTLTE) += samsung/board-jackpotlte.o
|
||||
lib-$(CONFIG_SAMSUNG_ZEROFLTE) += samsung/board-zeroflte.o
|
||||
lib-$(CONFIG_SAMSUNG_DREAMLTE) += samsung/board-dreamlte.o
|
||||
lib-$(CONFIG_SAMSUNG_STARLTE) += samsung/board-starlte.o
|
||||
lib-$(CONFIG_SAMSUNG_R8S) += samsung/board-r8s.o
|
||||
lib-$(CONFIG_SAMSUNG_X1S) += samsung/board-x1s.o
|
||||
lib-$(CONFIG_SAMSUNG_J5LTE) += samsung/board-j5lte.o
|
||||
lib-$(CONFIG_SAMSUNG_J4LTE) += samsung/board-j4lte.o
|
||||
|
Loading…
Reference in New Issue
Block a user