diff --git a/EdkModulePkg/Application/HelloWorld/HelloWorld.msa b/EdkModulePkg/Application/HelloWorld/HelloWorld.msa
index 92edf3e0aa..f58eddd8bf 100644
--- a/EdkModulePkg/Application/HelloWorld/HelloWorld.msa
+++ b/EdkModulePkg/Application/HelloWorld/HelloWorld.msa
@@ -22,9 +22,6 @@
HelloWorld
-
- PrintLib
-
DebugLib
diff --git a/EdkModulePkg/Bus/Pci/CirrusLogic/Dxe/CirrusLogic5430.msa b/EdkModulePkg/Bus/Pci/CirrusLogic/Dxe/CirrusLogic5430.msa
index 6a74c262de..a675ad563d 100644
--- a/EdkModulePkg/Bus/Pci/CirrusLogic/Dxe/CirrusLogic5430.msa
+++ b/EdkModulePkg/Bus/Pci/CirrusLogic/Dxe/CirrusLogic5430.msa
@@ -1,22 +1,20 @@
-
+
CirrusLogic5430UgaDraw
UEFI_DRIVER
555F76EA-785F-40d7-9174-153C43636C68
1.0
Component description file for CirrusLogic5430 module
-
- Cirrus Logic 5430 Controller Driver.This driver is a sample implementation
+ Cirrus Logic 5430 Controller Driver.This driver is a sample implementation
of the UGA Draw Protocol for the Cirrus Logic 5430 family of PCI video controllers.
This driver is only usable in the EFI pre-boot environment. This sample is
intended to show how the UGA Draw Protocol is able to function. The UGA I/O
Protocol is not implemented in this sample. A fully compliant EFI UGA driver
requires both the UGA Draw and the UGA I/O Protocol. Please refer to Microsoft's
documentation on UGA for details on how to write a UGA driver that is able
- to function both in the EFI pre-boot environment and from the OS runtime.
-
- Copyright (c) 2006, Intel Corporation
+ to function both in the EFI pre-boot environment and from the OS runtime.
+ Copyright (c) 2006 - 2007, 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
which accompanies this distribution. The full text of the license may be found at
@@ -40,15 +38,9 @@
UefiDriverEntryPoint
-
- BaseLib
-
UefiLib
-
- BaseMemoryLib
-
MemoryAllocationLib
@@ -81,4 +73,4 @@
gCirrusLogic5430ComponentName
-
\ No newline at end of file
+
diff --git a/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.msa b/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.msa
index d4af1f85bf..9e71d0e970 100644
--- a/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.msa
+++ b/EdkModulePkg/Bus/Pci/Ehci/Dxe/Ehci.msa
@@ -1,5 +1,5 @@
-
+
Ehci
UEFI_DRIVER
@@ -7,7 +7,7 @@
1.0
Component description file for Ehci module
This module provides USB2 Host Controller Protocol implementation for Enhanced Host Controller Interface
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2007, 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
which accompanies this distribution. The full text of the license may be found at
diff --git a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa
index 9d73da2d05..712ae999da 100644
--- a/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa
+++ b/EdkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.msa
@@ -9,7 +9,7 @@
PCI bus driver. This module will probe all PCI devices and allocate MMIO and IO
space for these devices. Please use PCD feature flag PcdPciBusHotplugDeviceSupport to enable
support hot plug.
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2007, 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
which accompanies this distribution. The full text of the license may be found at
@@ -54,9 +54,6 @@
DevicePathLib
-
- PeCoffGetEntryPointLib
-
PcdLib
@@ -145,9 +142,6 @@
gEfiPciOptionRomTableGuid
-
- gEfiStatusCodeSpecificDataGuid
-
gEfiPciHotplugDeviceGuid
diff --git a/EdkModulePkg/Bus/Pci/Uhci/Dxe/Uhci.msa b/EdkModulePkg/Bus/Pci/Uhci/Dxe/Uhci.msa
index 32d673fa04..4f5aa7053e 100644
--- a/EdkModulePkg/Bus/Pci/Uhci/Dxe/Uhci.msa
+++ b/EdkModulePkg/Bus/Pci/Uhci/Dxe/Uhci.msa
@@ -1,5 +1,5 @@
-
+
Uhci
UEFI_DRIVER
@@ -7,7 +7,7 @@
1.0
Component description file for Uhci module
This module provides USB Host Controller Protocol implementation for Universal Host Controller Interface
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2007, 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
which accompanies this distribution. The full text of the license may be found at
diff --git a/EdkModulePkg/Bus/Pci/Undi/RuntimeDxe/Undi.msa b/EdkModulePkg/Bus/Pci/Undi/RuntimeDxe/Undi.msa
index 419c433b42..b9c7b28ffa 100644
--- a/EdkModulePkg/Bus/Pci/Undi/RuntimeDxe/Undi.msa
+++ b/EdkModulePkg/Bus/Pci/Undi/RuntimeDxe/Undi.msa
@@ -1,5 +1,5 @@
-
+
Undi
DXE_RUNTIME_DRIVER
@@ -7,7 +7,7 @@
1.0
Component description file for Undi module.
This module provides support for Universal Network Driver Interface
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2007, 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
which accompanies this distribution. The full text of the license may be found at
@@ -22,33 +22,21 @@
Undi
-
- UefiLib
-
UefiDriverEntryPoint
UefiDriverModelLib
-
- BaseLib
-
UefiRuntimeLib
DebugLib
-
- HobLib
-
BaseMemoryLib
-
- MemoryAllocationLib
-
UefiBootServicesTableLib
@@ -62,7 +50,6 @@
-
diff --git a/EdkModulePkg/Bus/Scsi/ScsiBus/Dxe/ScsiBus.msa b/EdkModulePkg/Bus/Scsi/ScsiBus/Dxe/ScsiBus.msa
index d5323ba7cd..4dba8273b8 100644
--- a/EdkModulePkg/Bus/Scsi/ScsiBus/Dxe/ScsiBus.msa
+++ b/EdkModulePkg/Bus/Scsi/ScsiBus/Dxe/ScsiBus.msa
@@ -1,15 +1,13 @@
-
+
ScsiBus
DXE_DRIVER
0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8B
1.0
Component description file for Scsi Bus module.
-
- SCSI bus driver. This driver scans all SCSI devices and export SCSI IO protocol
-
- Copyright (c) 2006, Intel Corporation
+ SCSI bus driver. This driver scans all SCSI devices and export SCSI IO protocol
+ Copyright (c) 2006 - 2007, 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
which accompanies this distribution. The full text of the license may be found at
@@ -42,9 +40,6 @@
EdkScsiLib
-
- MemoryAllocationLib
-
UefiBootServicesTableLib
diff --git a/EdkModulePkg/Bus/Scsi/ScsiDisk/Dxe/ScsiDisk.msa b/EdkModulePkg/Bus/Scsi/ScsiDisk/Dxe/ScsiDisk.msa
index 0ed8f2ed16..eb722a2116 100644
--- a/EdkModulePkg/Bus/Scsi/ScsiDisk/Dxe/ScsiDisk.msa
+++ b/EdkModulePkg/Bus/Scsi/ScsiDisk/Dxe/ScsiDisk.msa
@@ -1,15 +1,13 @@
-
+
ScsiDisk
DXE_DRIVER
0A66E322-3740-4cce-AD62-BD172CECCA35
1.0
Component description file for Scsi Disk module.Revision History
-
- Scsi Disk driver. This driver detected the Scsi disk media and export block io protocol
-
- Copyright (c) 2006, Intel Corporation
+ Scsi Disk driver. This driver detected the Scsi disk media and export block io protocol
+ Copyright (c) 2006 - 2007, 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
which accompanies this distribution. The full text of the license may be found at
@@ -33,9 +31,6 @@
UefiDriverEntryPoint
-
- BaseLib
-
UefiLib
@@ -45,9 +40,6 @@
EdkScsiLib
-
- MemoryAllocationLib
-
UefiBootServicesTableLib
diff --git a/EdkModulePkg/Bus/Usb/UsbBot/Dxe/UsbBot.msa b/EdkModulePkg/Bus/Usb/UsbBot/Dxe/UsbBot.msa
index a8884352e3..ac857bd07e 100644
--- a/EdkModulePkg/Bus/Usb/UsbBot/Dxe/UsbBot.msa
+++ b/EdkModulePkg/Bus/Usb/UsbBot/Dxe/UsbBot.msa
@@ -1,5 +1,5 @@
-
+
UsbBot
DXE_DRIVER
@@ -7,7 +7,7 @@
1.0
Component description file for UsbBot module
This module provides support for USB Bulk-Only Transport
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2007, 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
which accompanies this distribution. The full text of the license may be found at
@@ -31,9 +31,6 @@
UefiDriverEntryPoint
-
- BaseLib
-
UefiLib
diff --git a/EdkModulePkg/Bus/Usb/UsbBot/Dxe/bot.h b/EdkModulePkg/Bus/Usb/UsbBot/Dxe/bot.h
index 6e43a1b940..4fb76bbf80 100644
--- a/EdkModulePkg/Bus/Usb/UsbBot/Dxe/bot.h
+++ b/EdkModulePkg/Bus/Usb/UsbBot/Dxe/bot.h
@@ -76,7 +76,6 @@ typedef struct {
//
extern EFI_DRIVER_BINDING_PROTOCOL gUsbBotDriverBinding;
extern EFI_COMPONENT_NAME_PROTOCOL gUsbBotComponentName;
-extern EFI_GUID gUsbBotDriverGuid;
//
// Bot Driver Binding Protocol
diff --git a/EdkModulePkg/Bus/Usb/UsbBus/Dxe/UsbBus.msa b/EdkModulePkg/Bus/Usb/UsbBus/Dxe/UsbBus.msa
index 974c419208..bc7715dfd6 100644
--- a/EdkModulePkg/Bus/Usb/UsbBus/Dxe/UsbBus.msa
+++ b/EdkModulePkg/Bus/Usb/UsbBus/Dxe/UsbBus.msa
@@ -1,5 +1,5 @@
-
+
UsbBus
DXE_DRIVER
@@ -7,7 +7,7 @@
1.0
Component description file for UsbBus module
This module provides support for USB bus enumeration and USB IO protocol implementation
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2007, 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
which accompanies this distribution. The full text of the license may be found at
diff --git a/EdkModulePkg/Bus/Usb/UsbBus/Dxe/usbbus.h b/EdkModulePkg/Bus/Usb/UsbBus/Dxe/usbbus.h
index ce0e698013..be60aedb76 100644
--- a/EdkModulePkg/Bus/Usb/UsbBus/Dxe/usbbus.h
+++ b/EdkModulePkg/Bus/Usb/UsbBus/Dxe/usbbus.h
@@ -173,7 +173,6 @@ typedef struct _usb_bus_controller_device {
//
extern EFI_DRIVER_BINDING_PROTOCOL gUsbBusDriverBinding;
extern EFI_COMPONENT_NAME_PROTOCOL gUsbBusComponentName;
-extern EFI_GUID gUSBBusDriverGuid;
//
// EFI_DRIVER_BINDING_PROTOCOL Protocol Interface
diff --git a/EdkModulePkg/Bus/Usb/UsbMassStorage/Dxe/UsbMassStorage.msa b/EdkModulePkg/Bus/Usb/UsbMassStorage/Dxe/UsbMassStorage.msa
index f6b3186d94..7eec693f2d 100644
--- a/EdkModulePkg/Bus/Usb/UsbMassStorage/Dxe/UsbMassStorage.msa
+++ b/EdkModulePkg/Bus/Usb/UsbMassStorage/Dxe/UsbMassStorage.msa
@@ -1,5 +1,5 @@
-
+
UsbMassStorage
DXE_DRIVER
@@ -7,7 +7,7 @@
1.0
Component description file for UsbMassStorage module
This module provides Block IO interface for USB mass storage class
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2007, 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
which accompanies this distribution. The full text of the license may be found at
@@ -31,18 +31,12 @@
UefiDriverEntryPoint
-
- BaseLib
-
UefiLib
BaseMemoryLib
-
- EdkUsbLib
-
MemoryAllocationLib
diff --git a/EdkModulePkg/Bus/Usb/UsbMouse/Dxe/UsbMouse.msa b/EdkModulePkg/Bus/Usb/UsbMouse/Dxe/UsbMouse.msa
index 1b10780afc..0cbae7a7c3 100644
--- a/EdkModulePkg/Bus/Usb/UsbMouse/Dxe/UsbMouse.msa
+++ b/EdkModulePkg/Bus/Usb/UsbMouse/Dxe/UsbMouse.msa
@@ -1,5 +1,5 @@
-
+
UsbMouse
DXE_DRIVER
@@ -7,7 +7,7 @@
1.0
Component description file for UsbMouse module
This module provides support for USB mouse device
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2007, 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
which accompanies this distribution. The full text of the license may be found at
@@ -31,9 +31,6 @@
UefiDriverEntryPoint
-
- BaseLib
-
UefiLib
diff --git a/EdkModulePkg/Bus/Usb/UsbMouse/Dxe/usbmouse.h b/EdkModulePkg/Bus/Usb/UsbMouse/Dxe/usbmouse.h
index ac071db311..47aecc87da 100644
--- a/EdkModulePkg/Bus/Usb/UsbMouse/Dxe/usbmouse.h
+++ b/EdkModulePkg/Bus/Usb/UsbMouse/Dxe/usbmouse.h
@@ -73,7 +73,6 @@ USBMouseRecoveryHandler (
//
extern EFI_DRIVER_BINDING_PROTOCOL gUsbMouseDriverBinding;
extern EFI_COMPONENT_NAME_PROTOCOL gUsbMouseComponentName;
-extern EFI_GUID gEfiUsbMouseDriverGuid;
VOID
MouseReportStatusCode (
diff --git a/EdkModulePkg/Core/Dxe/DxeMain.msa b/EdkModulePkg/Core/Dxe/DxeMain.msa
index 55d2dbacdf..1ed9c09df1 100644
--- a/EdkModulePkg/Core/Dxe/DxeMain.msa
+++ b/EdkModulePkg/Core/Dxe/DxeMain.msa
@@ -1,13 +1,13 @@
-
+
DxeMain
DXE_CORE
D6A2CB7F-6A18-4e2f-B43B-9920A733700A
1.0
Component description file for DxeMain module.
- This module provide an DXE CIS compliant implementation.
- Copyright (c) 2006, Intel Corporation
+ This module provide an DXE CIS compliant implementation of DXE Core.
+ Copyright (c) 2006 - 2007, 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 which 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.
FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052
@@ -104,7 +104,7 @@
gEfiEbcProtocolGuid
-
+
gEfiLoadedImageProtocolGuid
@@ -113,16 +113,16 @@
gEfiCpuArchProtocolGuid
-
+
gEfiFirmwareVolumeProtocolGuid
-
+
gEfiFirmwareVolumeDispatchProtocolGuid
-
+
gEfiFirmwareVolumeBlockProtocolGuid
-
+
gEfiSectionExtractionProtocolGuid
@@ -173,7 +173,7 @@
gEfiSimpleFileSystemProtocolGuid
-
+
gEfiLoadPeImageProtocolGuid
@@ -188,6 +188,9 @@
gEfiCapsuleArchProtocolGuid
+
+ gEfiStatusCodeRuntimeProtocolGuid
+
@@ -214,12 +217,6 @@
gEfiHobMemoryAllocModuleGuid
-
- gEfiPeiPeCoffLoaderGuid
-
-
gEfiEventExitBootServicesGuid
@@ -229,6 +226,12 @@
gEfiEventMemoryMapChangeGuid
+
+ gEfiEventReadyToBootGuid
+
+
+ gEfiEventLegacyBootGuid
+
EFI_SPECIFICATION_VERSION 0x00020000
diff --git a/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa b/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa
index fa11a87737..c552966169 100644
--- a/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa
+++ b/EdkModulePkg/Core/DxeIplPeim/DxeIpl.msa
@@ -7,7 +7,7 @@
1.0
Component description file for DxeIpl module
The responsibility of this module is to load the DXE Core from a Firmware Volume. This implementation i used to load a 32-bit DXE Core.
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2007, 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
which accompanies this distribution. The full text of the license may be found at
@@ -34,9 +34,6 @@
HobLib
-
- PerformanceLib
-
PeiServicesLib
@@ -70,6 +67,9 @@
PcdLib
+
+ PeCoffLib
+
DxeLoad.c
@@ -134,7 +134,7 @@
-
+
PcdDxeIplSwitchToLongMode
gEfiEdkModulePkgTokenSpaceGuid
TRUE
diff --git a/EdkModulePkg/Core/Pei/Dispatcher/Dispatcher.c b/EdkModulePkg/Core/Pei/Dispatcher/Dispatcher.c
index c764b3907e..4cf44523ed 100644
--- a/EdkModulePkg/Core/Pei/Dispatcher/Dispatcher.c
+++ b/EdkModulePkg/Core/Pei/Dispatcher/Dispatcher.c
@@ -29,9 +29,6 @@ TransferOldDataToNewDataRange (
IN PEI_CORE_INSTANCE *PrivateData
);
-EFI_GUID gEfiPeiCorePrivateGuid = EFI_PEI_CORE_PRIVATE_GUID;
-
-
EFI_STATUS
PeiDispatcher (
IN EFI_PEI_STARTUP_DESCRIPTOR *PeiStartupDescriptor,
@@ -529,6 +526,9 @@ Returns:
--*/
{
+ //
+ //Build private HOB to PEI core to transfer old NEM-range data to new NEM-range
+ //
return BuildGuidDataHob (&gEfiPeiCorePrivateGuid, PrivateData, sizeof (PEI_CORE_INSTANCE));
}
diff --git a/EdkModulePkg/Core/Pei/PeiMain.h b/EdkModulePkg/Core/Pei/PeiMain.h
index 8aa97350bb..53c429f6e0 100644
--- a/EdkModulePkg/Core/Pei/PeiMain.h
+++ b/EdkModulePkg/Core/Pei/PeiMain.h
@@ -24,12 +24,8 @@ Revision History
#ifndef _PEI_MAIN_H_
#define _PEI_MAIN_H_
-//
-//Build private HOB to PEI core to transfer old NEM-range data to new NEM-range
-//
-#define EFI_PEI_CORE_PRIVATE_GUID \
- {0xd641a0f5, 0xcb7c, 0x4846, { 0xa3, 0x80, 0x1d, 0x01, 0xb4, 0xd9, 0xe3, 0xb9 } }
-
+extern EFI_GUID gEfiPeiCorePrivateGuid;
+
//
// Pei Core private data structures
//
diff --git a/EdkModulePkg/Core/Pei/PeiMain.msa b/EdkModulePkg/Core/Pei/PeiMain.msa
index 5daf40f64d..b8873a8ab6 100644
--- a/EdkModulePkg/Core/Pei/PeiMain.msa
+++ b/EdkModulePkg/Core/Pei/PeiMain.msa
@@ -7,7 +7,7 @@
1.0
Component description file for PeiMain module
This module provide an DXE CIS compliant implementation.
- Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2007, 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
which accompanies this distribution. The full text of the license may be found at
@@ -52,9 +52,6 @@
TimerLib
-
- PeCoffLib
-
PeiMain.h
@@ -105,6 +102,11 @@
gEfiPeiSecurityPpiGuid
+
+
+ gEfiPeiCorePrivateGuid
+
+
EFI_SPECIFICATION_VERSION 0x00020000
EDK_RELEASE_VERSION 0x00020000
@@ -112,4 +114,4 @@
PeiCore
-
\ No newline at end of file
+
diff --git a/EdkModulePkg/EdkModulePkg.fpd b/EdkModulePkg/EdkModulePkg.fpd
index c4ef7723ce..42db3586cb 100644
--- a/EdkModulePkg/EdkModulePkg.fpd
+++ b/EdkModulePkg/EdkModulePkg.fpd
@@ -7,12 +7,12 @@
EFI/Framework Reference Module Package for All Architectures
This FPD file is used for Package Level build.
Copyright (c) 2006 - 2007, 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
- which 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,
+ All rights reserved. This program and the accompanying materials
+ are licensed and made available under the terms and conditions of the BSD License
+ which 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.
FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052
@@ -7220,14 +7220,6 @@
4
10000000
-
- PcdDxeIplSwitchToLongMode
- 0x0001003b
- gEfiEdkModulePkgTokenSpaceGuid
- BOOLEAN
- 1
- FALSE
-
PcdDxeIplSupportEfiDecompress
0x00010034
@@ -11962,14 +11954,6 @@
4
10000000
-
- PcdDxeIplSwitchToLongMode
- 0x0001003b
- gEfiEdkModulePkgTokenSpaceGuid
- BOOLEAN
- 1
- FALSE
-
PcdDxeIplSupportEfiDecompress
0x00010034
@@ -16511,14 +16495,6 @@
4
10000000
-
- PcdDxeIplSwitchToLongMode
- 0x0001003b
- gEfiEdkModulePkgTokenSpaceGuid
- BOOLEAN
- 1
- FALSE
-
PcdDxeIplSupportEfiDecompress
0x00010034
@@ -20771,6 +20747,38 @@
+
+ PcdMaximumUnicodeStringLength
+ 0x00000001
+ gEfiMdePkgTokenSpaceGuid
+ UINT32
+ 4
+ 1000000
+
+
+ PcdMaximumAsciiStringLength
+ 0x00000002
+ gEfiMdePkgTokenSpaceGuid
+ UINT32
+ 4
+ 1000000
+
+
+ PcdMaximumLinkedListLength
+ 0x00000003
+ gEfiMdePkgTokenSpaceGuid
+ UINT32
+ 4
+ 1000000
+
+
+ PcdSpinLockTimeout
+ 0x00000004
+ gEfiMdePkgTokenSpaceGuid
+ UINT32
+ 4
+ 10000000
+
PcdUefiLibMaxPrintBufferSize
0x101
@@ -20779,6 +20787,45 @@
4
320
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PcdComponentNameDisable
+ 0x0000000d
+ gEfiMdePkgTokenSpaceGuid
+ BOOLEAN
+ 1
+ FALSE
+
+
+ PcdDriverDiagnosticsDisable
+ 0x0000000e
+ gEfiMdePkgTokenSpaceGuid
+ BOOLEAN
+ 1
+ FALSE
+
PcdMaximumUnicodeStringLength
0x00000001
@@ -20812,11 +20859,238 @@
10000000
+
+ NULL
+ BS_DRIVER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PcdComponentNameDisable
+ 0x0000000d
+ gEfiMdePkgTokenSpaceGuid
+ BOOLEAN
+ 1
+ FALSE
+
+
+ PcdDriverDiagnosticsDisable
+ 0x0000000e
+ gEfiMdePkgTokenSpaceGuid
+ BOOLEAN
+ 1
+ FALSE
+
+
+ PcdMaximumUnicodeStringLength
+ 0x00000001
+ gEfiMdePkgTokenSpaceGuid
+ UINT32
+ 4
+ 1000000
+
+
+ PcdMaximumAsciiStringLength
+ 0x00000002
+ gEfiMdePkgTokenSpaceGuid
+ UINT32
+ 4
+ 1000000
+
+
+ PcdMaximumLinkedListLength
+ 0x00000003
+ gEfiMdePkgTokenSpaceGuid
+ UINT32
+ 4
+ 1000000
+
+
+ PcdSpinLockTimeout
+ 0x00000004
+ gEfiMdePkgTokenSpaceGuid
+ UINT32
+ 4
+ 10000000
+
+
+
+ NULL
+ BS_DRIVER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PcdComponentNameDisable
+ 0x0000000d
+ gEfiMdePkgTokenSpaceGuid
+ BOOLEAN
+ 1
+ FALSE
+
+
+ PcdDriverDiagnosticsDisable
+ 0x0000000e
+ gEfiMdePkgTokenSpaceGuid
+ BOOLEAN
+ 1
+ FALSE
+
+
+ PcdMaximumUnicodeStringLength
+ 0x00000001
+ gEfiMdePkgTokenSpaceGuid
+ UINT32
+ 4
+ 1000000
+
+
+ PcdMaximumAsciiStringLength
+ 0x00000002
+ gEfiMdePkgTokenSpaceGuid
+ UINT32
+ 4
+ 1000000
+
+
+ PcdMaximumLinkedListLength
+ 0x00000003
+ gEfiMdePkgTokenSpaceGuid
+ UINT32
+ 4
+ 1000000
+
+
+ PcdSpinLockTimeout
+ 0x00000004
+ gEfiMdePkgTokenSpaceGuid
+ UINT32
+ 4
+ 10000000
+
+
+
+ NULL
+ BS_DRIVER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PcdComponentNameDisable
+ 0x0000000d
+ gEfiMdePkgTokenSpaceGuid
+ BOOLEAN
+ 1
+ FALSE
+
+
+ PcdDriverDiagnosticsDisable
+ 0x0000000e
+ gEfiMdePkgTokenSpaceGuid
+ BOOLEAN
+ 1
+ FALSE
+
+
+ PcdMaximumUnicodeStringLength
+ 0x00000001
+ gEfiMdePkgTokenSpaceGuid
+ UINT32
+ 4
+ 1000000
+
+
+ PcdMaximumAsciiStringLength
+ 0x00000002
+ gEfiMdePkgTokenSpaceGuid
+ UINT32
+ 4
+ 1000000
+
+
+ PcdMaximumLinkedListLength
+ 0x00000003
+ gEfiMdePkgTokenSpaceGuid
+ UINT32
+ 4
+ 1000000
+
+
+ PcdSpinLockTimeout
+ 0x00000004
+ gEfiMdePkgTokenSpaceGuid
+ UINT32
+ 4
+ 10000000
+
+
+
+ NULL
+ BS_DRIVER
+
-
-
-
-
@@ -21041,4 +21315,4 @@
-
\ No newline at end of file
+
diff --git a/EdkModulePkg/EdkModulePkg.spd b/EdkModulePkg/EdkModulePkg.spd
index 305d45bb0b..e7f6ab7894 100644
--- a/EdkModulePkg/EdkModulePkg.spd
+++ b/EdkModulePkg/EdkModulePkg.spd
@@ -650,6 +650,11 @@
060CC026-4C0D-4DDA-8F41-595FEF00A502
+
+ gEfiPeiCorePrivateGuid
+ d641a0f5-cb7c-4846-a380-1d01b4d9e3b9
+
+
gEfiGenericPlatformVariableGuid
59d1c24f-50f1-401a-b101-f33e0daed443
@@ -1285,4 +1290,4 @@
If TRUE, the PCI bus driver will support hot plug device. If not hot plug device is supported, this feature flag can be set to FALSE to save size.
-
\ No newline at end of file
+