diff options
-rw-r--r-- | IntelFrameworkPkg/Include/Framework/FirmwareVolumeHeader.h | 5 | ||||
-rw-r--r-- | IntelFrameworkPkg/IntelFrameworkPkg.dsc | 12 |
2 files changed, 2 insertions, 15 deletions
diff --git a/IntelFrameworkPkg/Include/Framework/FirmwareVolumeHeader.h b/IntelFrameworkPkg/Include/Framework/FirmwareVolumeHeader.h index aac032d486..9a3f330c59 100644 --- a/IntelFrameworkPkg/Include/Framework/FirmwareVolumeHeader.h +++ b/IntelFrameworkPkg/Include/Framework/FirmwareVolumeHeader.h @@ -25,11 +25,6 @@ #include <FrameworkPei.h>
//
-// Firmware Volume Block Attributes definition
-//
-typedef UINT32 EFI_FVB_ATTRIBUTES;
-
-//
// Firmware Volume Block Attributes bit definitions
//
#define EFI_FVB_READ_DISABLED_CAP 0x00000001
diff --git a/IntelFrameworkPkg/IntelFrameworkPkg.dsc b/IntelFrameworkPkg/IntelFrameworkPkg.dsc index 46c8671b93..63b7ba1f5b 100644 --- a/IntelFrameworkPkg/IntelFrameworkPkg.dsc +++ b/IntelFrameworkPkg/IntelFrameworkPkg.dsc @@ -1,7 +1,7 @@ #/** @file
# Intel Framework Package Reference Implementations
#
-# This FPD file is used for Package Level build.
+# This DSC file is used for Package Level build.
#
# Copyright (c) 2007, Intel Corporation
#
@@ -31,13 +31,6 @@ SKUID_IDENTIFIER = DEFAULT
-
-################################################################################
-#
-# Library Class section - list of all Library Classes needed by this Platform.
-#
-################################################################################
-
################################################################################
#
# Pcd Section - list of all EDK II PCD Entries defined by this Platform
@@ -48,6 +41,7 @@ PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x06
PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF
PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320
+
[PcdsPatchableInModule.common]
PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000
@@ -57,8 +51,6 @@ # Components Section - list of all EDK II Modules needed by this Platform
#
################################################################################
-
-
[Components.common]
$(WORKSPACE)/IntelFrameworkPkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf
$(WORKSPACE)/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
|