mirror of
https://github.com/edk2-porting/edk2-msm
synced 2025-05-10 17:05:14 +00:00
sm8350: q2q: add initial support
This commit is contained in:
BIN
Platform/Samsung/sm8350/FdtBlob_compat/q2q.dtb
Executable file
BIN
Platform/Samsung/sm8350/FdtBlob_compat/q2q.dtb
Executable file
Binary file not shown.
29
Platform/Samsung/sm8350/q2q.dsc
Normal file
29
Platform/Samsung/sm8350/q2q.dsc
Normal file
@ -0,0 +1,29 @@
|
||||
[Defines]
|
||||
PLATFORM_NAME = q2q
|
||||
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/sm8350/sm8350.fdf
|
||||
DEVICE_DXE_FV_COMPONENTS = Platform/Samsung/sm8350/q2q.fdf.inc
|
||||
|
||||
!include Platform/Qualcomm/sm8350/sm8350.dsc
|
||||
|
||||
[BuildOptions.common]
|
||||
GCC:*_*_AARCH64_CC_FLAGS = -DENABLE_SIMPLE_INIT
|
||||
|
||||
[PcdsFixedAtBuild.common]
|
||||
|
||||
gQcomTokenSpaceGuid.PcdMipiFrameBufferWidth|2208
|
||||
gQcomTokenSpaceGuid.PcdMipiFrameBufferHeight|1768
|
||||
gQcomTokenSpaceGuid.PcdMipiFrameBufferAddress|0xe4000000
|
||||
|
||||
# Simple Init
|
||||
gSimpleInitTokenSpaceGuid.PcdGuiDefaultDPI|362
|
||||
|
||||
gRenegadePkgTokenSpaceGuid.PcdDeviceVendor|"Samsung"
|
||||
gRenegadePkgTokenSpaceGuid.PcdDeviceProduct|"Galaxy Z Fold 3"
|
||||
gRenegadePkgTokenSpaceGuid.PcdDeviceCodeName|"q2q"
|
5
Platform/Samsung/sm8350/q2q.fdf.inc
Normal file
5
Platform/Samsung/sm8350/q2q.fdf.inc
Normal file
@ -0,0 +1,5 @@
|
||||
// per-device BSP DXEs
|
||||
// Mainline device tree blob
|
||||
//FILE FREEFORM = DDE58710-41CD-4306-DBFB-3FA90BB1D2DD {
|
||||
//SECTION RAW = Platform/Samsung/sm8350/FdtBlob/q2q.dtb
|
||||
//}
|
7
configs/devices/q2q.conf
Normal file
7
configs/devices/q2q.conf
Normal file
@ -0,0 +1,7 @@
|
||||
SOC_PLATFORM="SM8350"
|
||||
VENDOR_NAME="Samsung"
|
||||
PLATFORM_NAME="q2q"
|
||||
|
||||
# mkbootimg config
|
||||
BOOTIMG_OS_PATCH_LEVEL="2022-04"
|
||||
BOOTIMG_OS_VERSION=11.0.0
|
Reference in New Issue
Block a user