-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLumia2520.dsc
57 lines (52 loc) · 2.59 KB
/
Lumia2520.dsc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#
# Copyright (c) 2011-2015, ARM Limited. All rights reserved.
# Copyright (c) 2014, Linaro Limited. All rights reserved.
# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
# http://opensource.org/licenses/bsd-license.php
#
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
#
################################################################################
#
# Defines Section - statements that will be processed to create a Makefile.
#
################################################################################
[Defines]
PLATFORM_NAME = Lumia2520
PLATFORM_GUID = 566ba710-0bee-48e0-b56e-dcf4b0a38e04
PLATFORM_VERSION = 0.1
DSC_SPECIFICATION = 0x00010005
OUTPUT_DIRECTORY = Build/Lumia2520-$(ARCH)
SUPPORTED_ARCHITECTURES = ARM
BUILD_TARGETS = DEBUG|RELEASE
SKUID_IDENTIFIER = DEFAULT
FLASH_DEFINITION = Lumia930Pkg/Lumia930.fdf
[PcdsFixedAtBuild.common]
gArmTokenSpaceGuid.PcdSystemMemorySize|0x80000000 # 2GB
gArmTokenSpaceGuid.PcdSystemMemoryBase|0x00000000
gArmPlatformTokenSpaceGuid.PcdCoreCount|4
gLumia930PkgTokenSpaceGuid.PcdPreAllocatedMemorySize|0x7CD00000 #0FF00000
gLumia930PkgTokenSpaceGuid.PcdUefiMemPoolSize|0x03300000
# Default resolution for this firmware can be seen in dec file, override here for specific platform configuration if needed
gLumia930PkgTokenSpaceGuid.PcdMipiFrameBufferWidth|1920
gLumia930PkgTokenSpaceGuid.PcdMipiFrameBufferHeight|1080
gLumia930PkgTokenSpaceGuid.PcdMipiFrameBufferVisibleWidth|1920
gLumia930PkgTokenSpaceGuid.PcdMipiFrameBufferVisibleHeight|1080
[PcdsDynamicDefault.common]
#
# Set video resolution for boot options and for text setup.
# PlatformDxe can set the former at runtime.
#
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1920
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|1080
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|1920
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|1080
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow|160
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn|120
!include Lumia930Pkg/Shared.dsc.inc