- 7f4d210 Add library instance for UEFI_DRIVER by qhuang8 · 16 years ago
- b3149ea [Description] by eric_tian · 17 years ago
- 58dcdad Merge Temporary Ram support patch. by klu2 · 17 years ago
- 764e3bf remove EdkGenericBdsLib|Nt32Pkg/Library/EdkGenericBdsLib/EdkGenericBdsLib.inf which is removed. by qwang12 · 17 years ago
- 350c543 Remove the wrong changes. by qwang12 · 17 years ago
- 20d2ed1 Replaced by Y:\work\MdeModulePkg\Library\GenericBdsLib\GenericBdsLib.inf which complies to UEFI HII. by qwang12 · 17 years ago
- ff8ff13 Update PeiReportStatusCodeLib instance, which will support report data prior to installed the REPORT STATUSCODE PPI. by yshang1 · 17 years ago
- 2a5726b 1) Cleanup HiiLib, IfrSupportLib. by qwang12 · 17 years ago
- db9c423 Rollback. by jwang36 · 17 years ago
- bb447e1 Fixed the incorrect library instance setting for "PerformanceLib" library class by jwang36 · 17 years ago
- 5fd5fcd UEFI HII: Merge UEFI HII support changes from branch. by qwang12 · 17 years ago
- be0187b Comment out unused ECP library which no any module referenced, by klu2 · 17 years ago
- 2529e5e Added following line under [BuildOptions] for R8 modules build by jwang36 · 17 years ago
- cd46d8f Added [Libraries] for R8 modules' build by jwang36 · 17 years ago
- 95be2c9 by lgao4 · 17 years ago
- 706e753 Modify minor error in Nt32Pkg.dsc by lgao4 · 17 years ago
- 1964846 Add PeiPiLib for PeiMain module by lgao4 · 17 years ago
- 2b642e5 Fix some bugs in DSC/INF file Nt32 platform by klu2 · 17 years ago
- 55fd33e Remove AtapiPassThru driver in NT32 DSC file by qhuang8 · 17 years ago
- 36ee91c 1. Add DPC protocol and DpcLib library in MdeModulePkg. by vanjeff · 17 years ago
- 8e5b17b Update following library class/Protocol for puting 'Framework' as prefix by klu2 · 17 years ago
- ad4dc92 Remove WinNtConsole driver since its functionality has already been covered by WinNtGop driver by qhuang8 · 17 years ago
- 46ffb9a Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSectionExtractLib. by lgao4 · 17 years ago
- 899bc55 Apply Crc32GuidedSectionExtract library instance to replace the original Crc32SectionExtractDxe driver to produce Crc32 guided section protocol. by lgao4 · 17 years ago
- e6ef530 Add PcdConOutGopSupport and PcdConOutUgaSupport reference in DSC file. by vanjeff · 17 years ago
- 9c7aa18 1) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv to replace the MACRO definitions. by qwang12 · 17 years ago
- 2ad4dad 1. Update internal EfiPrint protocol to contain all print interfaces provided by PrintLib class of MdePkg. 2. Update SetupBrowserDxe driver to produce new EfiPrint protocol. by lgao4 · 17 years ago
- d173d9c Correct ExtractGuidedSectionLib library instance for PEIM and DXE by lgao4 · 17 years ago
- 676de8d Add Unicode Collation related PCD entries in DSC file. by qhuang8 · 17 years ago
- ba57111 Change NT32 to use optimized BaseMemoryLibs by mdkinney · 17 years ago
- bd55fe1 added the CpuLib by vprabhal · 17 years ago
- e8ec178 Added PCD for Variable Store profiling by AJFISH · 17 years ago
- 8270a5f Enable to produce component name 2 protocol for all Uefi drivers in Nt32 package. by qhuang8 · 17 years ago
- 18fd8d6 1. Add ExtractGuidedSectionLib library to replace customdecompress library. by lgao4 · 17 years ago
- 5e106e5 Add PeiPiLib in Nt32's DSC file by klu2 · 17 years ago
- 5d58295 Enable the 0-31 temporary IDT entries prior to activate the LongMode. If not enable the temporary IDT table, DEBUG_PROPERTY_ASSERT_BREAKPOINT_ENABLED may not work correctly till CPU DXE programs the IDT table. by yshang1 · 17 years ago
- 3d7b099 1. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. by lgao4 · 17 years ago
- d8f31a2 Moved the build options from the defines section to the BuildOptions section by lhauch · 17 years ago
- 4fb31c2 1) Add library classes of S3Lib and RecoveryLib in MdeModulePkg by klu2 · 17 years ago
- b0d803f Merge branch of PI tree to main trunk by klu2 · 17 years ago
- f15a200 Remove OldPeiCoreEntryPoint library instance from MdePkg by klu2 · 17 years ago
- d4b7ad5 PeiCore and DxeCore should use MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf library instance for PcdLib library class by klu2 · 17 years ago
- 593a830 1. Import SnpNt32Dxe. That is a thunk driver could produce SNP protocol on NT32 platform. It needs cowork with Network I/O driver. by vanjeff · 17 years ago
- 8877e89 Removed unused PCD entries. by AJFISH · 17 years ago
- b3af5df Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41, DSC spec 0.40. by qhuang8 · 17 years ago
- e30eb28 Fix the wrong Maximum size for PcdUefiVariableDefaultPlatformLang by qhuang8 · 17 years ago
- b83e250 Added support for UART and Terminal PCD settings by AJFISH · 17 years ago
- cdebf6c 1) Add type casting for argument "a" in EFI_ERROR(a), since if compare two constants without specify data type, compiler maybe could not understand what is the actual data type of constant. The default would treat it as unsigned data. therefore, if the argument a of EFI_ERROR(a) is constant, for instance the EFI_LOAD_ERROR, the EFI_ERROR(a) would always be FALSE. by yshang1 · 17 years ago
- 2f053c9 1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file. by klu2 · 17 years ago
- 39a4d28 Correct UefiDecompress library instance by lgao4 · 17 years ago
- c76af11 Changed the library class name to HiiLibFramework by jwang36 · 17 years ago
- 4be464d Remove the invalid revision 3549. by yshang1 · 17 years ago
- d8b61da Fix bug in PciCfg to support PCI express address. by yshang1 · 17 years ago
- 6d3aa33 Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, the tool can not generate correct PCD value in FDF, so in the patch, we still define the flash layout PCDs in DSC for short term. by yshang1 · 17 years ago
- 76b0f6a PcdPei module should link BasePcdLibNull to avoid self dependency. by qhuang8 · 17 years ago
- 1375916 Change the patchableInModule type PCD to fixedAtBuild type PCD because NT32 platform is not for releasing binary module. by klu2 · 17 years ago
- b7273e6 Remove duplicate PCD from DSC file by klu2 · 17 years ago
- 75fe518 Fix PCD bug in NT32Pkg DSC file. by klu2 · 17 years ago
- c247746 Removed unused library classes by jwang36 · 17 years ago
- 409f678 Removed unneeded $(WORKSPACE)\ in *.DSC files. Also synced MdePkg.dec file with package specification update by AJFISH · 17 years ago
- d10385c Remove fpd word by klu2 · 17 years ago
- b397fbb removed gEfiWinNtCPUSpeedGuid, gEfiWinNtCPUModelGuid, and gEfiWinNtMemoryGuid. Replaced them with the PCD values they represent. There was no need to use the driver model, when you could get PCD value directly. Also removed local copies of Atoi() in several modules. Fixed bug in reporting of memory size. by AJFISH · 17 years ago
- 0f363e7 Fixed MaxDatumSize of PcdWinNtPhysicalDisk by jwang36 · 17 years ago
- fdcc2fd Added library instance for USER_DEFINED module type by jwang36 · 17 years ago
- f9bef4b Fix the issue that A: floppy can not be connect in Nt32 shell environment. by klu2 · 17 years ago
- 8d3a5c8 Move VariablePei/VariableDxe/EmuVarible to /Variable folder of MdeModulePkg. by yshang1 · 18 years ago
- d877505 Rename the SecurityStub.inf to SecurityStubDxe.inf. by yshang1 · 18 years ago
- f2abdc9 Move RuntimeDxe to /Core of MdeModulePkg. by yshang1 · 18 years ago
- 05177be Rename the MemoryTest Pei and Dxe. by yshang1 · 18 years ago
- f7b671a move PcdStatusCodeValueEfiWatchDogTimerExpired to FixedAtBuild by qwang12 · 18 years ago
- 9468e24 Adjust directory structures. by qhuang8 · 18 years ago
- 4cb7c2a Add RuntimeDxe as postfix for Variable driver by klu2 · 18 years ago
- 23545f1 Add Dxe as postfix for WinNtBusDriver driver by klu2 · 18 years ago
- 06733a9 Add DxAdd Dxe as postfix for devicepath driver by klu2 · 18 years ago
- 08523b0 Add DxAdd Dxe as postfix for Terminal driver by klu2 · 18 years ago
- 9e851ec Add Dxe as postfix for FvbServiceRuntimeDxe and WinNtFirmwareVolumePei driver in Nt32 Platform. by klu2 · 18 years ago
- 9b4fb0a Add Pei as postfix for WinNtThunkPpiToProtocol driver in Nt32 Platform. by klu2 · 18 years ago
- cba9a24 Add Dxe as postfix for WinNtThunk driver in Nt32 Platform. by klu2 · 18 years ago
- a1ad1ca Add Dxe as postfix for WinNtSimpleFileSystem driver in Nt32 Platform. by klu2 · 18 years ago
- 7955800 Add Dxe as postfix for WinNtSerialIo driver in Nt32 Platform. by klu2 · 18 years ago
- 2ad8b20 Add Dxe as postfix for WinNtGop driver in Nt32 Platform. by klu2 · 18 years ago
- 03e9fdb Add Dxe as postfix for WinNtFlashMapPei driver in Nt32 Platform. by klu2 · 18 years ago
- 01b6051 Add Dxe as postfix for WinNtConsole driver in Nt32 Platform. by klu2 · 18 years ago
- 590d33c Add postfix as PEI or DXE by klu2 · 18 years ago
- fd79032 Add Pei postfix to variable peim driver by klu2 · 18 years ago
- 42d600c Add Dxe as postfix to Scsi related driver. by klu2 · 18 years ago
- 6c24017 mass cleanup inf name by qwang12 · 18 years ago
- 4eadd52 update to use the late modules path. by vanjeff · 18 years ago
- 929e7bd update to use the late modules path. by vanjeff · 18 years ago
- 7658d60 Convert NT32 to use PCD settings for UEFI Timeout and language variables as a POC for new BDS. by AJFISH · 18 years ago
- 276be2d 1) Use Dynamic Pcd for hold the base address and length of Flash-related block. by klu2 · 18 years ago
- cba9012 Enable dynamic PCD for windowBusDriver by klu2 · 18 years ago
- 97a079e Updated modules to not depend on the IntelFrameworkPkg. by AJFISH · 18 years ago
- b300209 Remove the EDK prefix from library instance folder's name by klu2 · 18 years ago
- 77cd7ff Remove the EDK prefix from library instance folder's name by klu2 · 18 years ago
- b79cf16 Use gEfiMdeModulePkgTokenSpaceGuid instead of gEfiEdkModulePkgTokenSpaceGuid. by klu2 · 18 years ago
- 3111e7b Use gEfiMdeModulePkgTokenSpaceGuid instead of gEfiEdkModulePkgTokenSpaceGuid. by klu2 · 18 years ago
- 04eced5 Adjust all driver dispatch order in fdf files. by klu2 · 18 years ago
- 361c9fe Add PciBus module to Nt32Platform. by qhuang8 · 18 years ago
- 0c1a5ce Add MonotonicCounter driver by qhuang8 · 18 years ago