-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLumia630.dsc
66 lines (59 loc) · 2.94 KB
/
Lumia630.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
58
59
60
61
62
63
64
65
66
#
# 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.
# Copyright (c) 2018 - 2019, RUIKAI LIU. 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 = Lumia630
PLATFORM_GUID = 566ba710-0bee-48e0-b56e-dcf4b0a38e04
PLATFORM_VERSION = 0.1
DSC_SPECIFICATION = 0x00010005
OUTPUT_DIRECTORY = Build/Lumia630-$(ARCH)
SUPPORTED_ARCHITECTURES = ARM
BUILD_TARGETS = DEBUG|RELEASE
SKUID_IDENTIFIER = DEFAULT
FLASH_DEFINITION = Lumia630Pkg/Lumia630.fdf
[PcdsFixedAtBuild.common]
gArmTokenSpaceGuid.PcdSystemMemorySize|0x20000000 # 0.5GB
gArmTokenSpaceGuid.PcdSystemMemoryBase|0x00000000
gArmPlatformTokenSpaceGuid.PcdCoreCount|4
gLumia630PkgTokenSpaceGuid.PcdPreAllocatedMemorySize|0x1CD00000 #0FF00000
gLumia630PkgTokenSpaceGuid.PcdUefiMemPoolSize|0x03300000
# Default resolution for this firmware can be seen in dec file, override here for specific platform configuration if needed
#gLumia630PkgTokenSpaceGuid.PcdMipiFrameBufferWidth|480
#gLumia630PkgTokenSpaceGuid.PcdMipiFrameBufferHeight|854
#gLumia630PkgTokenSpaceGuid.PcdMipiFrameBufferVisibleWidth|480
#gLumia630PkgTokenSpaceGuid.PcdMipiFrameBufferVisibleHeight|854
[PcdsDynamicDefault.common]
#
# Set video resolution for boot options and for text setup.
# PlatformDxe can set the former at runtime.
#
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|480
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|854
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|480
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|854
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow|24
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn|122
[PcdsPatchableInModule]
# Console Resolution
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|480
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|854
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|122
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|24
!include Lumia630Pkg/Shared.dsc.inc