X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFspPkg%2FIntelFspPkg.dsc;h=80e026eaa1c353558832476f433ac891212af9ba;hb=20d2e5a125e34fc8501026613a71549b2a1a3e54;hp=1f497ffa288d08ccf14645ce13cededa1cccd169;hpb=c8ec22a266cdd134ac99c3021003710130613a40;p=mirror_edk2.git diff --git a/IntelFspPkg/IntelFspPkg.dsc b/IntelFspPkg/IntelFspPkg.dsc index 1f497ffa28..80e026eaa1 100644 --- a/IntelFspPkg/IntelFspPkg.dsc +++ b/IntelFspPkg/IntelFspPkg.dsc @@ -1,13 +1,8 @@ ## @file +# Provides driver and definitions to build fsp in EDKII bios. # -# Copyright (c) 2014, 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 that 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. +# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent # ## @@ -18,7 +13,7 @@ DSC_SPECIFICATION = 0x00010005 OUTPUT_DIRECTORY = Build/IntelFspPkg SUPPORTED_ARCHITECTURES = IA32 - BUILD_TARGETS = DEBUG|RELEASE + BUILD_TARGETS = DEBUG|RELEASE|NOOPT SKUID_IDENTIFIER = DEFAULT [LibraryClasses] @@ -45,6 +40,7 @@ FspCommonLib|IntelFspPkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf FspPlatformLib|IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf FspSwitchStackLib|IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf + FspSecPlatformLib|IntelFspPkg/Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf [LibraryClasses.common.PEIM] PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf @@ -63,13 +59,13 @@ IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf - IntelFspPkg/FspSecCore/FspSecCore.inf { - - NULL|IntelFspPkg/Library/SecPlatformSecLibNull/SecPlatformSecLibNull.inf - } + IntelFspPkg/FspSecCore/FspSecCore.inf IntelFspPkg/FspDxeIpl/FspDxeIpl.inf [PcdsFixedAtBuild.common] gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1f gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80080046 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07 + +[BuildOptions] + *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES