2010-02-23 23:58:38 +00:00
|
|
|
## @file
|
2009-02-23 23:22:25 +00:00
|
|
|
# PC/AT Chipset Package
|
|
|
|
|
#
|
2021-03-12 13:29:36 +08:00
|
|
|
# Copyright (c) 2007 - 2021, Intel Corporation. All rights reserved.<BR>
|
2020-06-22 08:18:22 -05:00
|
|
|
# Copyright (c) 2020, AMD Incorporated. All rights reserved.<BR>
|
2009-02-23 23:22:25 +00:00
|
|
|
#
|
2019-04-03 16:06:35 -07:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2009-02-23 23:22:25 +00:00
|
|
|
#
|
2010-02-23 23:58:38 +00:00
|
|
|
##
|
2009-02-23 23:22:25 +00:00
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
|
PLATFORM_NAME = PcAtChipset
|
|
|
|
|
PLATFORM_GUID = a653167b-34d7-4b91-bfe3-f0c7608f48da
|
2014-01-10 07:29:32 +00:00
|
|
|
PLATFORM_VERSION = 0.3
|
2009-02-23 23:22:25 +00:00
|
|
|
DSC_SPECIFICATION = 0x00010005
|
|
|
|
|
OUTPUT_DIRECTORY = Build/PcAtChipset
|
|
|
|
|
SUPPORTED_ARCHITECTURES = IA32|X64
|
2016-01-19 04:06:42 +00:00
|
|
|
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
|
2009-02-23 23:22:25 +00:00
|
|
|
SKUID_IDENTIFIER = DEFAULT
|
|
|
|
|
|
2021-03-12 13:29:36 +08:00
|
|
|
!include MdePkg/MdeLibs.dsc.inc
|
|
|
|
|
|
2010-02-23 23:58:38 +00:00
|
|
|
[LibraryClasses]
|
2009-02-23 23:22:25 +00:00
|
|
|
BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
|
|
|
|
|
BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
|
|
|
|
|
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
|
2018-06-27 21:12:46 +08:00
|
|
|
DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
|
2009-02-23 23:22:25 +00:00
|
|
|
DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
|
|
|
|
|
IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
|
|
|
|
|
PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
|
|
|
|
|
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
2014-08-14 14:30:32 +00:00
|
|
|
TimerLib|PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
|
2009-07-07 22:52:13 +00:00
|
|
|
UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
2009-03-25 12:42:29 +00:00
|
|
|
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
|
2009-02-23 23:22:25 +00:00
|
|
|
UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
|
|
|
|
|
UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
|
|
|
|
|
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
|
|
|
|
UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
|
2010-03-03 03:38:09 +00:00
|
|
|
DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
|
2010-06-18 09:21:47 +00:00
|
|
|
PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
|
|
|
|
|
PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
|
2010-08-11 07:38:25 +00:00
|
|
|
ResetSystemLib|PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.inf
|
2011-09-02 02:43:51 +00:00
|
|
|
IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf
|
|
|
|
|
LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf
|
2012-10-31 01:41:54 +00:00
|
|
|
ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
|
2018-01-23 10:24:04 +08:00
|
|
|
HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
|
2009-02-23 23:22:25 +00:00
|
|
|
|
2010-02-23 23:58:38 +00:00
|
|
|
[Components]
|
2011-09-02 02:43:51 +00:00
|
|
|
PcAtChipsetPkg/HpetTimerDxe/HpetTimerDxe.inf
|
2019-03-21 22:44:30 +08:00
|
|
|
PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeControllerDxe.inf
|
2009-02-23 23:22:25 +00:00
|
|
|
PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
|
2010-08-11 07:38:25 +00:00
|
|
|
PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.inf
|
2011-09-02 02:43:51 +00:00
|
|
|
PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf
|
2014-08-14 14:30:32 +00:00
|
|
|
PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
|
|
|
|
|
PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
|
2018-01-23 10:24:04 +08:00
|
|
|
PcAtChipsetPkg/Library/AcpiTimerLib/PeiAcpiTimerLib.inf
|
2020-12-17 14:47:07 -08:00
|
|
|
PcAtChipsetPkg/Library/AcpiTimerLib/StandaloneMmAcpiTimerLib.inf
|
2009-07-07 03:21:16 +00:00
|
|
|
PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
|
2016-08-01 14:10:57 +08:00
|
|
|
|
|
|
|
|
[BuildOptions]
|
|
|
|
|
*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
|