-
Notifications
You must be signed in to change notification settings - Fork 500
/
LS1043aRdbPkg.dsc
78 lines (69 loc) · 2.42 KB
/
LS1043aRdbPkg.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
67
68
69
70
71
72
73
74
75
76
77
78
# LS1043aRdbPkg.dsc
#
# LS1043ARDB Board package.
#
# Copyright 2017-2020 NXP
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
################################################################################
#
# Defines Section - statements that will be processed to create a Makefile.
#
################################################################################
[Defines]
#
# Defines for default states. These can be changed on the command line.
# -D FLAG=VALUE
#
PLATFORM_NAME = LS1043aRdbPkg
PLATFORM_GUID = 60169ec4-d2b4-44f8-825e-f8684fd42e4f
OUTPUT_DIRECTORY = Build/LS1043aRdbPkg
FLASH_DEFINITION = Platform/NXP/LS1043aRdbPkg/LS1043aRdbPkg.fdf
#
# Network definition
#
DEFINE NETWORK_TLS_ENABLE = FALSE
DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE
DEFINE NETWORK_ISCSI_ENABLE = FALSE
!include Silicon/NXP/NxpQoriqLs.dsc.inc
!include MdePkg/MdeLibs.dsc.inc
!include Silicon/NXP/LS1043A/LS1043A.dsc.inc
[LibraryClasses.common]
ArmPlatformLib|Platform/NXP/LS1043aRdbPkg/Library/ArmPlatformLib/ArmPlatformLib.inf
RealTimeClockLib|Silicon/Maxim/Library/Ds1307RtcLib/Ds1307RtcLib.inf
PciSegmentLib|Silicon/NXP/Library/PciSegmentLib/PciSegmentLib.inf
PciHostBridgeLib|Silicon/NXP/Library/PciHostBridgeLib/PciHostBridgeLib.inf
[PcdsFixedAtBuild.common]
#
# RTC Pcds
#
gDs1307RtcLibTokenSpaceGuid.PcdI2cSlaveAddress|0x68
gDs1307RtcLibTokenSpaceGuid.PcdI2cBusFrequency|100000
################################################################################
#
# Components Section - list of all EDK II Modules needed by this Platform
#
################################################################################
[Components.common]
#
# Architectural Protocols
#
MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
<PcdsFixedAtBuild>
gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvModeEnable|TRUE
}
MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
Silicon/NXP/Drivers/I2cDxe/I2cDxe.inf
Platform/NXP/LS1043aRdbPkg/Drivers/PlatformDxe/PlatformDxe.inf
#
# PCI
#
Silicon/NXP/Drivers/PciCpuIo2Dxe/PciCpuIo2Dxe.inf
MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
#
# Networking stack
#
!include NetworkPkg/Network.dsc.inc
##