summaryrefslogtreecommitdiffstats
path: root/Nt32Pkg
Commit message (Expand)AuthorAgeFilesLines
* Fix some bugs in DSC/INF file Nt32 platformklu22007-11-223-2/+7
* Clean up: update "EFI" to "UEFI" if applicable.qhuang82007-11-228-9/+9
* Remove the old definition in FlashMapHobklu22007-11-201-15/+0
* Remove AtapiPassThru driver in NT32 DSC fileqhuang82007-11-202-2/+0
* 1. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff2007-11-201-0/+2
* the implementation of FVB->SetAttribute() interface should check the unchange...klu22007-11-051-0/+19
* The default value of SecMain should be set as INIT_CAR_VALUE = 0x5aa55aa5, th...klu22007-11-011-0/+7
* Add Driver Diagnostic 2 Protocol support for WinNtBlockIo driver.qhuang82007-10-303-17/+44
* Added flag to permit building with VS2005. (strcpy has been depricated, so MS...lhauch2007-10-251-1/+1
* Update following library class/Protocol for puting 'Framework' as prefixklu22007-10-229-21/+21
* Add a DXE apriori for Nt32 emulator.qwang122007-10-191-0/+4
* Remove WinNtConsole driver since its functionality has already been covered b...qhuang82007-10-199-2459/+0
* Update to support EFI_SIMPLE_INPUT_EX protocolqhuang82007-10-195-151/+895
* Clean UGA from Nt32Pkg.vanjeff2007-10-183-81/+23
* Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSectionExtractLib.lgao42007-10-171-1/+1
* Apply Crc32GuidedSectionExtract library instance to replace the original Crc3...lgao42007-10-172-3/+4
* Merger trackers #7807 and #8372. vanjeff2007-10-175-58/+58
* Add PcdConOutGopSupport and PcdConOutUgaSupport reference in DSC file.vanjeff2007-10-161-2/+4
* Added "/D_CRT_SECURE_NO_WARNINGS" to disable warning for using not secure CRT...jwang362007-10-161-1/+1
* 1) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeMod...qwang122007-10-152-0/+11
* Remove the special logic on EFI_PCI_DEVICE_ENABLE in PciBus driver. And updat...lgao42007-10-151-1/+1
* Merge EDK tracker 892 to EDK II.lgao42007-10-152-0/+224
* 1. Update internal EfiPrint protocol to contain all print interfaces provided...lgao42007-10-121-0/+1
* Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicod...qhuang82007-10-117-7/+7
* Add release compiler option support.lgao42007-10-101-2/+2
* Use VirtualAlloc() to allocate enough memory space for Nt32 emulator in place...lgao42007-10-103-52/+36
* Cleaned the code for passing Visual Studio 2005 buildjwang362007-10-091-1/+1
* Correct ExtractGuidedSectionLib library instance for PEIM and DXE lgao42007-10-091-1/+2
* Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component nam...qhuang82007-10-097-28/+28
* Add Unicode Collation related PCD entries in DSC file.qhuang82007-10-091-0/+2
* Change NT32 to use optimized BaseMemoryLibsmdkinney2007-10-061-1/+4
* added the CpuLibvprabhal2007-10-051-0/+1
* Update comments in Variable driver and removed references to FLASH Map Hob in...AJFISH2007-10-052-2/+0
* Added PCD for Variable Store profilingAJFISH2007-10-041-0/+1
* Correct module type for library instance.lgao42007-09-302-2/+2
* Enable to produce component name 2 protocol for all Uefi drivers in Nt32 pack...qhuang82007-09-291-2/+2
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-293-102/+269
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-293-92/+259
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-293-84/+252
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-294-92/+259
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-293-94/+270
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-293-93/+263
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-293-324/+481
* Remove unused library instance Nt32PeCoffLoader.lgao42007-09-293-140/+0
* 1. Add ExtractGuidedSectionLib library to replace customdecompress library.lgao42007-09-291-3/+2
* Remove duplicate section.klu22007-09-291-8/+1
* Clear up network stack to use R9 MdeLib:qhuang82007-09-282-4/+3
* Add PeiPiLib in Nt32's DSC fileklu22007-09-281-1/+3
* Enable the 0-31 temporary IDT entries prior to activate the LongMode. If not ...yshang12007-09-281-0/+1
* 1. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. lgao42007-09-288-11/+1055