Skip to content

Commit

Permalink
add starqlte
Browse files Browse the repository at this point in the history
  • Loading branch information
FakeShell committed Apr 1, 2023
1 parent 36c62f3 commit c0cb185
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
Binary file not shown.
29 changes: 29 additions & 0 deletions Platform/Samsung/sdm845/starqlte.dsc
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[Defines]
VENDOR_NAME = Samsung
PLATFORM_NAME = starqlte
PLATFORM_GUID = 28f1a3bf-193a-47e3-a7b9-5a435eaab2ee
PLATFORM_VERSION = 0.1
DSC_SPECIFICATION = 0x00010019
OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)
SUPPORTED_ARCHITECTURES = AARCH64
BUILD_TARGETS = DEBUG|RELEASE
SKUID_IDENTIFIER = DEFAULT
FLASH_DEFINITION = Platform/Qualcomm/sdm845/sdm845.fdf
DEVICE_DXE_FV_COMPONENTS = Platform/Samsung/sdm845/starqlte.fdf.inc

!include Platform/Qualcomm/sdm845/sdm845.dsc

[BuildOptions.common]
GCC:*_*_AARCH64_CC_FLAGS = -DENABLE_SIMPLE_INIT -DENABLE_LINUX_SIMPLE_MASS_STORAGE

[PcdsFixedAtBuild.common]

gQcomTokenSpaceGuid.PcdMipiFrameBufferWidth|1440
gQcomTokenSpaceGuid.PcdMipiFrameBufferHeight|2960

# Simple Init
gSimpleInitTokenSpaceGuid.PcdGuiDefaultDPI|400

gRenegadePkgTokenSpaceGuid.PcdDeviceVendor|"Samsung"
gRenegadePkgTokenSpaceGuid.PcdDeviceProduct|"Galaxy S9"
gRenegadePkgTokenSpaceGuid.PcdDeviceCodeName|"starqlte"
6 changes: 6 additions & 0 deletions Platform/Samsung/sdm845/starqlte.fdf.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// per-device BSP DXEs

// ACPI Tables

// Mainline device tree blob

7 changes: 7 additions & 0 deletions configs/devices/starqlte.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
SOC_PLATFORM="SDM845"
VENDOR_NAME="Samsung"
PLATFORM_NAME="starqlte"

# mkbootimg config
BOOTIMG_OS_PATCH_LEVEL="2020-09"
BOOTIMG_OS_VERSION=9.0.0

0 comments on commit c0cb185

Please sign in to comment.