-
-
Notifications
You must be signed in to change notification settings - Fork 437
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #285 from FakeShell/master
add starqlte
- Loading branch information
Showing
4 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |