- 4c4af52 remove UefiRuntimeServiceTableLib reference from Helloworld module. by vanjeff · 18 years ago
- bbee948 Fixed some issues for IA32 architecture platform build. by vanjeff · 18 years ago
- 26aa0c2 Clean up the following module msa files, they are three networt and two PCD modules. by lgao4 · 18 years ago
- 4aa2a9a Change PcdWinNtFileSystem value is to the correct directory. by lgao4 · 18 years ago
- 8d8daec Clean up the following module msa files, they are edkmodule package ftwlit, Crc32SectionExtract, NullMemoryTest, PeiMemoryTest, MonotonicCounter modules. by lgao4 · 18 years ago
- 3aaddf9 1. Removed #ifdef SNP_DEBUG and used debug lib to output information by vanjeff · 18 years ago
- 7af45bf 1. Added PcdNtEmulator and Removed MACRO EFI_NT_EMULATOR by vanjeff · 18 years ago
- a2fa23f Resolve the build break caused by changes to DxeCore. by qwang12 · 18 years ago
- 17fb73c 1) Replace BdsLibGetBootMode with GetBootMode from HobLib of MdePkg. by qwang12 · 18 years ago
- 9778870 Correct APPLICATION_EFI ffs key file type from EFI_FV_FILETYPE_DRIVER to EFI_FV_FILETYPE_APPLICATION, and remove depex section from application ffs layout. by lgao4 · 18 years ago
- 4dcf1fe clean up MSA file and sync FPD file by vanjeff · 18 years ago
- 22d9199 Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library. by qwang12 · 18 years ago
- 7aa2023 Split Nt32OemHookStatusCodeLib to PEI/DXE instances by qhuang8 · 18 years ago
- c77f986 1.Drop the support of UEFI_APPLICATION for UefiDriverLib by qhuang8 · 18 years ago
- 4faa502 1. removed BaseTimerLibLocalApic from MdePkg and Nt32TimerLib from EdkNt32Pkg. by vanjeff · 18 years ago
- e3cc406 - Fixed EDKT240. Now the Blank.pad file for alignment purpose will no longer be needed. by jwang36 · 18 years ago
- 72b695f Migrate GOP driver from R8.6 for NT32. Add a new PCD "PcdWinNtGop". Setting NT32 platform using GOP driver instead of UGA driver. by wuyizhong · 18 years ago
- 7736526 1) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with PcdLib.c. by qwang12 · 18 years ago
- 477b827 update fpd to add PcdDxeIplBuildShareCodeHobs. by qhuang8 · 18 years ago
- f2d16cd Fix bug to support Nt32Pkg source level debug. by yshang1 · 18 years ago
- 78671f5 Update DxeIplPeim setting. by qhuang8 · 18 years ago
- 3673b8b Add IPF support in Base IO Lib, and related change in fpd file by gtian · 18 years ago
- 885dc4d rename PcdGenericPlatformBusSpeed to PcdFSBClock to avoid confusing. by vanjeff · 18 years ago
- 8569244 1. Rename PcdPlatformBusSpeed to PcdGenericPlatformBusSpeed by vanjeff · 18 years ago
- b219108 added PcdPlatformBusSpeed for BaseTimerLibLocalApic, thus this timer instance needn't depend on types of CPUs by vanjeff · 18 years ago
- 1df07b6 Add pcd declaration to EdkModulePkg and Nt32Pkg to fix the check-in break. by cwu11 · 18 years ago
- dea9817 Change Binary Fat module from fat.ffs to fat.efi by lgao4 · 18 years ago
- 35b309d Make NT32 SecMain not depend on ReportStatusCodeLib by qhuang8 · 18 years ago
- 92ea7f2 Updated the Runtime Driver to use the MDE libs for cache flush and removed local copy of Cache flush code. Updated FPD files that include Runtime driver as a new lib was added to Runtime Driver for the cache flush. Removed Cache Flush routine from EDK DXE SAL Lib. by ajfish · 18 years ago
- 22fe731 Update build options format from "ABC", "XYZ" to ABC XYZ. by wuyizhong · 18 years ago
- d612375 Make Logo build following standard build process instead of customize build. by wuyizhong · 18 years ago
- a416984 Add Nt32TimeLibNull library instance for Nt32 platform. It is used by PeiMain module for computing performance counter. by klu2 · 18 years ago
- 24da104 Fixed build break caused by GetPerformanceCounter() in PeiMain module by jwang36 · 18 years ago
- dab8ae8 Add support for DEBUG and RELEASE builds of this FPD file. by mdkinney · 18 years ago
- 495849b Add PCD Feature Flags for the Device Path Module by mdkinney · 18 years ago
- d946661 1) Added dependency check for flashmap, genfvimage, peirebase tasks by jwang36 · 18 years ago
- 0992e55 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
- 8cc59d2 Move the generic ConPlatform module from EdkNt32Pkg to EdkModulePkg. 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
- 2f3fb65 Set MdePkg.fpd, EdkModulePkg.fpd and Nt32.fpd default build directory to workspace root build directory according to Jordon's suggestions. by lgao4 · 18 years ago
- 5001760 Add one more platform level common property "TARGET_DIR". Take Nt32 for example: TARGET_DIR=${BUILD_DIR}/${TARGET}_${TAGNAME} by wuyizhong · 18 years ago
- 34a94e4 Add in PCD instantiation for newly added PCD in PcdPEIM. by qwang12 · 18 years ago
- 4436ffd According r1311 can't support linux. So rollback the change, but still remove the flag "/DSTRING_DEFINES_FILE=\"${BASE_NAME}StrDefs.h\"" since without any source file use it now. by wuyizhong · 18 years ago
- 054c4bb Fix the wrong datum size for PcdWinNtPhysicalDisk in Nt32.fpd file. by klu2 · 18 years ago
- 35a9542 Remove #include STRING_DEFINES_FILE from C file. Using ForceInclude to include ${BASE_NAME}StrDefs.h header file. Remove flag /DSTRING_DEFINED_FILE=${BASE_NAME}StrDefs.h. Move flags /DSTRING_ARRAY_NAME=${BASE_NAME}Strings from FPDs to BuildMacro since this flag will be used only unicode files exist. by wuyizhong · 18 years ago
- eefb8b0 Fix by klu2 · 18 years ago
- 04c40e0 Change Fat binary Guid to EnhancedFat by qhuang8 · 18 years ago
- 202c5d5 Modify FtwLite and Variable DXE driver to use PCD instead of FlashMap HOB by xgu3 · 18 years ago
- dd70a8c Variable PEIM use to PCD entry to get the base address of NV Storegae region. by qwang12 · 18 years ago
- 4b8a7ba Some library instance's PCD is missing in FPD file for a module, it break single module's building. by klu2 · 18 years ago
- ffac4bc Check in patch to refine DevicePath Module and USB2HostController Module. by qhuang8 · 18 years ago
- 2ce3113 Removed cross references from PciCf8Lib and PciExpressLib class to PciLib class. by ajfish · 18 years ago
- 5dd2d77 by xgu3 · 18 years ago
- b0a3b74 1) Check in Pei/Dxe status code; by yshang1 · 18 years ago
- 549af2d Add ant task in <UserExtension> of Nt32.fpd to generate the run.cmd file automatically. by qouyang · 18 years ago
- 562d284 Add DevicePathUtilities DevicePathToText DevciePathFromText USB2HostController protocols by ljin6 · 18 years ago
- 5e1c3ee Added license & copyright declaration by jwang36 · 19 years ago
- 69ce08b Add missing files in msa file and add module description in msa file. by lgao4 · 19 years ago
- c06913f Changed FAT source module to FAT binary module by jwang36 · 19 years ago
- 67513de Correct the token number for PcdDxePcdDatabaseTraverseEnabled by qwang12 · 19 years ago
- ae3f0d5 Fix the bug that SecMain often throw exception when environment variable too large. It caused by using /DEBUG in link options but not link "MSVCRTD.lib" library. by klu2 · 19 years ago
- 9ffc622 FD file should only generated in build time but not in run.cmd. Fix it. by klu2 · 19 years ago
- e7e79c5 Roll back the PCD PcdWinNtFirmwareVolume value from "..\\FV\\FV_RECOVERY.fd" to "..\\..\\FV\\FV_RECOVERY.fd" for avoiding the issue that secmain.exe run failure when the length of PATH environment exceed 1280 character. by klu2 · 19 years ago
- 4f91412 Add Feature Flag PcdDxePcdDatabaseTraverseEnabled and PcdPeiPcdDatabaseTraverseEnabled by qwang12 · 19 years ago
- e0c1010 Fix PCD WinNTFirmwareVolume Value from "..\\..\\FV\\FV_RECVOERY.fd" to "..\\FV\\FV_RECVOERY.fd" by lgao4 · 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
- d6ac6b7 Removed Optional Ffs Sections as it was not being used. Changed UserId in UserExtensions from Fix_Me to TianoCore by lhauch · 19 years ago
- e134747 Fix a minor issue. by wuyizhong · 19 years ago
- 8031d48 Support UserExtension in FPD. by wuyizhong · 19 years ago
- 8d82d61 Support putting unreference DYNAMIC_EX PCD into Pcd runtime database. by klu2 · 19 years ago
- add13dc DebugLib: by qhuang8 · 19 years ago
- 525c518 Added "/FI", "-include" and/or "/nologo" options to PP (CC) command option to fpd files. These changes are used to accommodate the preprocessing added for assembly code as a general processing step. by jwang36 · 19 years ago
- 1058e50 remove unused PCD entry in EdkNt32Pkg Package. by qwang12 · 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
- 136adff New tool. by qouyang · 19 years ago
- 2d52720 Change NT32 to new XML Schema. by wuyizhong · 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
- f7c3054 by klu2 · 19 years ago
- 6f7e61a Add many datum and datum size checking in PCD building tools, These checking work will be moved to FPD verification tools or UI tools in future. by klu2 · 19 years ago
- 21e9050 Add <TokenSpaceGuid> for all PCD entry in FPD file by klu2 · 19 years ago
- 7db4ab7 Fix some bugs in PCD tools: by klu2 · 19 years ago
- 6ff7a41 Modify PCD tool according to final PCD schema modification. by klu2 · 19 years ago
- 3547bb9 Fix some bugs for EdkFatPkg by klu2 · 19 years ago
- 8840ad5 PCD tools update: by klu2 · 19 years ago
- e660116 Updated Header information, added Guid, Version Specification, removed createdBy by lhauch · 19 years ago
- 7793bfc Update PCD entries for NT32 to generate breakpoints when an ASSERT() condition fires by mdkinney · 19 years ago
- 9f3a4be Modify fpd file according to transition schema. Before PCD tools updated, all information in fpd file should be correct. by klu2 · 19 years ago
- 6ad4973 change the default value of PcdMaxPeiPcdCallBackNumberPerPcdEntry to 8 to make the main trunk work. by qwang12 · 19 years ago
- 2fb3ccf Check in the Pcd service Driver/PEIM according to the new way of generating PCD Database by qwang12 · 19 years ago
- d52f141 Add <PcdBuildDescription> into every <ModuleSa>:<Component> according to future schema. by klu2 · 19 years ago
- cfb190d Remove the PACKAGE attribute to sync with latest schema. by bbahnsen · 19 years ago
- 878ddf1 Initial import. by bbahnsen · 19 years ago