- 1f13f1c Follow the Mde_Lib_Spec to fix the function PeCoffLoaderUnloadImage() IN/OUT issue about definition and implementation. by gikidy · 16 years ago
- f0ba8fd Update PEIM entry point to follow PEIM entry point. by lgao4 · 16 years ago
- 519f076 1.retried graphics library class from MdePkg by vanjeff · 16 years ago
- 4797d4c Update NT32 platform DSC file for library class/instances renaming. by qhuang8 · 16 years ago
- 7cfb679 Add dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg. by qhuang8 · 16 years ago
- a078d4f Add dependency of MdeModulePkg since HiiLib has been moved to MdeModulePkg. by qhuang8 · 16 years ago
- 008698a 1, Add <Library/DevicePathLib.h> for all source that use device path utility macros by klu2 · 16 years ago
- 531237a Scrubbed SnpNt32 c header and source. by jgong5 · 16 years ago
- fea4d89 Update WinNtBlockIo for the EfiLibInstallAllDriverBindingg2() API change. by qhuang8 · 16 years ago
- 6394182 Fix some build error under ICC tool-chain. by qwang12 · 16 years ago
- 0df3178 Change functional static variable to Global variable. No STATIC modifier is recommended though it is defined in Base.h. It is for consistency. by qwang12 · 16 years ago
- e48813d Change functional static variable to Global variable. No STATIC modifier is recommended though it is defined in Base.h. It is for consistency. by qwang12 · 16 years ago
- 3d6b07b Pass ICC build. by qwang12 · 16 years ago
- 78e570b Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. by jji4 · 16 years ago
- a7e883d Move FvbServiceLib, GraphicsLib, and DxePalLib from MDE package due to package dependency issue, and update all DSC files accordingly. by xli24 · 16 years ago
- d251b34 Make use of correct format String: by qwang12 · 16 years ago
- 0a525ec Modify DSC file according to update of MDE library instances. by xli24 · 16 years ago
- 8dbdc94 Remove over specifc library class for Nt32Pkg. by klu2 · 16 years ago
- 03c19e0 Use CONST instead of const by klu2 · 16 years ago
- 0b94e31 Fix ICC building issue for Nt32 platform. by klu2 · 16 years ago
- 24c2823 Fix build issue for ICC compiler. by klu2 · 16 years ago
- 01a59a8 Changing source filename to match name changing. by vanjeff · 16 years ago
- eb5bb28 Set PcdPlatformBootTimeOutDefault to 10 to enable test automation. by qhuang8 · 16 years ago
- ae8432d Rename Nt32 Fd image name to Nt32.Fd by lgao4 · 16 years ago
- ed66e1b clean up the un-suitable ';' location when declaring the functions. by vanjeff · 16 years ago
- e6422a3 Fix a typo in Pcd name by qhuang8 · 16 years ago
- bfdec23 revert the previous check in by qhuang8 · 16 years ago
- ca65d10 Fix a typo in Pcd name by qhuang8 · 16 years ago
- 8ee3a19 Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2. by vanjeff · 16 years ago
- 880cfb9 Change default PcdLib instances for UEFI drivers and applications for Nt32 platform by qhuang8 · 16 years ago
- 60c9367 The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend on PI spec should include Uefi.h not PiDxe.h. by lgao4 · 16 years ago
- fb53e6c Switch DxeCore to use DxeCoreMemoryAllocationLib for NT32 platform. by qhuang8 · 16 years ago
- 45fb148 Remove duplicate PCD by klu2 · 16 years ago
- f829715 remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkModulePkg, Nt32Pkg, OptionRomPkg. by lgao4 · 16 years ago
- 227ddd6 Update the module type to be UEFI_DRIVER since it follow UEFI driver model by qhuang8 · 16 years ago
- d37be74 Fixed a case error in referencing DxeNt32PeCoffLib.inf. by ywang · 16 years ago
- 7f4d210 Add library instance for UEFI_DRIVER by qhuang8 · 16 years ago
- 2a958a0 Merge Tracker EDK877 by lgao4 · 16 years ago
- 4e5d040 Make doxygen type comment for Nt32Pkg.dec file. by klu2 · 17 years ago
- 1be0dda Fix warnings generated by gcc for ia32 builds: by jljusten · 17 years ago
- 4d38408 In this fix, WinNtSimpleFileSystemOpen only trims the leading and trailing blank space in the input FileName. The previous implementation before this fix trims all the trailing dots including the case for ".\..", which should move the directory up one level. by qwang12 · 17 years ago
- b3149ea [Description] by eric_tian · 17 years ago
- 6ae8142 Modify all file header to follow doxygen format by klu2 · 17 years ago
- ff33b87 Correct the value of StackBase, the stack base address is not stack's top address. by klu2 · 17 years ago
- 1b5538a Remove EdkGenericBdsLib as it is replaced by MdeModulePkg/Include/Library/GenericBdsLib.h. by qwang12 · 17 years ago
- 6c29550 Add NULL parameter checking for notify function. by qhuang8 · 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
- 498f4b3 Update Variable FV version to PI version. by lgao4 · 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
- 0a9e929 Replaced by Y:\work\MdeModulePkg\Library\GenericBdsLib\GenericBdsLib.inf by qwang12 · 17 years ago
- 1710eeb by qwang12 · 17 years ago
- adc863c Add checking for ChildHandle. by qhuang8 · 17 years ago
- e90e877 Use Mde library and definition instead of some native definitions in NetLib. by vanjeff · 17 years ago
- 5127b47 Fix an issue to match invalid Language codes like "enus" by qhuang8 · 17 years ago
- e286bc2 Remove the unused FDF and DSC. 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
- 00d00b6 Fix bug in CustomErashFlashRange function. by lgao4 · 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
- 372787b Add TianoCompressed Rule for PEIM and Dxe Driver as one example. by lgao4 · 17 years ago
- aaf5cf8 Use the correct ASSERT form. by qwang12 · 17 years ago
- 95be2c9 by lgao4 · 17 years ago
- c47eca1 Roll back 4348 version for wrong check in. 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
- 4bdccd2 Update NT32 BDS to produce the MemoryTypeInformation variable by mdkinney · 17 years ago
- 6157b6c Change Sleep() time to 1ms to reduce pauses when running on single CPU system by mdkinney · 17 years ago
- 2b642e5 Fix some bugs in DSC/INF file Nt32 platform by klu2 · 17 years ago
- 8a7d75b Clean up: update "EFI" to "UEFI" if applicable. by qhuang8 · 17 years ago
- fba9632 Remove the old definition in FlashMapHob 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
- a4c9ede the implementation of FVB->SetAttribute() interface should check the unchanged bit in parameter at first. by klu2 · 17 years ago
- 85e43be The default value of SecMain should be set as INIT_CAR_VALUE = 0x5aa55aa5, then PeiMain could computer how many stack ever used. by klu2 · 17 years ago
- db168de Add Driver Diagnostic 2 Protocol support for WinNtBlockIo driver. by qhuang8 · 17 years ago
- c43a6c7 Added flag to permit building with VS2005. (strcpy has been depricated, so MSFT introduced a flag to turn off the warning.) by lhauch · 17 years ago
- 8e5b17b Update following library class/Protocol for puting 'Framework' as prefix by klu2 · 17 years ago
- 00b7321 Add a DXE apriori for Nt32 emulator. by qwang12 · 17 years ago
- ad4dc92 Remove WinNtConsole driver since its functionality has already been covered by WinNtGop driver by qhuang8 · 17 years ago
- 62cf113 Update to support EFI_SIMPLE_INPUT_EX protocol by qhuang8 · 17 years ago
- 454e9f6 Clean UGA from Nt32Pkg. by vanjeff · 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
- 6240921 Merger trackers #7807 and #8372. by vanjeff · 17 years ago
- e6ef530 Add PcdConOutGopSupport and PcdConOutUgaSupport reference in DSC file. by vanjeff · 17 years ago
- 9489f8b Added "/D_CRT_SECURE_NO_WARNINGS" to disable warning for using not secure CRT function. by jwang36 · 17 years ago
- 9c7aa18 1) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv to replace the MACRO definitions. by qwang12 · 17 years ago
- 96f6af1 Remove the special logic on EFI_PCI_DEVICE_ENABLE in PciBus driver. And update drivers that use this macro. The reason is that by lgao4 · 17 years ago
- 76bb6ef Merge EDK tracker 892 to EDK II. by lgao4 · 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
- d1aeb0b Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicode string table linked into final image if both PcdComponentNameDisabled and PcdComponentName2Disabled are set to TRUE. by qhuang8 · 17 years ago
- 1ce6902 Add release compiler option support. by lgao4 · 17 years ago
- 952261d Use VirtualAlloc() to allocate enough memory space for Nt32 emulator in place of original mapped file to memory space. by lgao4 · 17 years ago