- b798426 changed the Esal call function ids all over the tree by vprabhal · 18 years ago
- 644a351 Check in library class definition of ExtendedSalLib. by xli24 · 18 years ago
- 627c1d2 Clean up the following module msa files. by lgao4 · 18 years ago
- 98419ef 1. Added EdkPciIncompatibleDeviceSupportLib in EdkModulePkg, this library is used for PciBus driver and includes 3 Incompatible device lists. by vanjeff · 18 years ago
- 5101d83 Remove 3 library instances: EdkDxeDebugLibReportStatusCode, EdkUefiDebugLibConOut and EdkUefiDebugLibStdErr in EdkModulePkg. by qwang12 · 18 years ago
- 7af45bf 1. Added PcdNtEmulator and Removed MACRO EFI_NT_EMULATOR by vanjeff · 18 years ago
- a138bf5 Remove the unused library instance EdkNullCustomizedDecompressLib. by lgao4 · 18 years ago
- bc2693a Clean up MSA file of the checked in modules which include: by qwang12 · 18 years ago
- df05789 Updated for added package by tgingold · 18 years ago
- febc643 Remove USER_DEFINED in IncludePkgHeader in spd files as it does not make sense to specify package include header file for a custom build type module. Package creator has no a priori knowledge about what header file will be needed by the USER_DEFINED module customers created in dependent package. by qwang12 · 18 years ago
- 8c395f7 Introduce a new Guid with CName gEfiGenericPlatformVariableGuid to pair with those Unicode String names, which are forbidden to pair with gEfiGlobalVariableGuid according to newest Uefi Spec. by qhuang8 · 18 years ago
- 6874dbd 1) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with PcdLib.c. by qwang12 · 18 years ago
- 4afc6a7 (1) Using EfiCompress in place of TianoCompress as EFI_STANDARD_COMPRESSION type to conform to spec. by lgao4 · 18 years ago
- f1cd55f Add DxeDebugLibSerialPort that provides a debug library that layers directly on top of a serial port by mdkinney · 18 years ago
- 22613d6 Update the EmuVariable and Variable modules to have a ModuleType of DXE_SAL_DRIVER for IPF builds. by mdkinney · 18 years ago
- 657d391 • Set the default value of PcdDxeIplSwitchToLongMode to TRUE. by qhuang8 · 18 years ago
- abb2663 Introduce PcdDxeIplSwitchToLongMode to DxeIplPeim and remove DxeIplX64Peim. by qhuang8 · 18 years ago
- d9bccce Declare GUIDs for all Extended SAL Services by mdkinney · 18 years ago
- 3681d19 This check-in fixed the following bugs: by cwu11 · 18 years ago
- af118a8 Declare PCD Feature flags for protocols produced by the Device Path Module and decompression methods supported by the DXE IPL by mdkinney · 18 years ago
- 62f8431 changed EdkModulePkg GUID from the original B6EC423C-21D2-490D-85C6-DD5864EAA674 to new 68169ab0-d41b-4009-9060-292c253ac43d to avoid its conflict with gPeiBaseMemoryTestPpiGuid and change all msa and fpd file in EdkII, which depends on EdkModulePkg. by lgao4 · 18 years ago
- fc198a7 Move ConPlatform module from EdkNT32 package to EdkModulePkg, and remove EdkPeCoffLoaderX64Lib from DxeIplX64 module because EdkPeCoffLoaderLib based on new BasePeCoffLib can support 32bit and 64bit PE iamge both. by lgao4 · 18 years ago
- b0e15cb clean up PCD settting for EdkModulePkg.fpd and EdkNt32Pkg.fpd by lgao4 · 18 years ago
- 8cf2c0a Change PcdDebugPrintErrorLevel PCD declare in msa as DYNAMIC, because this PCD type can be by lgao4 · 18 years ago
- 42ef7fc Add the following Pcds declaration in EdkModulePkg.spd file. EdkModulePkg PeiVariable, RuntimeDxeVariabe, and Ftw module needs these PCDs. by lgao4 · 18 years ago
- 36dbf7f Follow up EDKT235 by yshang1 · 18 years ago
- f89f580 Add in feature flag PcdPeiPcdDatabaseSetEnabled, PcdPeiPcdDatabaseGetSizeEnabled, PcdPeiPcdDatabaseCallbackOnSetEnabled, PcdPeiPcdDatabaseExEnabled to allow user to customize Pcd service PEIM. It is very curical to save size in PEI phase. by qwang12 · 18 years ago
- 6ffd3b0 Add a Pcd to define the maximum number of performance log entries during PEI phase. by qhuang8 · 18 years ago
- e2c390b Remove SecurityPolicy.h from EdkModulePkg, because this protocol has been defined in MdePkg. by lgao4 · 18 years ago
- 563671d EFI_FAULT_TOLERANT_WORKING_BLOCK_HEADER is defined wrongly. It should be the same with what is written down in FTW specification. by qwang12 · 18 years ago
- 5dd2d77 by xgu3 · 18 years ago
- a8bcbf3 Fix bug which define different PCD with same token number in EdkModulePkg.spd. by yshang1 · 18 years ago
- 56836fe 1) Check in Pei/Dxe status code; by yshang1 · 18 years ago
- 3e48a19 Change DxeRuntimeDriverLib name to UefiRuntimeLib. by yshang1 · 18 years ago
- 562d284 Add DevicePathUtilities DevicePathToText DevciePathFromText USB2HostController protocols by ljin6 · 18 years ago
- 4aca4e8 Removed the MdePkg Pcd Declarations which should only be specified in the MdePkg.spd file by lhauch · 19 years ago
- 5e1c3ee Added license & copyright declaration by jwang36 · 19 years ago
- 738e75b Added all header files in the packages's include directory into spd files. by jwang36 · 19 years ago
- 7e89358 Remove EdkPeCoffLoaderLibX64 library from EdkModulePkg by lgao4 · 19 years ago
- 5343eab Add missing files in msa file and add module description in msa file, and reorganize DriverSample and DxeIplX64 module directory. by lgao4 · 19 years ago
- 1fe4ef1 1. Updated some files’ description files in MdePkg, EdkModulePkg & EdkNt32Pkg. by qhuang8 · 19 years ago
- abf537e by alfred · 19 years ago
- c79c3f3 Fix remainning capsule PCD's <HelpText>. by klu2 · 19 years ago
- f7ba355 Fix the <HelpText> for PCD used by EdkNt32Pkg and EdkModulePkg. by klu2 · 19 years ago
- 5094fb0 Add necessary files (such as *.h) in module msa and remove unused msa files. by lgao4 · 19 years ago
- 5b1b9d8 1. BaseSmbusLib: Make SmbusReadDataByte() & SmbusWriteBlock() function well by re-arranging register settings. by qhuang8 · 19 years ago
- 4f91412 Add Feature Flag PcdDxePcdDatabaseTraverseEnabled and PcdPeiPcdDatabaseTraverseEnabled by qwang12 · 19 years ago
- c1d69ed Fix all <TokenSpaceGuidCName> in all SPD file. by klu2 · 19 years ago
- 0e0e9d3 Fix the TokenSpaceGuidCName entry of PcdSupportUpdateCapsuleRest/PcdMaxSizePopulateCapsule/PcdMaxSizeNonPopulateCapsule by davidhuang · 19 years ago
- 045f452 1)Add a new module CapsuleRuntime under EdkModulePkg\Universal\Capsule\RuntimeDxe.And add the module into Nt32.fpd by davidhuang · 19 years ago
- 3612207 by lgao4 · 19 years ago
- f072578 1, Add Guid declaration into EdkModulePkg.spd, EdkNt32Pkg.spd and MdePkg.spd file by klu2 · 19 years ago
- 5b2a795 removed unnecessary name space declarations in some top level elements by jwang36 · 19 years ago
- b062dd1 For new Tool. by qouyang · 19 years ago
- 1f86f08 converted all surface area description files to new schema by jwang36 · 19 years ago
- 9040f30 Remove DiskIoPartition and old Emu, adjust MonoStatusCode in EdkNt32Pkg by lgao4 · 19 years ago
- e88ea42 The main trunk of tip is broken by Scott's removing of PcdPeimTest driver, but forget remove it from EdkModulePkg.spd and <FrameworkModules> in Nt32.fpd. I have fixed it. by klu2 · 19 years ago
- 4ba61e5 1. UINTN & INTN issue for EBC architecture: by qhuang8 · 19 years ago
- ec76345 Modify PCD declaration according to new schema. by klu2 · 19 years ago
- 401693f Removed create/modified/update data, PacakgeType from headers, added HexWordArrayType for VariableName list, the definition accepts the following: 0x000A, 0x000b, 0x00AF or 0x000A 0x000b 0x00AF or 0x000A,0x000b,0x00AF NOTE: LEADING ZERO characters are REQUIRED! by lhauch · 19 years ago
- 0850ca3 Updated the FPD and SPD files to newer schema formats. Also updated a couple of items in the XML Schema (added a new element) by lhauch · 19 years ago
- 6e11a8e Fix capitalization issues. by bbahnsen · 19 years ago
- 00b7af1 Sync up Pcd Library Instances and PCD Driver/PEIM with Pcd spec 0.51 and Mde 0.51 by qwang12 · 19 years ago
- 52e1905 Check in the Pcd service Driver/PEIM according to the new way of generating PCD Database by qwang12 · 19 years ago
- e20ee53 by lgao4 · 19 years ago
- 5f10fa0 *BaseSmbusLib: (new version) by qhuang8 · 19 years ago
- 878ddf1 Initial import. by bbahnsen · 19 years ago