mirror of https://github.com/acidanthera/audk.git
QuarkSocPkg: Remove X64 from SUPPORTED_ARCHITECTURES
QuarkSocPkg is only for IA32. Remove X64 from SUPPORTED_ARCCHITECTURES in DSC file. Cc: Kelly Steele <kelly.steele@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Kinney <michael.d.kinney@intel.com> Reviewed-by: Kelly Steele <kelly.steele@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19615 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1fea9ddb4e
commit
eb0e964936
|
@ -4,7 +4,7 @@
|
||||||
# This DSC file is used for Package Level build.
|
# This DSC file is used for Package Level build.
|
||||||
#
|
#
|
||||||
# This Module provides FRAMEWORK reference implementation for INTEL Quark SoC.
|
# This Module provides FRAMEWORK reference implementation for INTEL Quark SoC.
|
||||||
# Copyright (c) 2013-2015 Intel Corporation.
|
# Copyright (c) 2013-2016 Intel Corporation.
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
PLATFORM_VERSION = 0.1
|
PLATFORM_VERSION = 0.1
|
||||||
DSC_SPECIFICATION = 0x00010005
|
DSC_SPECIFICATION = 0x00010005
|
||||||
OUTPUT_DIRECTORY = Build/QuarkSocPkg
|
OUTPUT_DIRECTORY = Build/QuarkSocPkg
|
||||||
SUPPORTED_ARCHITECTURES = IA32|X64
|
SUPPORTED_ARCHITECTURES = IA32
|
||||||
BUILD_TARGETS = DEBUG|RELEASE
|
BUILD_TARGETS = DEBUG|RELEASE
|
||||||
SKUID_IDENTIFIER = DEFAULT
|
SKUID_IDENTIFIER = DEFAULT
|
||||||
|
|
||||||
|
@ -245,8 +245,8 @@
|
||||||
QuarkSocPkg/QuarkNorthCluster/Spi/PchSpiSmm.inf
|
QuarkSocPkg/QuarkNorthCluster/Spi/PchSpiSmm.inf
|
||||||
QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/QncS3Support.inf {
|
QuarkSocPkg/QuarkNorthCluster/S3Support/Dxe/QncS3Support.inf {
|
||||||
<LibraryClasses>
|
<LibraryClasses>
|
||||||
DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
|
||||||
PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
|
||||||
}
|
}
|
||||||
QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmControlDxe/SmmControlDxe.inf
|
QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmControlDxe/SmmControlDxe.inf
|
||||||
QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNCSmmDispatcher.inf
|
QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNCSmmDispatcher.inf
|
||||||
|
|
Loading…
Reference in New Issue