Skip to content

Commit

Permalink
Merge pull request #285 from FakeShell/master
Browse files Browse the repository at this point in the history
add starqlte
  • Loading branch information
BigfootACA committed Aug 2, 2023
2 parents bb7c543 + 5b30577 commit 748ca4d
Show file tree
Hide file tree
Showing 4 changed files with 44 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

[PcdsFixedAtBuild.common]

gQcomTokenSpaceGuid.PcdMipiFrameBufferWidth|1440
gQcomTokenSpaceGuid.PcdMipiFrameBufferHeight|2960

# Simple Init
gSimpleInitTokenSpaceGuid.PcdGuiDefaultDPI|400

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

// ACPI Tables

// Mainline device tree blob

// We do not have a mainline port for starqlte yet so linux simple mass storage remains as untested

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 748ca4d

Please sign in to comment.