Age | Commit message (Expand) | Author | Files | Lines |
2006-11-03 | I fixed following bugs in EDKII. | mikewuping | 1 | -1/+2 |
2006-11-03 | 1. Add the fix for the following Bugs: | cwu11 | 2 | -4/+4 |
2006-11-03 | 1. Bug fix for "EDK GenericBds WriteBootToOsPerformanceData() uses AcpiReclai... | dtang2 | 3 | -10/+97 |
2006-10-31 | Fixed Case of include bootmaint.h to correct BootMaint.h, also corrected the ... | lhauch | 1 | -1/+1 |
2006-10-31 | Fixed Case of include bootmaint.h to correct BootMaint.h, also corrected the ... | lhauch | 9 | -14/+14 |
2006-10-31 | Change Binary Fat module from fat.ffs to fat.efi | lgao4 | 1 | -1/+1 |
2006-10-23 | rename ACPI, PCI, END and LPC to DP_ACPI, DP_PCI, DP_END and DP_LPC, for ACPI... | vanjeff | 2 | -18/+18 |
2006-10-23 | Make NT32 SecMain not depend on ReportStatusCodeLib | qhuang8 | 4 | -20/+63 |
2006-10-22 | Updated the Runtime Driver to use the MDE libs for cache flush and removed lo... | ajfish | 1 | -0/+1 |
2006-10-18 | Update build options format from "ABC", "XYZ" to ABC XYZ. | wuyizhong | 1 | -4/+4 |
2006-10-16 | Make Logo build following standard build process instead of customize build. | wuyizhong | 3 | -81/+2 |
2006-10-13 | Add Nt32TimeLibNull library instance for Nt32 platform. It is used by PeiMain... | klu2 | 4 | -24/+186 |
2006-10-10 | Fixed build break caused by GetPerformanceCounter() in PeiMain module | jwang36 | 1 | -0/+2 |
2006-10-08 | Changed the way of using precompiled header in the build process. Now the use... | jwang36 | 1 | -0/+5 |
2006-10-07 | Fix VS2005 compatibility issue | mdkinney | 1 | -2/+3 |
2006-10-04 | Fix VS 2005 compatibility issue | mdkinney | 2 | -3/+4 |
2006-10-04 | Fix VS 2005 compatibility issue | mdkinney | 1 | -0/+1 |
2006-10-04 | Fix VS 2005 compatibility issue | mdkinney | 2 | -1/+9 |
2006-10-04 | Fix VS 2005 compatibility issue | mdkinney | 1 | -0/+3 |
2006-10-04 | Add support for DEBUG and RELEASE builds of this FPD file. | mdkinney | 1 | -32/+7 |
2006-09-27 | Remove the duplicated Copy Right in msa header. | lgao4 | 27 | -226/+0 |
2006-09-21 | Merger DriverBinding and ComponentName into one <extern> section for all *.ms... | vanjeff | 6 | -24/+10 |
2006-09-19 | Add PCD Feature Flags for the Device Path Module | mdkinney | 1 | -0/+16 |
2006-09-19 | 1) Added dependency check for flashmap, genfvimage, peirebase tasks | jwang36 | 1 | -1/+1 |
2006-09-18 | changed EdkModulePkg GUID from the original B6EC423C-21D2-490D-85C6-DD5864EAA... | lgao4 | 27 | -381/+381 |
2006-09-18 | added EFIAPI for those constructor functions | vanjeff | 1 | -9/+10 |
2006-09-14 | Remove platform-specific Firmware Volume Block Driver implementation from Edk... | qwang12 | 7 | -2313/+5 |
2006-09-13 | Move the generic ConPlatform module from EdkNt32Pkg to EdkModulePkg. | lgao4 | 7 | -1268/+1 |
2006-09-08 | clean up PCD settting for EdkModulePkg.fpd and EdkNt32Pkg.fpd | lgao4 | 2 | -2252/+2163 |
2006-09-07 | Change PcdDebugPrintErrorLevel PCD declare in msa as DYNAMIC, because this PC... | lgao4 | 3 | -64/+31 |
2006-09-06 | Set MdePkg.fpd, EdkModulePkg.fpd and Nt32.fpd default build directory to work... | lgao4 | 1 | -2/+2 |
2006-09-06 | Remove unused code. | yshang1 | 1 | -4/+0 |
2006-09-06 | Update Binary Fat module to release version for reduce size. | lgao4 | 1 | -9/+4 |
2006-09-05 | Add clean and cleanall target for Fat and Logo customized build xml. | lgao4 | 1 | -24/+32 |
2006-09-05 | Add one more platform level common property "TARGET_DIR". Take Nt32 for examp... | wuyizhong | 1 | -1/+1 |
2006-09-05 | Add the following Pcds declaration in EdkModulePkg.spd file. EdkModulePkg Pei... | lgao4 | 1 | -5/+12 |
2006-09-05 | Update coding style of Nt32OemHookStatusCodeLib.c | yshang1 | 1 | -11/+33 |
2006-09-01 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1425 6f1... | yshang1 | 1 | -1/+1 |
2006-09-01 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1424 6f1... | yshang1 | 1 | -2/+4 |
2006-08-31 | Add in PCD instantiation for newly added PCD in PcdPEIM. | qwang12 | 1 | -7408/+7346 |
2006-08-22 | Introduce a new property INCLUDE_PATHS. This property can used by customized ... | wuyizhong | 1 | -40/+4 |
2006-08-21 | According r1311 can't support linux. So rollback the change, but still remove... | wuyizhong | 1 | -5/+5 |
2006-08-17 | Continue to fix EDKT187. | klu2 | 1 | -3/+0 |
2006-08-17 | Fix the wrong datum size for PcdWinNtPhysicalDisk in Nt32.fpd file. | klu2 | 1 | -2/+2 |
2006-08-17 | Remove #include STRING_DEFINES_FILE from C file. Using ForceInclude to includ... | wuyizhong | 2 | -11/+5 |
2006-08-17 | Fix | klu2 | 3 | -10/+10 |
2006-08-15 | Adjust Nt32 SecMain user-defined build file to use OBJECTS. | wuyizhong | 1 | -18/+17 |
2006-08-15 | Change Fat binary Guid to EnhancedFat | qhuang8 | 1 | -1/+1 |
2006-08-10 | Fix BDS boot from file . and .. fail assertion | xgu3 | 1 | -2/+23 |
2006-08-10 | Modify FtwLite and Variable DXE driver to use PCD instead of FlashMap HOB | xgu3 | 4 | -12/+192 |