- e026f00 Correct the bad token number for gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor. by rsun3 · 14 years ago
- cfbc1a7 1. Introduce PcdTftpBlockSize to let platform DSC customize block size. by hhuan13 · 14 years ago
- 92a4f6f Add 64-bit versions of FLASH Base addressess as it is legal to have them >4G. For backward compatability if the new 64-bit base addresses are zero use the old 32-bit base addressess. by andrewfish · 14 years ago
- 099f2b1 Change type of PcdSrIovSupport/PcdAriSupport/PcdMrIovSupport from FeatureFlag to [FixAtBuild, PcdDynamics]. by rsun3 · 15 years ago
- 0ef42f8 Update QueryCapsuleCapabilities interface. by li-elvin · 15 years ago
- 3dc8585 MdeModulePkg: by jyao1 · 15 years ago
- e3e134e Fix minor format issue in file header by qhuang8 · 15 years ago
- cd5ebaa Update the copyright notice format by hhtian · 15 years ago
- 64a8054 Grammatical and disclaimer changes (does not follow internal C coding stds.) by myronporter · 15 years ago
- a914195 MdeModule Package version updated from 0.90 to 0.91. by rsun3 · 15 years ago
- fe92ab2 import Debug Agent Library and null instance in MdeModulePkg. by vanjeff · 15 years ago
- 6bfbb5f 1. Correct File header to ## @file by lgao4 · 15 years ago
- c39c3e2 add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport. by niruiyu · 15 years ago
- 54ea99a Enable the Load Module At fixed Address feature by jchen20 · 15 years ago
- 9f7d5b4 Remove micro definition for smbios version, instead we use a PCD value to let user customize smbios version better. by li-elvin · 15 years ago
- 5d2311b Integrated S3 thunk implementation: change the PcdDxeIplSwitchToLongMode type from [PcdsFeatureFlag.IA32] to [PcdsFeatureFlag.IA32, PcdsFeatureFlag.X64] by jchen20 · 15 years ago
- 75dea6b Create DxeReportStatusCodeLib instance. by xli24 · 15 years ago
- 10c5d87 Remove status code modules' dependency on IntelFrameworkModulePkg. by xli24 · 15 years ago
- 1ef2678 Update PCI bus driver to support non-standard PCI to PCI bridge I/O window alignment, such as 2K/1K/512 byte. Feature PCD PcdPciBridgeIoAlignmentProbe is introduced to turn on/off this feature. by rsun3 · 15 years ago
- cd98f30 Add new SecurityManagementLib, and update SecurityStub driver to use this lib. by lgao4 · 15 years ago
- 25126a0 Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE. by xli24 · 15 years ago
- 9060e3e 1. Impl PI 1.2 PCI part. Major changes include: by davidhuang · 15 years ago
- 02328a5 EMU Variable: Add support for pre-reserved NV variable store. by jljusten · 15 years ago
- 48cd992 add assertion to ensure HwErr type variable range is less than or equal to VariableStore range. by eric_tian · 15 years ago
- 05d7105 Update the comments for S3Lib and RecoveryLib class to state that they are deprecated. by qhuang8 · 15 years ago
- a90ccab Correct the format of comments by lgao4 · 15 years ago
- 7385086 update MdePkg version to 1.01 by vanjeff · 15 years ago
- 6144e7a Add PCDs for FirmwareVendor, FirmwareRevision, FirmwareVerisonString, and FirmwareReleaseDateString by mdkinney · 16 years ago
- a29645c Remove library class of MemoryTestLib and related library instances. by xli24 · 16 years ago
- 5e895e6 update the usage help text on variable statistic information. by eric_tian · 16 years ago
- 504dcb0 This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
- 6388684 1. retired NicIp4ConfigProtocolGuid by vanjeff · 16 years ago
- da801a6 Fix DEC issue for MdeModulePkg: by klu2 · 16 years ago
- 72670d3 Add gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress by jljusten · 16 years ago
- 6d8ced2 Merge application PlatOverMngr and library DxePlatDriOverLib into driver PlatDriOverrideDxe. by lgao4 · 16 years ago
- e602a22 Retire IfrSupportLib and ExtendedIfrSupportLib, which have been replaced by HiiLib. by lgao4 · 16 years ago
- 023c0fe retain gEfiLoadPeImageProtocolGuid, and only published by DxeCore to keep backward compatibility. by eric_tian · 16 years ago
- af3888e remove the gEfiLoadPeImageProtocolGuid and replace all references for it with BasePeCoffLib. by eric_tian · 16 years ago
- 9a6dcbf Add NewHii and UefiHiiService library class by lgao4 · 16 years ago
- 2fcdca1 1. The original code has a bug on calculate the size of SCRATCH_SIZE. It should be maximum value between PcdMaxVariableSize and PcdMaxHardwareErrorVariableSize. by eric_tian · 16 years ago
- f6f910d Retire Extended HII library class. by rsun3 · 16 years ago
- 9937b36 1. retired console control protocol. by vanjeff · 16 years ago
- a0afd24 retired some private protocols used by EFI 1.10 network stack. by vanjeff · 16 years ago
- 3c506dd Add gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile which by jljusten · 16 years ago
- c40aa22 Remove Feature PCD PcdSupportFullConfigRoutingProtocol as EDK II sample implementation is UEFI compliant system which always produces gEfiHiiConfigRoutingProtocolGuid. by qwang12 · 16 years ago
- d11ad58 Rename BaseMemoryTestLib to MemoryTestLib. by xli24 · 16 years ago
- 9336760 retire gEfiAlternateFvBlockGuid. All platform FvbRuntimeDxe drivers will not produce such protocol to signify itself support writable FVB protocol. by eric_tian · 16 years ago
- 4e17cc9 Minor update the PCD section by qhuang8 · 16 years ago
- 4941d88 Retire TCG platform protocol, which will be replaced by PI Security Architecture protocol. by lgao4 · 16 years ago
- dad6083 1. retried PrimaryConsoleInDeviceGuid, PrimaryConsoleOutDeviceGuid and PrimaryStandardErrorDeviceGuid. by vanjeff · 16 years ago
- 00f3851 retire FvbServiceLib class in MdeModulePkg, and also remove the two instances in MdeModulePkg and ItaniumPlatformPkg. by eric_tian · 16 years ago
- b6ee92e Refine BaseMemoryTestLib and add instance with full functionality. by xli24 · 16 years ago
- 92650d2 Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionLib class and instances. by qhuang8 · 16 years ago
- 97b2c9b Update PeiCore to handle FvImage with PI FV extension header by lgao4 · 16 years ago
- fc9da5a refine pcd comments by eric_tian · 16 years ago
- ea43036 Clean the unused PCD entry. by lgao4 · 16 years ago
- 08c4ca5 retire gEfiBootStateGuid and replace it with dynamic hii pcd. so the different boot times can know whether it needs to do full/minimal/no_changes configuration. by eric_tian · 16 years ago
- ea2d908 retired PcdNtEmulatorEnable. by vanjeff · 16 years ago
- 88a5561 Update Variable driver to depend on full version FaultTolerantWrite protocol, and remove the lite version FaultTolerantWrite Dxe Driver. New full version FaultTolerantWriteDxe driver is added in MdeModulePkg. by lgao4 · 16 years ago
- 85e923a Add full version FaultTolerantWrite Dxe driver. by lgao4 · 16 years ago
- a86ae18 Re-organize the PCDs section to reduce the duplication of PCD help text and default value: every PCD token space and token pair has only one entry in DEC file. by gikidy · 16 years ago
- 6448d56 remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg by qhuang8 · 16 years ago
- 3709c4c 1. delete Include/Guid/VariableInfo.h by eric_tian · 16 years ago
- aa19fa5 Update PCD help text. by lgao4 · 16 years ago
- 3519b58 corrected typo. by qwang12 · 16 years ago
- 844d9de Use default boot file name from UefiSpec.h and retired related PCDs by klu2 · 16 years ago
- 7dbb8c5 Update help information for PcdSupportFullConfigRoutingProtocol. by qwang12 · 16 years ago
- 0b84526 1, Retired PCD PcdSupportHardwareErrorRecord, because as UEFI specification said, if PcdHardwareErrorRecordLevel is 0, platform does not provide feature of hardware error record. by klu2 · 16 years ago
- 7f3a617 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, now this PCD is *not* only hold default value of Bds timeout, but it is associated with a HII type PCD to hold persistent value for BDS timeout. Platform integrator will establish this mapping in platform DSC file. by klu2 · 16 years ago
- 86b7139 Move OEMBadging protocol from MdeModulePkg to IntelFrameworkModulePkg by klu2 · 16 years ago
- f806dd2 Use single one PcdFrameworkCompatibilitySupport PCD to support framework HII and FvHob. by lgao4 · 16 years ago
- f1aec6c 1. Retired HotPlugDevice protocol. by vanjeff · 16 years ago
- 7fc80d4 Retired gSimpleTextInExNotifyGuid, used local structure address to be notify handle. by vanjeff · 16 years ago
- ad801d0 Check in library class of BaseMemoryTestLib. by xli24 · 16 years ago
- 87fbccb Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg by klu2 · 16 years ago
- 96cb78a Use gEfiCallerIdGuid as the private guid for PcdPeim module. by lgao4 · 16 years ago
- 4bfa7dc 1. Remove feature flag PcdDxeIplEnableIdt entries by qhuang8 · 16 years ago
- e4b99ad Change library class PlatDriOverLib to PlatformDriOverrideLib by lgao4 · 16 years ago
- 4986c56 temporary roll back changing on gEfiHotPlugDevice. by vanjeff · 16 years ago
- 76f1dde Move Crc32GuidedSectionExtraction from Protocol to Guid directory by lgao4 · 16 years ago
- 5c52673 Move MdeModuleHii.h into Include\Guid directory by lgao4 · 16 years ago
- dae9306 Update the PCD comments for PcdFrameworkHiiCompatibilitySupport. by qwang12 · 16 years ago
- cebfa89 update PCD help text by vanjeff · 16 years ago
- f999350 retire gEfiFirmwareVolumeDispatcherProtocolGuid as its original design is used to signify such FV need to be dispatched or not. by eric_tian · 16 years ago
- a8e1ed5 Refine help text of PcdDisableDefaultKeyboardLayoutInUsbKbDriver. by xli24 · 16 years ago
- 2db4a77 Update MdeModulePkg package surface area: by qhuang8 · 16 years ago
- aa8f4f5 1. Retired HotPlugDevice protocol. by vanjeff · 16 years ago
- d73be1d Remove BaseMemoryTest PPI and related producers and consumers. by xli24 · 16 years ago
- 55e4e17 Path\filename information added for Protocol/PPI/Guid section in DEC file. by gikidy · 16 years ago
- 19f1707 Remove FlashMap Ppi that has been replaced by Flash related PCDs. by lgao4 · 16 years ago
- 8d4cd91 1.Moved HotPlugDevice.h & SimpleTextInNotify.h from /Guid to /Protocol by gikidy · 16 years ago
- 109e9a6 Code scrub for the following drivers and librarys. by lgao4 · 16 years ago
- 346cf9a Code scrub for MdeModule Include header file (Protocol and DEC) by lgao4 · 16 years ago
- b315472 1.Removed PrintXY from Graphics Library. by vanjeff · 16 years ago
- 804dbc3 Update [LibraryClasses] section for the updated library class. by qhuang8 · 16 years ago
- 9dddc0f Vertical check - Every PCD entries in DEC file need to have comments by eric_tian · 16 years ago
- bf314e6 update files header by vanjeff · 16 years ago
- 4f57ff1 Vertical check - DEC [LibraryClasses] section matches all the library classes header files by eric_tian · 16 years ago
- 0ef93eb Update the default value of PcdPlatformBootTimeOutDefault to be 0xffff to be compliant to UEFI spec: If L"Timeout" variable is absent, we treat it as if it were 0xffff and wait for user key. by qhuang8 · 16 years ago
- 223c22d 1. Add three sample PCD in HelloWorld application for user reference of PCD usage. by lgao4 · 16 years ago