mirror of
https://github.com/edk2-porting/edk2-msm
synced 2025-06-27 09:48:17 +00:00
31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
[Defines]
|
|
PLATFORM_NAME = sdm845Pkg
|
|
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 = sdm845Pkg/Devices/beryllium.fdf
|
|
|
|
!include sdm845Pkg/sdm845Pkg.dsc
|
|
|
|
[PcdsFixedAtBuild.common]
|
|
# System Memory (5GB)
|
|
gArmTokenSpaceGuid.PcdSystemMemorySize|0x15AE00000
|
|
|
|
#gsdm845PkgTokenSpaceGuid.PcdMipiFrameBufferAddress|0x9D469780
|
|
gsdm845PkgTokenSpaceGuid.PcdMipiFrameBufferWidth|1080
|
|
gsdm845PkgTokenSpaceGuid.PcdMipiFrameBufferHeight|2246
|
|
|
|
gsdm845PkgTokenSpaceGuid.PcdDeviceVendor|"Xiaomi"
|
|
gsdm845PkgTokenSpaceGuid.PcdDeviceProduct|"Poco F1"
|
|
gsdm845PkgTokenSpaceGuid.PcdDeviceCodeName|"beryllium"
|
|
|
|
#uncomment section underneath and comment out the above section to use full display, including the notch
|
|
gsdm845PkgTokenSpaceGuid.PcdMipiFrameBufferPixelBpp|32|UINT32|0x0000a403
|
|
gsdm845PkgTokenSpaceGuid.PcdMipiFrameBufferVisibleWidth|1080|UINT32|0x0000a404
|
|
gsdm845PkgTokenSpaceGuid.PcdMipiFrameBufferVisibleHeight|2246|UINT32|0x0000a405
|
|
|