Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #32 from Fede2782/gta4xl-support
Browse files Browse the repository at this point in the history
Add support for Galaxy Tab S6 Lite 2020 LTE (gta4xl)
  • Loading branch information
Royna2544 authored May 27, 2024
2 parents bba4088 + 6a8032c commit 067c0c9
Show file tree
Hide file tree
Showing 21 changed files with 43,657 additions and 8,099 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,11 @@ endif
export ONEUI

PLATFORM_VERSION := 12

ifeq ($(DEVICE), gta4xl)
PLATFORM_VERSION := 13
endif

ifneq ($(PLATFORM_VERSION), )
PLATFORM_VERSION_NUMBER=$(shell $(CONFIG_SHELL) $(srctree)/scripts/android-version.sh $(PLATFORM_VERSION))
MAJOR_VERSION=$(shell $(CONFIG_SHELL) $(srctree)/scripts/android-major-version.sh $(PLATFORM_VERSION))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $ cd kernel_samsung_universal9611
# If you are using Arch or distro with latest glibc, You may want to use antman instead.
$ bash <(curl https://gist.githubusercontent.com/roynatech2544/0feeeb35a6d1782b186990ff2a0b3657/raw/b170134a94dac3594df506716bc7b802add2724b/setup.sh)

# If you want to compile the kernel not for A51 then export DEVICE variable to m21, m31, m31s, f41
# If you want to compile the kernel not for A51 then export DEVICE variable to m21, m31, m31s, f41, gta4xl
# Build the kernel
$ ./build_kernel.sh aosp # (for AOSP)
$ ./build_kernel.sh oneui # (for OneUI)
Expand Down
7 changes: 7 additions & 0 deletions arch/arm64/boot/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ dtbo-y += samsung/exynos9611-m31_eur_open_01.dtbo
dtbo-y += samsung/exynos9611-m31s_eur_open_00.dtbo
dtbo-y += samsung/exynos9611-f41_swa_open_00.dtbo

dtbo-y += samsung/exynos9611-gta4xl_eur_open_03.dtbo
dtbo-y += samsung/exynos9611-gta4xl_eur_open_01.dtbo
dtbo-y += samsung/exynos9611-gta4xl_eur_open_04.dtbo
dtbo-y += samsung/exynos9611-gta4xl_eur_open_05.dtbo
dtbo-y += samsung/exynos9611-gta4xl_eur_open_09.dtbo
dtbo-y += samsung/exynos9611-gta4xl_eur_open_08.dtbo

targets += dtbs
DTB_LIST := $(dtb-y) $(dtbo-y)
always := $(DTB_LIST)
Expand Down
Loading

0 comments on commit 067c0c9

Please sign in to comment.